On Mon, Apr 01, 2002 at 02:02:46PM +0200, Martin Costabel wrote: > What problems? Does "sudo /usr/libexec/locate.updatedb" not work?
It seems to hang, but I'm running on a portable (iBook) and I can't necessarily hear any kind of drive noise that signifies activity. The locate.updatedb command doesn't seem to response to keyboard generated signals like control-Z and C, which is rather unusual. I have to manually kill it to make sure that it terminates. > > But an initial search revealed what looks like some libxml/ header > > files. > > Actually, there is an "#include <libxml/tree.h>" statement that seems to > be interpreted incorrectly in your config. It should find > /sw/include/gnome-xml/libxml/tree.h which is the same as > /sw/include/gnome-xml/tree.h and comes from the libxml package, but it > should *not* find /sw/include/libxml2/libxml/tree.h which comes from the > libxml2 package. In your case, it seems to find the latter (maybe at a > different place like /usr/local/include/libxml, that's why I asked about /usr/local). I removed all the /sw/include/libxml* files recursively, reinstalled the libxml[2] packages and noticed it didn't reinstall those headers. I suspect it was some very old header files that didn't get removed when I upgrade to unstable from stable a while back. Subsequent builds of gconf now work, but I'm running into other problems. ========================================================================= /bin/sh ../libtool --mode=link cc -O3 -Wall -Wunused -I/sw/include/gconf/1 -I/sw/include -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/orbit-1.0 -I/sw/include/gtk-1.2 -I/usr/X11R6/include -DGTKHTML_HAVE_GCONF -o testgtkhtml testgtkhtml.o htmlurl.o libgtkhtml.la -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -ldl -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -lglib -L/sw/lib -L/usr/X11R6/lib -L/sw/lib -L/usr/X11R6/lib -lgal -lgnomeprint -lfreetype -lgnomecanvaspixbuf -liconv -lbonobo -lbonobox -lgdk_pixbuf -lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -ldl -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lm -I/sw/include -I/sw/include/w3c-libwww -DHAVE_CONFIG_H -L/sw/lib -L/usr/X11R6/lib -lglibwww -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -ldl -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -lglib -L/sw/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lz -L/sw/lib -L/usr/X11R6/lib -lgconf-gtk-1 -lgconf-1 -loaf -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm -L/sw/lib ========================================================================= Seems to infinite loop. What's going on here ? The things that I'm worried about are legacy header file pollution and the possibility that I don't have the latest build tools for OS X. What's your take on this ? bill _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
