commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #9170] gcj fails to compile classpath


From: Michael Koch
Subject: [bugs #9170] gcj fails to compile classpath
Date: Thu, 03 Jun 2004 06:31:12 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Galeon/1.3.14 (Debian package 1.3.14a-1)

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #9170] Latest Modifications:

Changes by: 
                Michael Koch <address@hidden>
'Date: 
                Thu 06/03/04 at 10:29 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | In Process                | Closed


------------------ Additional Follow-up Comments ----------------------------
Okay, this confirmed my assumption. I'm closing this now. The real bug was that 
0.09 release doest check for gcj >= 3.3. It checks for gcj >= 3.1 which is 
wrong. This was fixed shortly after release and will be in next release, 0.10.






/**************************************************************************/
[bugs #9170] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9170>
Project: classpath
Submitted by: 0
On: Sun 05/30/04 at 23:42

Severity:  5 - Average
Resolution:  Fixed
Assigned to:  mkoch
Status:  Closed
Platform Version:  Red Hat 9.x


Summary:  gcj fails to compile classpath

Original Submission:  Follow the instructions to download and configure 
classpath.
address@hidden classpath-0.09]$ ./configure --enable-jni 
address@hidden classpath-0.09]$ gmake
Making all in lib
gmake[1]: Entering directory `/home/bmann/wrk/java/classpath-0.09/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/bin/gcj --bootclasspath '' -classpath 
..:../external/jaxp/source:../vm/current:.: -C -d . @classes
../java/awt/font/TextAttribute.java:44: Superclass 
`AttributedCharacterIterator.Attribute' of class `java.awt.font.TextAttribute' 
not found.
   public final class TextAttribute extends 
AttributedCharacterIterator.Attribute
                                            ^
../java/awt/im/InputSubset.java:49: Superclass `Character.Subset' of class 
`java.awt.im.InputSubset' not found.
   public final class InputSubset extends Character.Subset
                                          ^
2 errors
gmake[1]: *** [compile-classes] Error 1
gmake[1]: Leaving directory `/home/bmann/wrk/java/classpath-0.09/lib'
gmake: *** [all-recursive] Error 1

Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 06/03/04 at 10:29         By: mkoch
Okay, this confirmed my assumption. I'm closing this now. The real bug was that 
0.09 release doest check for gcj >= 3.3. It checks for gcj >= 3.1 which is 
wrong. This was fixed shortly after release and will be in next release, 0.10.

-------------------------------------------------------
Date: Thu 06/03/04 at 10:14         By: robilad
I've tried to build with gcj-3.2 and I'm getting the same problem:

make[1]: Entering directory `/tmp/topic/classpath-0.09/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/bin/gcj-3.2 --bootclasspath '' -classpath 
..:../external/jaxp/source:../vm/current:.: -C -d . @classes
../java/awt/font/TextAttribute.java:44: Superclass 
`AttributedCharacterIterator.Attribute' of class `java.awt.font.TextAttribute' 
not found.
   public final class TextAttribute extends 
AttributedCharacterIterator.Attribute
                                            ^
../java/awt/im/InputSubset.java:49: Superclass `Character.Subset' of class 
`java.awt.im.InputSubset' not found.
   public final class InputSubset extends Character.Subset
                                          ^
2 errors

bash-2.05a$ gcj-3.2 --version
gcj-3.2 (GCC) 3.2.1 20021020 (Debian prerelease)

So I'd assume the reporter uses 3.2.x.

-------------------------------------------------------
Date: Mon 05/31/04 at 00:06         By: mkoch
What version of GCJ is this ? I suppose its 3.2.x. You need at least GCJ 
version 3.3 or you can use jikes to compile the java part of GNU classpath.

Please report back which version of GCJ do you use.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9170>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]