Subject: Gnome, and ``Re: Use of `pkg_chk` ''
To: None <netbsd-users@netbsd.org>
From: Richard Grace <rgrace@aapt.com.au>
List: netbsd-users
Date: 06/18/2002 11:18:17
Hi again ;-)

Thanks to all for suggestions of getting things back in order,
and for those who don't recall, I killed a ``pkg_chk -u'' half
way through, and didn't know what had been removed.

I've managed to get most things installed and working again
by using ``make update'' in all my important pkgsrc directories.

But, for some reason, I can't get gnome to build.  No matter
what I try, or what I re-build, or what I remove, it always
fails in the same place (included below).

I've searched many web pages and mailing lists to no avail,
and can't seem to find reference to "acs_map" anywhere.

Does anyone have any idea?  Perhaps I am missing required
packages, and gnome has not picked this up...?

Thanks.

Richard.

- - - -8<- - - -
cc  -I/usr/pkgsrc/misc/gnome-utils/work.i386/.buildlink/include -O2 -Wall =
-Wunused  -L/usr/pkgsrc/misc/gnome-utils/work.i386/.buildlink/lib  =
-Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -o =
gdialog  checklist.o dialog.o guage.o inputbox.o menubox.o mouse.o =
msgbox.o rc.o textbox.o util.o yesno.o -L/usr/X11R6/lib -Wl,-R/usr/X11R6/li=
b -L/usr/pkg/lib -Wl,-R/usr/pkg/lib       -lgnomeui -lart_lgpl -lgdk_imlib =
-lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport =
-lesd -lossaudio -laudiofile -lm -lglib -lintl       -lgtkxmhtml -lXpm =
-ljpeg -lpng -lz -lSM -lICE -lgtk -lgdk -lgmodule -lglib -lintl -lXi =
-lXext -lX11 -lm         -L/usr/pkgsrc/misc/gnome-utils/work.i386/.buildlin=
k/lib -lintl  -L/usr/local/lib -lncurses -lcrypt -lm -L/usr/pkgsrc/misc/gno=
me-utils/work.i386/.buildlink/lib -lintl
/usr/pkgsrc/misc/gnome-utils/work.i386/.buildlink/lib/libgtkxmhtml.so: =
warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
checklist.o: In function `dialog_checklist':
checklist.o(.text+0x89f): undefined reference to `acs_map'
checklist.o(.text+0x8bd): undefined reference to `acs_map'
checklist.o(.text+0x8e0): undefined reference to `acs_map'
checklist.o(.text+0xbfa): undefined reference to `acs_map'
checklist.o(.text+0xed1): undefined reference to `acs_map'
checklist.o(.text+0xed9): more undefined references to `acs_map' follow
collect2: ld returned 1 exit status
gmake[3]: *** [gdialog] Error 1
gmake[3]: Leaving directory `/usr/pkgsrc/misc/gnome-utils/work.i386/gnome-u=
tils-1.4.1/gdialog'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/pkgsrc/misc/gnome-utils/work.i386/gnome-u=
tils-1.4.1/gdialog'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/misc/gnome-utils/work.i386/gnome-u=
tils-1.4.1'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/misc/gnome-utils
*** Error code 1

Stop.