This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tree-ssa branch: Call for preliminary testing


On Wed, 7 May 2003, Diego Novillo wrote:
> This call for testing is mostly to gather data that will help finding
> the most obvious problems with the branch.

I have a very strange one:

When configuring with --enable-languages=c,c++ --disable-checking, why
do my builds (reproducibly) abort with a failure in libjava

  gcj -B/files/pfeifer/OBJ-0509-1747/i386-unknown-freebsd4.8/libjava/ --encoding=UTF-8 -Wno-deprecated -C -g -classpath '' -bootclasspath /files/pfeifer/OBJ-0509-1747/i386-unknown-freebsd4.8/libjava:/sw/test/gcc/cvs-ts/libjava \
             -d /files/pfeifer/OBJ-0509-1747/i386-unknown-freebsd4.8/libjava /sw/test/gcc/cvs-ts/libjava/java/awt/font/TextAttribute.java
  /sw/test/gcc/cvs-ts/libjava/java/awt/font/TextAttribute.java:44: Superclass `AttributedCharacterIterator.Attribute' of class `java.awt.font.TextAttribute' not found.
     public final class TextAttribute extends AttributedCharacterIterator.Attribute
                                            ^
  1 error
  gmake[2]: *** [java/awt/font/TextAttribute.class] Error 1
  gmake[2]: *** Waiting for unfinished jobs....
  gmake[2]: Leaving directory `/files/pfeifer/OBJ-0509-1747/i386-unknown-freebsd4.8/libjava'
  gmake[1]: *** [all-target-libjava] Error 2

???

http://www.pfeifer.com/gerald/tmp/buildlog-20030509.bz2 contains the
full build log.

Gerald


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]