From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 05:42:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DB04016A41F for ; Thu, 29 Dec 2005 05:42:04 +0000 (GMT) (envelope-from leslie@eskk.nu) Received: from hawk.thalamus.net (smtp.thalamus.net [212.31.160.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A753A43D5A for ; Thu, 29 Dec 2005 05:42:03 +0000 (GMT) (envelope-from leslie@eskk.nu) Received: from localhost (localhost.thalamus.net [127.0.0.1]) by hawk.thalamus.net (Postfix) with ESMTP id 2BC771EEAB0 for ; Thu, 29 Dec 2005 06:42:01 +0100 (CET) Received: from hawk.thalamus.net ([127.0.0.1]) by localhost (hawk.thalamus.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30762-01 for ; Thu, 29 Dec 2005 06:41:53 +0100 (CET) Received: from [172.17.0.19] (c-195-216-040-164.cust.thalamus.net [195.216.40.164]) by hawk.thalamus.net (Postfix) with ESMTP id 7FB181EE819 for ; Thu, 29 Dec 2005 06:41:53 +0100 (CET) Message-ID: <43B37723.6010207@eskk.nu> Date: Thu, 29 Dec 2005 06:41:55 +0100 From: Leslie Jensen User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051222) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at thalamus.net X-Spam-Status: No, score=0.05 tagged_above=-999 required=4.2 tests=[AWL=0.050] X-Spam-Score: 0.05 X-Spam-Level: Subject: Installation of linux_base on 6.0-RELEASE-p1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 05:42:05 -0000 Hi I've installed the linux_base but later found out that I needed the linux_base-8. I did a make deinstall for the linux_base and then I tried to install the linux_base-8. cd /usr/ports/emulators/linux_base-8 make install clean ===> Installing for linux_base-8-8.0_10 ===> Generating temporary packing list ===> Checking if emulators/linux_base-8 already installed kern.fallback_elf_brand: 3 -> 3 redhat-release-8.0-8.noarch.rpm glibc-common-2.3.2-4.80.8.i386.rpm glibc-2.3.2-4.80.8.i386.rpm setup-2.5.20-1.noarch.rpm filesystem-2.1.6-5.noarch.rpm basesystem-8.0-1.noarch.rpm libattr-2.0.8-3.i386.rpm libacl-2.0.11-2.i386.rpm libelf-0.8.2-2.i386.rpm bzip2-libs-1.0.2-5.i386.rpm termcap-11.0.1-13.noarch.rpm compat-db-3.3.11-2.i386.rpm db4-4.0.14-14.i386.rpm gdbm-1.8.0-18.i386.rpm glib-1.2.10-8.i386.rpm libtermcap-2.0.8-31.i386.rpm bash-2.05b-5.1.i386.rpm bzip2-1.0.2-5.i386.rpm compat-libstdc++-7.3-2.96.110.i386.rpm file /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so from install of compat-libstdc++-7.3-2.96.110 conflicts with file from package libstdc++-2.96-110 *** Error code 2 Stop in /usr/ports/emulators/linux_base-8. I need to solve the conflict with libstdc but I can't find information on how. I would appreciate if someone could point me in the right direction. Thank you Leslie Jensen