Skip site navigation (1)Skip section navigation (2)
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 =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 <openjdk@getsnappy.com>
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.u553w3pc8527sy>