Date: Wed, 9 Oct 2002 14:08:31 +0300 (EEST) From: ubik@romtelecom.ro To: freebsd-qa@freebsd.org Subject: jdk12 build fails on 4.7 RC1; maybe on RC2 too ? Message-ID: <Pine.LNX.4.21.0210091406270.29830-100000@telecomsm.multiarea.ro>
next in thread | raw e-mail | index | archive | help
uname -a: FreeBSD nostromo.multiarea.ro 4.7-RC1 FreeBSD 4.7-RC1 #0: Tue Sep 17 08:44:50 GMT 2002 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 I was testing RC1 (not RC2 because I just discovered FreeBSD 3 days ago, and one ftp mirror had only RC1, I thought this is the only one RC), and trying to build jdk12. Problems: - The Makefile says JDK_PATCHSET_VERSION= 10 but I needed 11 because jakarta-tomcat-4.0.5 wants jdk-1.2.2p11 not jdk-1.2.2p10. So I modified JDK_PATCHSET_VERSION to say 11 and run make NO_CHECKSUM=yes. - The patchest's name was expected to be "freebsd-jdk122-patches-11.tar.gz" but http://www.eyesbeyond.com/freebsddom/java/jdk.html had it under "bsd-jdk122-patches-11.tar.gz". I renamed it and went on. - When make came to install linux_base, linux_base needed gettext-0.11.5, which needs expat.3. The following occured: gettext-0.11.5 depends on shared library: expat.3 - not found ===> Verifying install for expat.3 in /usr/ports/textproc/expat2 (my note: expat-1.95.5.tar.gz was already in /usr/ports/distfiles/) ===> Returning to build of gettext-0.11.5 Error: shared library "expat.3" does not exist *** Error code 1 Stop in /usr/ports/devel/gettext. *** Error code 1 Stop in /usr/ports/archivers/rpm. *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/java/linux-sun-jdk12. *** Error code 1 Stop in /usr/ports/java/jdk12. In /usr/local/lib/ I had -rw-r--r-- 1 root wheel 147500 Oct 8 12:30 libexpat.a lrwxr-xr-x 1 root wheel 13 Oct 8 12:30 libexpat.so -> libexpat.so.4 -rwxr-xr-x 2 root wheel 128368 Oct 8 12:30 libexpat.so.4 but no expat3. I didn't test a RC2, maybe someone else did ? Should I also send this to freebsd-bug ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0210091406270.29830-100000>