From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 13:39:19 2004 Return-Path: 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 C885016A4CE for ; Tue, 21 Sep 2004 13:39:19 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C2E43D5D for ; Tue, 21 Sep 2004 13:39:19 +0000 (GMT) (envelope-from cs@ctzen.com) Received: from charon.ctzen.com (h0040055d253a.ne.client2.attbi.com[24.147.64.178]) by comcast.net (sccrmhc13) with ESMTP id <20040921133918016005vudve>; Tue, 21 Sep 2004 13:39:18 +0000 Received: from [10.50.4.40] (rpaushter.experience.com [10.50.4.40]) by charon.ctzen.com (Postfix) with ESMTP id 28CA63B91B; Tue, 21 Sep 2004 09:39:16 -0400 (EDT) Message-ID: <41502F03.9040100@ctzen.com> Date: Tue, 21 Sep 2004 09:39:15 -0400 From: Chiang Seng Chang User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en MIME-Version: 1.0 To: Lowell Gilbert References: <414F92AC.9000000@ctzen.com> <448yb3pzdc.fsf@be-well.ilk.org> In-Reply-To: <448yb3pzdc.fsf@be-well.ilk.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: need help: install jdk14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 13:39:19 -0000 ls /compat/linux/lib: -rwxr-xr-x 1 root wheel 1.1M Apr 28 2002 libc-2.2.5.so* lrwxr-xr-x 1 root wheel 13B Sep 18 13:53 libc.so.6@ -> libc-2.2.5.so the ports are up to date. i got this feeling that its ignoring the ALT_PKGDEP in pkgtools.conf. -cs Lowell Gilbert wrote: > Chiang Seng Chang writes: > > >>the error: >> >> >> Checksum OK for rpm/libstdc++-2.96-112.7.1.i386.rpm. >>===> Patching for linux_base-7.1_7 >>===> linux_base-7.1_7 depends on executable: rpm - found >>===> Configuring for linux_base-7.1_7 >>===> Installing for linux_base-7.1_7 >>===> linux_base-7.1_7 conflicts with installed package(s): >> linux_base-debian-3.0.23_1 >> They install files into the same place. >> Please remove them first with pkg_delete(1). >>*** Error code 1 >>Stop in /usr/ports/emulators/linux_base. >>*** Error code 1 >>Stop in /usr/ports/java/linux-sun-jdk14. >>*** Error code 1 >>Stop in /usr/ports/java/jdk14. >> >>pkg_info | grep linux: >> >>linux_base-debian-3.0.23_1 Debian base set for the Linux mode >> >>pkgtools.conf: >> >> ALT_PKGDEP = { >> 'emulators/linux_base' => 'emulators/linux_base-debian', >> } >> >>i'm at wits end, pls help. > > > You need linux-sun-jdk14 installed to "bootstrap" the native jdk14 > build. It depends on (the Linux) libc.so.6, which it tries to get > from linux_base. However, linux_base-debian also provides that file, > so I'm not sure why it's trying to install another linux_base. Is the > file there? Are you ports up-to-date? >