Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2003 23:47:52 +0200
From:      Kang-Ling Weng <kangling@gmx.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   compiling jdk14 on FreeBSD 5.1 - segmentation fault
Message-ID:  <200309112347.52570.kangling@gmx.net>

next in thread | raw e-mail | index | archive | help
Hello

when I try to compile jdk14 .... I stuck:

first I copied these files:
	j2sdk-1_4_1-src-scsl.zip
	j2sdk-1_4_1_02-linux-i586.bin
	bsd-jdk14-patches-3.tar.gz
into /usr/ports/distfiles/

and started:

cd /usr/ports/java/jdk14
make 
...
...
...
/bin/mkdir -p 
/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/library/newclasses
rm -f 
/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/.classes.list
gmake[6]: *** [optimized] Segmentation fault (core dumped)
gmake[6]: Leaving directory 
`/usr/ports/java/jdk14/work/j2se/make/sun/javac/recompile/library'
gmake[5]: *** [all] Error 1
gmake[5]: Leaving directory 
`/usr/ports/java/jdk14/work/j2se/make/sun/javac/recompile'
gmake[4]: *** [all] Error 1
gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/sun/javac'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/javac'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.

can anybody help?

best regards
Kang-Ling



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