From owner-freebsd-questions Thu Mar 8 13:38:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id B0EAA37B71C for ; Thu, 8 Mar 2001 13:38:12 -0800 (PST) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id BEA8CA8FB; Thu, 8 Mar 2001 15:38:00 -0600 (CST) Date: Thu, 8 Mar 2001 15:38:00 -0600 From: Andrew Hesford To: Mike Ruhl Cc: freebsd-questions@freebsd.org Subject: Re: ports update Message-ID: <20010308153800.B2720@cec.wustl.edu> References: <3AA7E0E2.CD587EE5@network-alchemy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AA7E0E2.CD587EE5@network-alchemy.com>; from mruhl@network-alchemy.com on Thu, Mar 08, 2001 at 11:43:30AM -0800 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I posted the same question earlier this morning, and still now response. Yes, you really have two versions of libtool. The thing is, the newer one, being of the same version, probably overwrote almost everything. If you try to remove libtool-1.3.4, it will break 1.3.4_2, and vice versa. If you were to update a port that had major changes between versions, you'd see files from both versions. If you want to purge libtool-1.3.4, remove it with pkg_delete, and reinstall libtool-1.3.4_2. You may not be able to do this cleanly, though... The only way to force a package removal that has dependencies to satisfy is to hack away at /var/db/pkg, which is not a clean solution. I'm still waiting for an answer, hopefully there's a clean way to satisfy dependencies. On Thu, Mar 08, 2001 at 11:43:30AM -0800, Mike Ruhl wrote: > libtool-1.3.4 Generic shared library support script > libtool-1.3.4_2 Generic shared library support script > > In my pkg_info list. > > 2) Do I really have 2 versions of the library? (Looking in the > directory /usr/local/bin, I find only one version. > > 3) How can I "purge" the other entry from my pkg_info list? > > > Thanks! > > Mike -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message