From owner-freebsd-questions Tue Aug 27 3:57: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DE437B400 for ; Tue, 27 Aug 2002 03:57:07 -0700 (PDT) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D22043E42 for ; Tue, 27 Aug 2002 03:57:06 -0700 (PDT) (envelope-from david@skytrackercanada.com) Received: (from david@localhost) by skytrackercanada.com (8.12.3/8.12.3) id g7RAuwsb032655; Tue, 27 Aug 2002 06:56:58 -0400 (EDT) (envelope-from david) Date: Tue, 27 Aug 2002 06:56:58 -0400 From: David Banning To: Jason Hunt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: linux_base-7.1 install problems Message-ID: <20020827065658.A29648@skytrackercanada.com> References: <20020826203831.X35409-100000@lethargic.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020826203831.X35409-100000@lethargic.dyndns.org>; from leth@primus.ca on Mon, Aug 26, 2002 at 08:50:26PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > file /usr/bin/catchsegv from install of glibc-common-2.2.2-10 conflicts > with file from package glibc-2.1.2-11 > *** Error code 1 > > There are hundreds/thousands of "file _____ from install of > glibc-common-2.2.2-10 conflicts with file from pkackage glibc_2.1.2-11" > lines. > > Could something be left over from when I pkg_delete'd linux_base-6? If > so, what? My guess is that some package that you installed previously installed glibc-2.1.2-11 with it. Deleting the previous version of linux would therefore only delete the libc from the previous version, not a libc obtained from a previous source. > I cannot find any of the files on my system. /usr/compat/linux > only contains the dev, etc and var subdirectories. try "locate libc | grep linux | more" and what see you find, but update your locate database first. Mine is in /compat/linux/lib > catchsegv" does not return anything. "locate catchsegv" says that > catchsegv is in /usr/compat/linux/usr/bin/catchsegv, but it's not, which > leaves me utterly confused. Your locate database is previous the deletion of your linux lib package. update your locate database. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message