From owner-freebsd-ports@FreeBSD.ORG Fri Jun 6 21:55:25 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49540106566C for ; Fri, 6 Jun 2008 21:55:25 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 242A08FC1F for ; Fri, 6 Jun 2008 21:55:25 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Fri, 06 Jun 2008 16:55:18 -0500 id 000D4CB6.4849B246.0000B487 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Fri, 06 Jun 2008 16:55:12 -0500 id 0004AC19.4849B240.000109DD Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Fri, 06 Jun 2008 16:55:12 -0500 Message-ID: <20080606165512.1882539k6yb7diko@intranet.encontacto.net> Date: Fri, 06 Jun 2008 16:55:12 -0500 From: eculp To: Robert Noland References: <20080606125256.18626i78v3uh2q04@intranet.encontacto.net> <1212777921.30263.29.camel@squirrel.corp.cox.com> In-Reply-To: <1212777921.30263.29.camel@squirrel.corp.cox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) Cc: freebsd-ports Subject: Re: I can't ge jdk16 on AMD64 Current to compile, nor jdk15 that I need to build OpenOffice. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 21:55:25 -0000 Quoting Robert Noland : > On Fri, 2008-06-06 at 12:52 -0500, eculp wrote: >> I've not been able to get OpenOffice to compile on my AMD64-2 Current8 >> because first it will not accept diablo-jdk15 and neither jdk15 or >> jdk16 finish compiling. >> >> # uname -a >> FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #114: Mon Jun >> 2 05:44:28 CDT 2008 >> root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO amd64 >> >> jdk16 breaks at hotspot with: >> >> gmake -f >> /almacen1/ports/java/jdk16/work/hotspot/build/bsd/Makefile \ >> LP64=3D1 >> HOTSPOT_BUILD_VERSION=3D1.6.0_03-p4-root_06_jun_2008_12_47-b00 >> JAVA_HOME=3D/usr/local/diablo-jdk1.5.0 >> GAMMADIR=3D/almacen1/ports/java/jdk16/work/hotspot MAKE_VERBOSE=3Dy produ= ct >> gmake[3]: Entering directory >> `/almacen1/ports/java/jdk16/work/control/build/bsd-amd64/hotspot/outputdi= r' >> gmake -f /almacen1/ports/java/jdk16/work/hotspot/build/bsd/Makefile check= s >> gmake[4]: Entering directory >> `/almacen1/ports/java/jdk16/work/control/build/bsd-amd64/hotspot/outputdi= r' >> /usr/local/diablo-jdk1.5.0/bin/javap >> javax.xml.transform.TransformerFactory > /dev/null 2>&1; \ >> if [ $? -ne 0 ]; then \ >> /usr/local/diablo-jdk1.5.0/bin/java -version; \ >> echo "*** An XSLT processor (J2SE 1.4.x or newer) is required"= \ >> "to bootstrap this build" 1>&2; \ >> exit 1; \ >> fi >> Fatal error 'kse_create() failed >> >> and jdk15 a bit differently but also at hotspot: >> >> External File/Binary Locations: >> HOTSPOT_SERVER_PATH =3D >> /almacen1/ports/java/jdk15/work/control/build/bsd-amd64/hotspot-amd64/ser= ver >> HOTSPOT_IMPORT_PATH =3D >> /almacen1/ports/java/jdk15/work/control/build/bsd-amd64/hotspot-amd64/imp= ort >> MOTIF_DIR =3D /usr/local >> CACERTS_FILE =3D ./../src/share/lib/security/cacerts >> >> No setting required for Unix Systems >> WARNING: Your are not building SPONSORS workspace from >> the control build. This will result in a development-only >> build of the J2SE workspace, lacking the installation bundles >> >> WARNING: Your FreeBSD installation is not valid for building a >> the J2SDK. You must be using FreeBSD 5.[345]|6.*. >> Your release is 8.0-CURRENT >> >> ERROR: Your BOOTDIR environment variable does not point >> to a valid Java 2 SDK for bootstrapping this build. >> A Java 2 SDK 5.0_14 build must be bootstrapped using >> J2SDK 1.4.2 fcs (or later). >> Apparently, your bootstrap JDK is version >> Please update your ALT_BOOTDIR setting and start your build again= . > > java/jdk15 will compile correctly on -CURRENT if you add the following > to /etc/libmap.conf. > > libpthread.so.1 libthr.so.1 > libpthread.so.2 libthr.so.2 > libkse.so.3 libthr.so.3 Just added it and am cleaning up all and will build it in a bit. =20 Thanks for the hint. Have a great weekend. ed > > diablo-jdk needs this to function on -CURRENT and so compile a native > jdk15. I'm not sure if you can build java/jdk16 with diablo, but I > expect you can with a native jdk15... > > robert. > >> Exiting because of the above error(s). >> >> Any suggestions appreciated. >> >> ed >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- > Robert Noland > 2Hip Networks > >