Skip site navigation (1)Skip section navigation (2)
Date:      21 Oct 2002 16:17:34 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Eric Anholt <eta@lclark.edu>
Cc:        gnome@FreeBSD.ORG
Subject:   Re: lang/librep missing libgmp dependency
Message-ID:  <1035231458.330.58.camel@gyros.marcuscom.com>
In-Reply-To: <1035185182.3063.14.camel@anholt.dyndns.org>
References:  <1035185182.3063.14.camel@anholt.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2002-10-21 at 03:26, Eric Anholt wrote:
> I was doing portupgrade -RN gnome2 on my -current laptop today after
> blowing away /usr/X11R6 and /usr/local, and lang/librep failed because
> of a lack of libgmp.  It was in my system as /usr/lib/libgmp.so.3, but I
> don't think anything was using that, at least according to ldd
> /usr/X11R6/lib/* /usr/local/lib/*.  Installing libgmp4 has allowed the
> build to continue.

librep has a dependency on math/libgmp-freebsd (libgmp.so.3) which goes
into effect for -CURRENT only.  I have it installed on my -CURRENT
machine, and it works fine.  I do not have libgmp4 installed.  Make sure
you're using Peter's recipe when updating -CURRENT:

make buildworld
rm -rf /usr/include.old
mv /usr/include /usr/include.old
chflags -R noschg /usr/lib
[mkdir /usr/lib/old]
mv /usr/lib/lib*.so.* /usr/lib/compat
mv /usr/lib/*.o /usr/lib/lib*.a /usr/lib/lib*.so /usr/lib/old
make installworld

This works just fine for me.  Of course, I remember I did delete all
libgmp.so.3's in /usr/lib/* after the __sF snafu.  libgmp was removed
from the system after 500023.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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?1035231458.330.58.camel>