Date: Thu, 20 Mar 2003 01:14:34 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: gnome@FreeBSD.org Subject: gnome2 dependencies breaking on Xft Message-ID: <20030319231434.GA63507@starjuice.net>
next in thread | raw e-mail | index | archive | help
Hi folks, I'm getting the following build failure when I try to portupgrade -RN gnome2: cc -O -pipe -march=pentium3 -L/usr/local/lib -o .libs/gnome gnome-gnome.o \ -L/usr/local/lib -lxml2 -lz -liconv -lm -pthread -Wl,--export-dynamic \ -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 \ -liconv -lpopt ../../gst/.libs/libgstreamer-0.6.so -lxml2 -lz -liconv \ -lm -pthread -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 \ -liconv -lpopt -lxml2 -lz -liconv -lm -pthread -lgobject-2.0 \ -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lpopt -lxml2 -lz \ -liconv -lm -pthread -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 \ -lglib-2.0 -liconv -lpopt -pthread -Wl,--export-dynamic \ -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 \ -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 \ -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 \ -lpangoxft-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig \ -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 \ -lc_r -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 \ -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -liconv -Wl,--rpath \ -Wl,/usr/X11R6/lib /usr/bin/ld: cannot find -lXft gmake[3]: *** [gnome] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.0/examples/manual' However, libXft is definitely in one of the included link paths, /usr/X11R6/lib: 72:-lXft.2 => /usr/X11R6/lib/libXft.so.2 101:-lXft2.2 => /usr/X11R6/lib/libXft2.so.2 247:-lXft.1 => /usr/local/lib/compat/pkg/libXft.so.1 I have Xft-2.1_3 installed from the ports tree. I'm using a ports tree pulled down a few hours ago. Any ideas? If I preclude gstreamer from the build, the same thing happens with metacity. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030319231434.GA63507>