From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 17 11:24:41 2003 Return-Path: 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 E30CC37B401 for ; Thu, 17 Jul 2003 11:24:40 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6FD43FBD for ; Thu, 17 Jul 2003 11:24:37 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h6HIMa93026636; Thu, 17 Jul 2003 14:22:37 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h6HIMN4x057984; Thu, 17 Jul 2003 14:22:23 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Alexander Langer In-Reply-To: <20030717115553.GB40145@fump.kawo2.rwth-aachen.de> References: <20030717115553.GB40145@fump.kawo2.rwth-aachen.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jEGMYLLsjc2xsEmAq3/k" Organization: MarcusCom, Inc. Message-Id: <1058466259.304.48.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 17 Jul 2003 14:24:19 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: gnomedesktop depends on Xft2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 18:24:41 -0000 --=-jEGMYLLsjc2xsEmAq3/k Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-17 at 07:55, Alexander Langer wrote: > Hi! >=20 > I just did a "make install" in x11/gnome2, and having a few packages > already installed, it stopped on: Not explicitly. You must have an old package installed that was linked with -lXft2. You could hunt it down, or do a poirtupgrade -rf Xft. Joe >=20 > gmake[2]: Entering directory > `/storage/FreeBSD/ports/x11/gnomedesktop/work/gnome-desktop-2.2.2/libgnom= e-desktop' > /bin/sh ../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon-xp > -L/usr/local/lib -o test-ditem test-ditem.o libgnome-desktop-2.la > -Wl,--export-dynamic -pthread -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 -lXft2 -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 > -lstartup-notification-1 =20 > cc -O -pipe -march=3Dathlon-xp -L/usr/local/lib -o .libs/test-ditem > test-ditem.o .libs/libgnome-desktop-2.so -pthread -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 -lXft2 -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 > -lstartup-notification-1 -Wl,--export-dynamic -pthread -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 > -lXft2 -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 -lstartup-notification-1 -Wl,--rpath > -Wl,/usr/X11R6/lib > /usr/bin/ld: cannot find -lXft2 > gmake[2]: *** [test-ditem] Error 1 > gmake[2]: Leaving directory > `/storage/FreeBSD/ports/x11/gnomedesktop/work/gnome-desktop-2.2.2/libgnom= e-desktop' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/storage/FreeBSD/ports/x11/gnomedesktop/work/gnome-desktop-2.2.2' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 >=20 > Stop in /storage/FreeBSD/ports/x11/gnomedesktop. > *** Error code 1 >=20 > Stop in /storage/FreeBSD/ports/x11/gnomeapplets2. > *** Error code 1 >=20 > Stop in /storage/FreeBSD/ports/x11/gnome2. >=20 > Seems like gnomedesktop really needs x11-fonts/xft >=20 > could you maybe fix that? >=20 > Thanks >=20 >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-jEGMYLLsjc2xsEmAq3/k Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/FunTb2iPiv4Uz4cRApYNAJ4rXpkJ9sAJdGHp17j0ziHmxOyu5ACgikDN 2St4b/cAiOI8o2bFEjZ39Gc= =kbIE -----END PGP SIGNATURE----- --=-jEGMYLLsjc2xsEmAq3/k--