This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/17845] New: can't build GNU Classpath
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 5 Oct 2004 15:42:56 -0000
- Subject: [Bug java/17845] New: can't build GNU Classpath
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I can't build GNU Classpath with current cvs gcj.
This may be a regression, though it is also possible
that Classpath changed in a way that gcj can't handle.
The code in question is correct. It appears that gcj
is picking the wrong 'Certificate':
make[1]: Entering directory `/home/tromey/gnu/classpath/build/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/home/tromey/gnu/Binarycompat/install/bin/gcj --bootclasspath '' --classpath
../../classpath:../vm/current:.: -C -d . @classes
../../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
--
Summary: can't build GNU Classpath
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tromey at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17845