Date: Thu, 07 Jan 2010 15:59:17 +0100 From: "Ronald Klop" <ronald-freebsd8@klop.yi.org> To: "Brian Gardner" <openjdk@getsnappy.com> Cc: "freebsd-java@freebsd.org" <freebsd-java@freebsd.org> Subject: Re: FreeBSD Port: java/openjdk6 Message-ID: <op.u553w3pc8527sy@82-170-177-25.ip.telfort.nl> In-Reply-To: <5C667ABA-5436-4EE6-B794-183053056437@getsnappy.com> References: <687C53C9-7C63-4446-A0D9-30B999F64C35@mouf.net> <5C667ABA-5436-4EE6-B794-183053056437@getsnappy.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 Makefile. The name of the option is different from the name of the variable. - your new port installs in /usr/local/openjdk6. So my current openjdk6 was overwritten. (I understand this is a temporary problem while the port isn't committed) - make (with WITH_RUN_JTREG) gives me this: [root@ronald /usr/ports/java/openjdk6-b17]# make ===> Found saved configuration for openjdk6-b17 ===> Extracting for openjdk6-b17 => MD5 Checksum OK for openjdk-6-src-b17-14_oct_2009.tar.gz. => SHA256 Checksum OK for openjdk-6-src-b17-14_oct_2009.tar.gz. => MD5 Checksum OK for jce_policy-6.zip. => SHA256 Checksum OK for jce_policy-6.zip. ===> Patching for openjdk6-b17 ===> Applying FreeBSD patches for openjdk6-b17 ===> openjdk6-b17 depends on executable: ant - found ===> openjdk6-b17 depends on executable: zip - found ===> openjdk6-b17 depends on executable: unzip - found ===> openjdk6-b17 depends on file: /usr/local/include/cups/cups.h - found ===> openjdk6-b17 depends on file: /jtreg - not found ===> Verifying install for /jtreg in /usr/ports/java/jtreg ===> Extracting for jtreg-4.0_1 => MD5 Checksum OK for jtreg-4_0-src-b03-31_mar_2009.zip. => SHA256 Checksum OK for jtreg-4_0-src-b03-31_mar_2009.zip. ===> jtreg-4.0_1 depends on executable: unzip - found ===> Patching for jtreg-4.0_1 ===> Applying FreeBSD patches for jtreg-4.0_1 ===> jtreg-4.0_1 depends on file: /usr/local/jdk1.6.0/bin/java - found ===> jtreg-4.0_1 depends on executable: gmake - found ===> Configuring for jtreg-4.0_1 ===> Building for jtreg-4.0_1 gmake: Entering directory `/usr/ports/java/jtreg/work/make' gmake: *** No rule to make target `/usr/local/jtharness/legal/copyright.txt', needed by `../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 <openjdk@getsnappy.com> wrote: > Sorry everybody got caught up with a new job and the holidays. This > will be the last version I post unless their are any worthy > bugs/objections in the next few days. > > This version adds a fastdebug option, which will build an optimized > installation at /usr/local/openjdk6 and a fastdebug installation at > /usr/local/openjdk6-fastdebug. This is useful for debugging problems, > 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 the > regression tests. There is an option (run make config) to enable it. > This is important in insuring we don't make any backwards progress in > future releases of our port. There is an option that will enable it, > however it always crashes for me with an out of memory error. Seems odd > considering I have 1G of physical ram and 2G of swap. Anyways give it a > try and provide feedback if you have the time. I'd like to finalize it > by b18, so I can compare test results with previous test results rolling > forward. You will also need to uncompress JavaHelp jtreg and jtharness > 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 >> on a Glassfish v3 port and it needs the b17 Java. I'm happy to test if >> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.u553w3pc8527sy>
