From owner-freebsd-gnome Sun Jan 19 0: 6:10 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 75ADF37B401 for ; Sun, 19 Jan 2003 00:06:06 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B4B43E4A for ; Sun, 19 Jan 2003 00:06:00 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0J84wDx077562; Sun, 19 Jan 2003 03:04:58 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/47129: sawfish2-1.2.1_2 make fails with Shared object "libgdbm.so.2" not found From: Joe Marcus Clarke To: jimd@siu.edu Cc: FreeBSD GNOME Users In-Reply-To: <200301190800.h0J80Djr041841@freefall.freebsd.org> References: <200301190800.h0J80Djr041841@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KTIHhJbAEHNtArjRal1Z" Organization: MarcusCom, Inc. Message-Id: <1042963552.470.24.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 03:05:53 -0500 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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 --=-KTIHhJbAEHNtArjRal1Z Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-19 at 03:00, jimd@siu.edu wrote: > The following reply was made to PR ports/47129; it has been noted by GNAT= S. >=20 > From: jimd@siu.edu > To: FreeBSD-gnats-submit@FreeBSD.org > Cc: marcus@marcuscom.com > Subject: Re: ports/47129: sawfish2-1.2.1_2 make fails with Shared object > "libgdbm.so.2" not found > Date: Sun, 19 Jan 2003 02:02:19 +0000 (CST) >=20 > Hmmm - it would be nice to always have only one version of any given S/W > product, but in many cases, multiple versions are required because other= S/W > products force a particular version to exist. It would be nice if ALL S/= W > products could accept newer pre-/co-requisite S/W, but that simply isn't= the > case. Perl and tcl/tk are famous for this, but this also happens with PO= RTS > accepting one and only one version of a given piece of S/W. The multiple > versions of librep may have been entirely my fault, however. I agree. However, what you're describing is not what existed with this gettext problem. gettext-0.11.x isn't like Perl of Tcl. You should only have one version of it installed at any given time. Sure, you may have gettext-devel and gettext installed, that's fine...but only one devel/gettext. Joe > =20 > At any rate, I now have the latest sawfish (2-1.2_1,2) installed by maki= ng a > link from gdbm.2 to gdbm.3, so the PR can be closed. > =20 > ll /usr/local/lib/libgdbm* > -rw-r--r-- 1 root wheel 34326 Jan 12 04:06 /usr/local/lib/libgdbm.a > lrwxrwxr-x 1 root wheel 12 Jan 12 04:06 /usr/local/lib/libgdbm.so = -> libgdbm.so.3 > lrwxrwxr-x 1 root wheel 12 Jan 16 01:44 /usr/local/lib/libgdbm.so.= 2 -> libgdbm.so.3 > -rwxr-xr-x 1 root wheel 23421 Jan 12 04:06 /usr/local/lib/libgdbm.so.= 3 > =20 > ll `which sawfish` > -r-xr-xr-x 1 root wheel 157540 Jan 16 08:24 /usr/X11R6/bin/sawfish > =20 >=20 >=20 > On 16 Jan, Joe Marcus Clarke wrote: > > On Thu, 2003-01-16 at 09:20, jimd@siu.edu wrote: > >> The following reply was made to PR ports/47129; it has been noted by = GNATS. > >>=20 > >> From: jimd@siu.edu > >> To: FreeBSD-gnats-submit@FreeBSD.org > >> Cc: marcus@FreeBSD.org > >> Subject: Re: ports/47129: sawfish2-1.2.1_2 make fails with Shared obj= ect > >> "libgdbm.so.2" not found > >> Date: Thu, 16 Jan 2003 08:16:46 +0000 (CST) > >>=20 > >> Already had the latest/current librep, but will deinstall/reinstall = any way > >> to get rid of anything left over from the older version. > >=20 > > You should never have this kind of situation. You should never have t= wo > > versions of the same package installed like this. sawfish2 does > > upgrade. > >=20 > > Joe > >=20 > >> =20 > >> pkg_info|grep librep > >> librep-0.15.2_1 An Emacs Lisp like runtime library > >> librep-0.16.1_1 An Emacs Lisp like runtime library > >> =20 > >>=20 > >> page Makefile > >> # New ports collection makefile for: librep > >> # Date created: 13 September 1999 > >> # Whom: Yukihiro Nakai > >> # > >> # $FreeBSD: ports/lang/librep/Makefile,v 1.42 2003/01/03 08:26:31 ij= liao Exp $ > >> # > >> =20 > >> PORTNAME=3D librep > >> PORTVERSION=3D 0.16.1 > >> PORTREVISION=3D 1 > >> CATEGORIES=3D lang gnome > >> =20 > >>=20 > >> On 15 Jan, Joe Marcus Clarke wrote: > >> > Synopsis: sawfish2-1.2.1_2 make fails with Shared object "libgdbm.= so.2" not found > >> >=20 > >> > State-Changed-From-To: open->closed > >> > State-Changed-By: marcus > >> > State-Changed-When: Wed Jan 15 23:54:58 PST 2003 > >> > State-Changed-Why:=20 > >> > You must rebuild lang/librep after upgrading to the latest gdbm. = I recommend: > >> >=20 > >> > portupgrade -rf librep > >> >=20 > >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D47129 > >> =20 > >>=20 > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-gnome" in the body of the message > =20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-KTIHhJbAEHNtArjRal1Z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Klxgb2iPiv4Uz4cRAhXJAKClrSMzKiXwCsKcFTNDdohFPdzgeACfR7lB Qlw5hfN55YkexZ1WPopQZko= =wqYY -----END PGP SIGNATURE----- --=-KTIHhJbAEHNtArjRal1Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message