need help: install jdk14

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Tue Sep 21 05:42:24 PDT 2004


Chiang Seng Chang <cs at ctzen.com> 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?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
		http://be-well.ilk.org:8088/~lowell/


More information about the freebsd-questions mailing list