From owner-freebsd-java@FreeBSD.ORG Thu Jan 7 14:59:25 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5903C10656A4 for ; Thu, 7 Jan 2010 14:59:25 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out0.tiscali.nl (smtp-out0.tiscali.nl [195.241.79.175]) by mx1.freebsd.org (Postfix) with ESMTP id E01F58FC12 for ; Thu, 7 Jan 2010 14:59:24 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out0.tiscali.nl with esmtp (Exim) (envelope-from ) id 1NStpb-0001EE-Am; Thu, 07 Jan 2010 15:59:23 +0100 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 76390D9DD; Thu, 7 Jan 2010 15:59:17 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes References: <687C53C9-7C63-4446-A0D9-30B999F64C35@mouf.net> <5C667ABA-5436-4EE6-B794-183053056437@getsnappy.com> To: "Brian Gardner" Date: Thu, 07 Jan 2010 15:59:17 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <5C667ABA-5436-4EE6-B794-183053056437@getsnappy.com> User-Agent: Opera Mail/10.10 (FreeBSD) Content-Transfer-Encoding: quoted-printable Cc: "freebsd-java@freebsd.org" Subject: Re: FreeBSD Port: java/openjdk6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2010 14:59:25 -0000 Hi, I'm trying to build all this. Some points: - RUN_JTREG should be named WITH_RUN_JTREG in a couple of places of the =20 Makefile. The name of the option is different from the name of the =20 variable. - your new port installs in /usr/local/openjdk6. So my current openjdk6 =20 was overwritten. (I understand this is a temporary problem while the port= =20 isn't committed) - make (with WITH_RUN_JTREG) gives me this: [root@ronald /usr/ports/java/openjdk6-b17]# make =3D=3D=3D> Found saved configuration for openjdk6-b17 =3D=3D=3D> Extracting for openjdk6-b17 =3D> MD5 Checksum OK for openjdk-6-src-b17-14_oct_2009.tar.gz. =3D> SHA256 Checksum OK for openjdk-6-src-b17-14_oct_2009.tar.gz. =3D> MD5 Checksum OK for jce_policy-6.zip. =3D> SHA256 Checksum OK for jce_policy-6.zip. =3D=3D=3D> Patching for openjdk6-b17 =3D=3D=3D> Applying FreeBSD patches for openjdk6-b17 =3D=3D=3D> openjdk6-b17 depends on executable: ant - found =3D=3D=3D> openjdk6-b17 depends on executable: zip - found =3D=3D=3D> openjdk6-b17 depends on executable: unzip - found =3D=3D=3D> openjdk6-b17 depends on file: /usr/local/include/cups/cups.h= - found =3D=3D=3D> openjdk6-b17 depends on file: /jtreg - not found =3D=3D=3D> Verifying install for /jtreg in /usr/ports/java/jtreg =3D=3D=3D> Extracting for jtreg-4.0_1 =3D> MD5 Checksum OK for jtreg-4_0-src-b03-31_mar_2009.zip. =3D> SHA256 Checksum OK for jtreg-4_0-src-b03-31_mar_2009.zip. =3D=3D=3D> jtreg-4.0_1 depends on executable: unzip - found =3D=3D=3D> Patching for jtreg-4.0_1 =3D=3D=3D> Applying FreeBSD patches for jtreg-4.0_1 =3D=3D=3D> jtreg-4.0_1 depends on file: /usr/local/jdk1.6.0/bin/java - = found =3D=3D=3D> jtreg-4.0_1 depends on executable: gmake - found =3D=3D=3D> Configuring for jtreg-4.0_1 =3D=3D=3D> Building for jtreg-4.0_1 gmake: Entering directory `/usr/ports/java/jtreg/work/make' gmake: *** No rule to make target =20 `/usr/local/jtharness/legal/copyright.txt', needed by =20 `../build/images/jtreg/legal/jtharness/copyright.txt'. Stop. gmake: Leaving directory `/usr/ports/java/jtreg/work/make' *** Error code 1 Stop in /usr/ports/java/jtreg. *** Error code 1 Stop in /usr/ports/java/openjdk6-b17. *** Error code 1 Stop in /usr/ports/java/openjdk6-b17. Any hints. This is on 8.0-STABLE/amd64. Ronald. On Thu, 07 Jan 2010 07:28:47 +0100, Brian Gardner wrote: > Sorry everybody got caught up with a new job and the holidays. This =20 > will be the last version I post unless their are any worthy =20 > bugs/objections in the next few days. > > This version adds a fastdebug option, which will build an optimized =20 > installation at /usr/local/openjdk6 and a fastdebug installation at =20 > /usr/local/openjdk6-fastdebug. This is useful for debugging problems, = =20 > and it's often convenient having both copies side by side. > > I've also put in quite a bit of work towards implementing and fixing th= e =20 > regression tests. There is an option (run make config) to enable it. = =20 > This is important in insuring we don't make any backwards progress in =20 > future releases of our port. There is an option that will enable it, =20 > however it always crashes for me with an out of memory error. Seems od= d =20 > considering I have 1G of physical ram and 2G of swap. Anyways give it = a =20 > try and provide feedback if you have the time. I'd like to finalize it= =20 > by b18, so I can compare test results with previous test results rollin= g =20 > forward. You will also need to uncompress JavaHelp jtreg and jtharness= =20 > in /usr/ports/java/ > > > http://www.getsnappy.com/downloads/openjdk6-b17-pr3-rc1.tar.gz > http://www.getsnappy.com/downloads/JavaHelp.tar.gz > http://www.getsnappy.com/downloads/jtreg.tar.gz > http://www.getsnappy.com/downloads/jtharness.tar.gz > > > > On Jan 2, 2010, at 4:10 PM, Steve Wills wrote: > >> Hi, >> >> Any chance of committing that openjdk6-b17 port soon? I'd like to work= =20 >> on a Glassfish v3 port and it needs the b17 Java. I'm happy to test if= =20 >> you need it. >> >> Thanks, >> Steve >> >> >> > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"