This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


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

Re: libgcj build crashes


> 
> Matt wrote:
> > I'm seeing this exact crash.
> 
> I just did a fresh check out, bootstrap and test run with the
> following primitive script and everything worked fine.
> 
> This was all on an IA-32 Red Hat 6.1 system.
> 
> Then I tried rebuilding libgcj with just the --prefix option and it
> also worked fine.  You might want to try running this script and
> checking on the results (much) later.
> 

It's no different with your script.

The tail end of libgcj.log shows:

javac="gcj -C"; \
$javac -g -L/x/gback/testgcj/2000-02-03-21.52.25/libgcj/build/i686-pc-linux-gnu/libjava -classpath /x/gback/testgcj/2000-02-03-21.52.25/libgcj/build/i686-pc-linux-gnu/libjava:`cd ../../../libgcj/libjava && /bin/pwd` \
  -d /x/gback/testgcj/2000-02-03-21.52.25/libgcj/build/i686-pc-linux-gnu/libjava java/lang/ConcreteProcess.java
gcj: Internal compiler error: program jc1 got fatal signal 11
make[3]: *** [java/lang/ConcreteProcess.class] Error 1
make[3]: Leaving directory `/x/gback/testgcj/2000-02-03-21.52.25/libgcj/build/i686-pc-linux-gnu/libjava'
make[2]: *** [libgcj.zip] Error 2
make[2]: Leaving directory `/x/gback/testgcj/2000-02-03-21.52.25/libgcj/build/i686-pc-linux-gnu/libjava'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/x/gback/testgcj/2000-02-03-21.52.25/libgcj/build/i686-pc-linux-gnu/libjava'
make: *** [install-target-libjava] Error 2

This is on x86 with a RH 5.2 with a 2.2.12 kernel.

	- Godmar


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