JDK15 installation problem SOLVED

Greg Lewis glewis at eyesbeyond.com
Tue Nov 15 08:08:40 PST 2005


On Tue, Nov 15, 2005 at 04:45:19PM +0100, Andreas Krebs wrote:
> >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

Exactly.  So why is the install of linux_base-8 looking for an RPM with
amd64 as the architecture then?  That is exactly what the above section
of the Makefile is overriding.

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the freebsd-java mailing list