JDK1.4.1 - more compile problems

David Israelsson david at israelsson.org
Mon Oct 20 00:42:16 PDT 2003


Robert Huff <roberthuff at rcn.com> writes:

> 	I'm also having problems compiling jdk14 (1.4.1p4).
> 	The fetch, extract, and patch phases run without error,
> followed by:
>
> ===>   jdk-1.4.1p4 depends on executable: zip - found
> ===>   jdk-1.4.1p4 depends on file: /usr/X11R6/lib/libXm.so - found
> ===>   jdk-1.4.1p4 depends on file: /usr/local/include/nspr/prtypes.h - found
> ===>   jdk-1.4.1p4 depends on file: /usr/local/linux-sun-jdk1.4.2/bin/javac - found
> ===>   jdk-1.4.1p4 depends on executable: gmake - found
> ===>  Configuring for jdk-1.4.1p4
> ===>  Building for jdk-1.4.1p4
> # Start of jdk build
> bsd i586 1.4.1-p4 build started: 03-03-19 15:23
>
>
> 	... and there is it sat for 72+ hours, using 66% of the CPU
> according to "top".  I have a P4/2.2ghz, and I'm pretty sure that's
> not right.
> 	I wrote to the listed maintainer - phantom at freebsd.org -
> several times and got no response, so I'm bringing it here.
> 	How do I go about finding out what's broken?
>
You probably forgot to mount the Linux proc fs which is required for
the Linux jdk to work.

mount -t linprocfs linprocfs /compat/linux/proc

        /David


More information about the freebsd-java mailing list