From owner-freebsd-questions Mon Aug 26 17:50:22 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 5969E37B400 for ; Mon, 26 Aug 2002 17:50:20 -0700 (PDT) Received: from zephir.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB06243E3B for ; Mon, 26 Aug 2002 17:50:19 -0700 (PDT) (envelope-from leth@primus.ca) Received: from dialin-157-8.tor.primus.ca ([216.254.157.8]) by zephir.primus.ca with esmtp (Exim 3.33 #16) id 17jUYk-0001nH-0A for freebsd-questions@freebsd.org; Mon, 26 Aug 2002 20:50:19 -0400 Date: Mon, 26 Aug 2002 20:50:26 -0400 (EDT) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: freebsd-questions@freebsd.org Subject: linux_base-7.1 install problems Message-ID: <20020826203831.X35409-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I just cvsup'd the ports tree the other day, and decided to finally upgrade from linux_base-6 to -7. I pkg_delete'd linux_base-6 and then let make download all the rpm's for linux_base. However, I get this during "make install": [ ... snip ... ] file /usr/share/zoneinfo/right/US/Hawaii from install of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 file /usr/share/zoneinfo/right/US/Indiana-Starke from install of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 file /usr/share/zoneinfo/right/US/Michigan from install of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 file /usr/share/zoneinfo/right/US/Mountain from install of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 file /usr/share/zoneinfo/right/US/Pacific from install of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 file /usr/share/zoneinfo/right/W-SU from install of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 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? I cannot find any of the files on my system. /usr/compat/linux only contains the dev, etc and var subdirectories. "find / -name 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. Any help is appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message