From owner-freebsd-gnome Wed Mar 19 15:14:40 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CB137B401 for ; Wed, 19 Mar 2003 15:14:39 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68DB643FA3 for ; Wed, 19 Mar 2003 15:14:37 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.12) id 18vmlW-000O09-00 for gnome@FreeBSD.org; Thu, 20 Mar 2003 01:14:34 +0200 Date: Thu, 20 Mar 2003 01:14:34 +0200 From: Sheldon Hearn To: gnome@FreeBSD.org Subject: gnome2 dependencies breaking on Xft Message-ID: <20030319231434.GA63507@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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