Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 22:34:52 -0600
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        ports@freebsd.org
Subject:   Re: svn commit: r338650 - in head/java/openjdk7: . files
Message-ID:  <20140105043452.GA94892@over-yonder.net>
In-Reply-To: <201401041556.s04FuQ8I080844@svn.freebsd.org>
References:  <201401041556.s04FuQ8I080844@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 04, 2014 at 03:56:26PM +0000 I heard the voice of
Mathieu Arnold, and lo! it spake thus:
> 
> Log:
>   Revert lang/openjdk7 to 7u25.

This has had build problems for me on 2 different systems that had _45
installed.  It blows up after using the installed openjdk7 partway
through with an error chain like


gmake[6]: Leaving directory `/usr/ports.work/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product'
All done.
gmake[5]: Leaving directory `/usr/ports.work/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product'
cd bsd_amd64_compiler2/product && ./test_gamma
Using java runtime at: /usr/local/openjdk7/jre
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/invoke/AdapterMethodHandle
gmake[4]: *** [product] Error 1
gmake[4]: Leaving directory `/usr/ports.work/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/hotspot/outputdir'
gmake[3]: *** [generic_build2] Error 2
gmake[3]: Leaving directory `/usr/ports.work/usr/ports/java/openjdk7/work/openjdk/hotspot/make'
gmake[2]: *** [product] Error 2
gmake[2]: Leaving directory `/usr/ports.work/usr/ports/java/openjdk7/work/openjdk/hotspot/make'
gmake[1]: *** [hotspot-build] Error 2
gmake[1]: Leaving directory `/usr/ports.work/usr/ports/java/openjdk7/work/openjdk'
gmake: *** [build_product_image] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/java/openjdk7.
*** [build] Error code 1



On one system I could get around it by just dumping the installed
openjdk7 and letting it pull in a new bootstrap.  The other, it seems
to have worked to manually install the bootstrap and do a

% make BOOTSTRAPJDKDIR=/usr/local/bootstrap-openjdk

dance in the port dir.


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.



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