JDK15 installation problem SOLVED

Andreas Krebs akrebs at chronolabs.de
Tue Nov 15 07:45:19 PST 2005


>
> So, I wonder what is causing ${ARCH} to be wrong when we try installing the
> Linux emulation package?

The Makefile in linux_base-8 sets the ARCH back to i386, this setting is 
probably used in all following installs (just guessing here)

.if (${ARCH} == "amd64")
LATEST_LINK:=           ${LATEST_LINK:C/linux/linux32/}
ARCH=                   i386
FALLBACK_ELF_MIB=       kern.elf32.fallback_brand
RPMFLAGS+=              --noscripts
.else

Andreas Krebs
Chronolabs GmbH
akrebs at chronolabs.de



More information about the freebsd-java mailing list