From owner-freebsd-qa Wed Oct 9 4:15:50 2002 Delivered-To: freebsd-qa@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1672137B401 for ; Wed, 9 Oct 2002 04:15:49 -0700 (PDT) Received: from telecomsm.multiarea.ro (telecomsm.multiarea.ro [194.102.89.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A87F43E42 for ; Wed, 9 Oct 2002 04:15:44 -0700 (PDT) (envelope-from ubik@romtelecom.ro) Received: from localhost (ubik@localhost) by telecomsm.multiarea.ro (8.9.3/8.9.3) with ESMTP id OAA10357 for ; Wed, 9 Oct 2002 14:08:31 +0300 From: ubik@romtelecom.ro X-Authentication-Warning: telecomsm.multiarea.ro: ubik owned process doing -bs Date: Wed, 9 Oct 2002 14:08:31 +0300 (EEST) X-Sender: ubik@telecomsm.multiarea.ro To: freebsd-qa@freebsd.org Subject: jdk12 build fails on 4.7 RC1; maybe on RC2 too ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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