Date: Mon, 9 Aug 2004 12:06:34 +0200 From: Michael Nottebrock <michaelnottebrock@gmx.net> To: freebsd-x11@freebsd.org Subject: Re: libX11.la ??? Message-ID: <200408091206.42399.michaelnottebrock@gmx.net> In-Reply-To: <20040809105748.E690@pukruppa.net> References: <20040809105748.E690@pukruppa.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-02=_wy0FB9Zq0ycKHsj Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 August 2004 11:04, Peter Ulrich Kruppa wrote: > Hi! > > I am running a recent -CURRENT with xorg and came across this > problem: > one port (/x11-wm/metacity) requires libx11.la to build, which > can be produced by /x11/libX11 , but the latter conflicts with > xorg. Metacity should not really need libx11.la to build. What likely happened is= =20 that a dependency of metacity picked up libx11.la when it was present in yo= ur=20 filesystem (perhaps installed due to a bug in a xfree/xorg package or becau= se=20 you yourself have experimented with the single libX* ports at one time).=20 Libtool generates dependencies on libtool-archives (.la files) if it finds= =20 them, and things break if they're subsequently removed. > What can I do? You need to find out what port exactly introduces the dependency on libx11.= la=20 and recompile it. Most likely the dependency is recorded in a .la file itse= lf=20 =2D try find /usr/local/ -name \*.la | xargs grep libx11.la and find /usr/X= 11R6=20 =2Dname \*.la | xargs grep libx11.la and see if anything turns up. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_wy0FB9Zq0ycKHsj Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBF0ywXhc68WspdLARAu5NAJ4shHqpFpHB5Cb4vk2JWQSk0p+bQgCgpB5C FX/RtlRT12TV5C/fxyUE6bw= =hvVU -----END PGP SIGNATURE----- --Boundary-02=_wy0FB9Zq0ycKHsj--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408091206.42399.michaelnottebrock>