Date: Sat, 1 Apr 2006 08:44:13 +1200 From: Jonathan Chen <jonc@chen.org.nz> To: Aguiar Magalhaes <magalhj@yahoo.com.br> Cc: freebsd-questions@freebsd.org Subject: Re: Compiling Java 1.5 Message-ID: <20060331204413.GA54488@osiris.chen.org.nz> In-Reply-To: <20060331133524.59025.qmail@web31606.mail.mud.yahoo.com> References: <20060331133524.59025.qmail@web31606.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 31, 2006 at 10:35:24AM -0300, Aguiar Magalhaes wrote:
> Hi list,
>
> I?ve received many good suggestions and I'm trying ...
>
> Please, see this error... What can I do ??
>
> Thanks,
>
> Aguiar
>
> - - - - - - - - - - - - -
> gmake[3]: Leaving directory
> `/usr/ports/java/jdk15/work/control/build/bsd-i586/h
> otspot-i586/tmp/bsd_i486_compiler2/product'
> gmake[3]: Entering directory
> `/usr/ports/java/jdk15/work/control/build/bsd-i586/
> hotspot-i586/tmp/bsd_i486_compiler2/product'
> /usr/local/linux-sun-jdk1.4.2/bin/javac -g -d
For some reason, the linux-jdk1.4 binaries isn't up to bootstrapping
your native JDK1.5 build. Check the following:
- don't build in a jail
- make sure the linuxalator is loaded
- make sure the linprocfs is mounted during your initial build
If that doesn't work, you can installing the navtive linux-sun-jdk15
to enable your build. FYI, if you had native JDK1.4 installed, that would
work as well.
Cheers.
--
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
"I don't want to achive immortality through my works..
I want to achieve it through not dying" - Woody Allen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060331204413.GA54488>
