Date: Mon, 20 Aug 2007 15:06:38 +0200 From: Tobias Grosser <lists_freebsd_org@07.antispam.web-wahnsinn.de> To: Greg Lewis <glewis@eyesbeyond.com> Cc: freebsd-current@freebsd.org, freebsd-java@freebsd.org Subject: Re: Gcc bugs break java/jdk15 build? [Workaround] Message-ID: <1187615198.939.3.camel@tobias.wg.> In-Reply-To: <20070816144458.kv2datmjkk4kcok8@webmail.df.eu> References: <1186303666.36623.23.camel@tobias.wg.> <20070815144804.GC5151@misty.eyesbeyond.com> <20070816144458.kv2datmjkk4kcok8@webmail.df.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Donnerstag, den 16.08.2007, 14:44 +0200 schrieb Tobias Grosser: > Zitat von Greg Lewis <glewis@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1187615198.939.3.camel>