This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bootstrap failure in 4.4.1
- From: Andrew Haley <aph at redhat dot com>
- To: ronis at ronispc dot chem dot mcgill dot ca
- Cc: GCC <java at gcc dot gnu dot org>
- Date: Thu, 23 Jul 2009 18:20:41 +0200
- Subject: Re: Bootstrap failure in 4.4.1
- References: <1248365867.14628.7.camel@ronispc.chem.mcgill.ca>
On 07/23/2009 06:17 PM, David Ronis wrote:
> I was building gcc-4.4.1 on an i686-linux-gnu slackware-12.2 box with
> the default optimization flags. I'd last built/installed 4.4.0. The
> current build dies at:
> here=`pwd`; cd ../../../gcc/libjava/classpath/lib; \
> find gnu java javax org sun -name .svn -prune -o -name '*.class' -print
> | \
> gjar -cfM@ $here/libgcj-4.4.1.jar
> jar: internal error:
> java.lang.NullPointerException
> at
> gnu.classpath.tools.jar.Creator.writeCommandLineEntries(libgcj-tools.so.10)
> at gnu.classpath.tools.jar.Creator.run(libgcj-tools.so.10)
> at gnu.classpath.tools.jar.Main.run(libgcj-tools.so.10)
> at gnu.classpath.tools.jar.Main.main(libgcj-tools.so.10)
OK, so the gjar in your path is hosed. Find it, and get back to use,
and we can try to debug it.
Andrew.