Gcc bugs break java/jdk15 build? [Workaround]

Tobias Grosser lists_freebsd_org at 07.antispam.web-wahnsinn.de
Mon Aug 20 06:06:56 PDT 2007


Am Donnerstag, den 16.08.2007, 14:44 +0200 schrieb Tobias Grosser:
> Zitat von Greg Lewis <glewis at eyesbeyond.com>:
> > On Sun, Aug 05, 2007 at 10:47:46AM +0200, Tobias Grosser wrote:
> >> since the last gcc import (Update to 4.2)  I had problems to compile
> >> java/jdk15 (using linux-sun-jdk14/15 and diablo-jdk15), because often
> >> the linux-sun-jdk crashed or I got the following errors:
> >>
> >> ../../../../../src/share/classes/sun/security/util/SignatureFileVerifier.java:22: cannot find   
> >> symbol
> >> symbol  : class timestamp
> >> location: package sun.security
> >> import sun.security.timestamp.TimestampToken;
> >>                     ^
> >
> > Can you, and people with similar errors, try again after updating to a
> > -CURRENT after the GCC 4.2.1 import.  This should fix these errors but
> > it would be great to get some confirmation.
> 
> I tried already with the gcc 4.2.1 patch from   
> (http://people.freebsd.org/~kan/contrib-gcc421.tar.gz),
> but the build also breaks with optimization. (I am not sure, if it was  
> the same error) Without optimization it was working.
> When I am back from holiday at Tuesday, I will try again after gcc  
> import, and post the error log or report success. ;-)
I am back again.
The java build also breaks with freebsd from yesterday without
make.conf, but works if I add "CFLAGS=-O2 -fno-tree-vrp -pipe" to my
make.conf





More information about the freebsd-java mailing list