Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 09:08:27 -0700
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Andreas Krebs <akrebs@chronolabs.de>
Cc:        freebsd-java@freebsd.org
Subject:   Re: JDK15 installation problem  SOLVED
Message-ID:  <20051115160827.GA86828@misty.eyesbeyond.com>
In-Reply-To: <437A028F.3090404@chronolabs.de>
References:  <437A028F.3090404@chronolabs.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051115160827.GA86828>