FreeBSD-current cannot build java/jdk15

Greg Lewis glewis at eyesbeyond.com
Mon Sep 24 08:58:33 PDT 2007


On Mon, Sep 24, 2007 at 12:19:59AM -0300, Mario Sergio Fujikawa Ferreira wrote:
> 	I am running -CURRENT as of yesterday (23 of september of
> 2007) and I am unable to build java/jdk15.
> 
> FreeBSD exxodus.fedaykin.here 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Fri Sep 21 07:35:14 BRT 2007     lioux at exxodus:/usr/obj/usr/src/sys/LIOUX  i386
> 
> 	I am running all latest ports as of today. My system
> information is attached. Let me know if there is anything else I can do.
> 
> 	My broken build can be found at:
> 
> http://people.freebsd.org/~lioux/jdk15.tar.lzma
> MD5 (jdk15.tar.lzma) = 6a5f7e16795f89e20f415b8748ee2c0b
> 
> 	The build log can be found at:
> 
> http://people.freebsd.org/~lioux/jdk15.log

Looks like the gcc 4.2 optimiser bug.  Try setting -fno-tree-vrp in your
CFLAGS.  Either that or hack the HotSpot compile to use -O0 rather than
-O3.

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the freebsd-ports mailing list