Subject: Re: jdk1.4.1 patchset 4 and NetBSD
To: None <netbsd-java@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-java
Date: 10/23/2003 18:54:37
In article <20031023195905.6b2e861b.nouvelles.fraiches@free.fr>,
Thomas Girard <nouvelles.fraiches@free.fr> wrote:
>Hello all,
>
>as reported here:
>http://www.netbsd.org/Changes/#j2sdk-141
>
>the fourth patchset includes support for NetBSD-current on i386. I must
>do something wrong because I can't compile it under my NetBSD/i386
>1.6ZD.
>
>I've followed the instructions given in the BUILD file, including setenv
>DEV_ONLY YES , and typed 'ulimit -d unlimited' before starting. Please
>note that I'm compiling on an ext2 (tuned without any option) partition.

You must have gotten your tree in an inconsistent state. I'd make clean
and start again. Please note that java build is not self-hosting because
javac runs into thread problems, so you have to set USE_ONLY_BOOTDIR_TOOLS=YES

christos