Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 49792 invoked from network); 13 Apr 2006 13:45:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2006 13:45:52 -0000 Received: (qmail 87693 invoked by uid 500); 13 Apr 2006 13:43:56 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 87513 invoked by uid 500); 13 Apr 2006 13:43:55 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 87502 invoked by uid 99); 13 Apr 2006 13:43:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 06:43:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mark.hindess@googlemail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO pproxy.gmail.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 06:43:53 -0700 Received: by pproxy.gmail.com with SMTP id o67so3953478pye for ; Thu, 13 Apr 2006 06:43:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fZsMllKG9neImQDK7+vgOcjpLz54MGZVa9wgZ+RGVvZnmdwbDqKBczi6YAiaUhfE7mflqi134J4rs4CUuYZRiqX6n7D3weoA36b2+7BhBDn/Kt7zQ/SUHXfDgn/WSyQCqDYNPqQmDQYmDMa16Ct2D8BV6x/omHIXEn6AzIphGGM= Received: by 10.35.97.17 with SMTP id z17mr803280pyl; Thu, 13 Apr 2006 06:43:32 -0700 (PDT) Received: by 10.35.63.11 with HTTP; Thu, 13 Apr 2006 06:43:32 -0700 (PDT) Message-ID: Date: Thu, 13 Apr 2006 14:43:32 +0100 From: "Mark Hindess" To: harmony-dev@incubator.apache.org Subject: Re: Compiler error on linux with IBM 5.0 and Sun 5.0 compilers In-Reply-To: <443E51CE.1060907@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <443E51CE.1060907@googlemail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Excluding these two tests: javax/crypto/SecretKeyFactoryTest1.java javax/crypto/SecretKeyFactoryTest2.java then the compilation works. -Mark. On 4/13/06, Oliver Deakin wrote: > Hi Mark, > > Ive just found the same thing while building the crypto tests in windows > using J9 50. All tests up to there are ok. The output I get is similar > to yours: > > compile.tests: > [echo] Compiling CRYPTO tests from > C:\PROGRA~1\eclipse\workspace\classlib\modules\crypto\src\test\java > [javac] Compiling 31 source files to > C:\PROGRA~1\eclipse\workspace\classlib\modules\crypto\bin\test > [javac] An exception has occurred in the compiler (1.5.0). Please > file a bug > at the Java Developer Connection > (http://java.sun.com/webapps/bugreport) after > checking the Bug Parade for duplicates. Include your program and the > following > diagnostic in your report. Thank you. > > Ill take a look and see if I can find which class it's compiling at the > time. > > Regards, > Oliver > > Mark Hindess wrote: > > If I do a clean checkout and run: > > > > ant -f make/depends.xml download > > ant -f make/build.xml > > ant -f make/build-test.xml compile-support > > cd modules/crypto > > ant -f make/build.xml test > > > > I get a compiler error. I've tried using both an IBM 5.0 and Sun 5.0 > > compiler and get the same error: > > > > An exception has occurred in the compiler (1.5.0_06). Please file a > > bug at the Java Developer Connection > > (http://java.sun.com/webapps/bugreport) after checking the Bug Parade > > for duplicates. Include your program and the following diagnostic in > > your report. Thank you. > > > > I assume since everyone else is quietly working on adding 5.0 code > > that I am the only one with this problem? > > > > I'm about to try the same test under windows, but thought I'd mention > > this hear first. > > > > Regards, > > Mark. > > > > -- > > Mark Hindess > > IBM Java Technology Centre, UK. > > > > --------------------------------------------------------------------- > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > > > > > -- > Oliver Deakin > IBM United Kingdom Limited > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- Mark Hindess IBM Java Technology Centre, UK. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org