From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21332 invoked by alias); 27 Oct 2004 20:06:19 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 21294 invoked by uid 48); 27 Oct 2004 20:06:17 -0000 Date: Wed, 27 Oct 2004 20:06:00 -0000 Message-ID: <20041027200617.21293.qmail@sourceware.org> From: "mark at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20041005154252.17845.tromey@gcc.gnu.org> References: <20041005154252.17845.tromey@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/17845] can't build GNU Classpath X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00242.txt.bz2 List-Id: ------- Additional Comments From mark at gcc dot gnu dot org 2004-10-27 20:06 ------- > Does this mean that you've actually been able to duplicate the bug? > Can you at least let me have a backtrace? > Surely it's better to fix the bug than install a workaround in Classpath. I have seen the bug occur on a cygwin machine to which I don't have access anymore. I thought it was related to the file system being case-insensitive so jikes was used to do the source to byte code compilation. Chris is now seeing it on his powerpc machine. The workaround at least makes it possible to keep working on GNU Classpath. We have a policy that GNU Classpath (releases) need to be able to be build with the latest GCC release (and possibly older versions or CVS). There isn't a backtrace since it just gives this error messages: ../../classpath/java/security/cert/X509Certificate.java:143: error: Class `java.security.cert.X509Certificate' can't subclass interface `java.security.Certificate'. public abstract class X509Certificate extends Certificate implements X509Extension ^ ../../classpath/java/security/cert/X509Certificate.java:0: confused by earlier errors, bailing out Is there a trick to get you the backtrace you need to further analyze why this is happening? -- What |Removed |Added ---------------------------------------------------------------------------- CC| |dog at gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17845