From owner-freebsd-gnome Mon Oct 21 13:17:46 2002 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 9104337B401 for ; Mon, 21 Oct 2002 13:17:45 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA8A943E6A for ; Mon, 21 Oct 2002 13:17:40 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.249] (vpn-client-249.marcuscom.com [10.2.1.249]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9LKHN01042121; Mon, 21 Oct 2002 16:17:26 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: lang/librep missing libgmp dependency From: Joe Marcus Clarke To: Eric Anholt Cc: gnome@FreeBSD.ORG In-Reply-To: <1035185182.3063.14.camel@anholt.dyndns.org> References: <1035185182.3063.14.camel@anholt.dyndns.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 21 Oct 2002 16:17:34 -0400 Message-Id: <1035231458.330.58.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-7.4 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_02_03 version=2.41 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 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