Mailinglist Archive: opensuse-bugs (10717 mails)
| < Previous | Next > |
[Bug 544794] With gcc-gij installed, I cannot bootstrap gcc 4.4/4.5 anymore
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 7 Oct 2009 04:59:14 -0600
- Message-id: <20091007105914.9E56624538B@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=544794
User aj@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=544794#c2
Andreas Jaeger <aj@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
Info Provider|aj@xxxxxxxxxx |
--- Comment #2 from Andreas Jaeger <aj@xxxxxxxxxx> 2009-10-07 04:59:13 MDT ---
aj@reger:/build/gcc/x86_64-suse-linux-gnu/32/libjava> find gnu java javax org
sun -name .svn -prune -o -name '*.class' -print | gjar -cfM@
$here/libgcj-4.5.0.jar^C
aj@reger:/build/gcc/x86_64-suse-linux-gnu/32/libjava> here=`pwd`; cd
/cvs/gcc-svn/trunk/libjava/classpath/lib; \
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)
gjar is called with 7315 .class files - I doubt you like to get those attached
:)
But this is enough on my system:
$ rm libgcj-4.5.0.jar;echo gnu/java/math/MPN.class |gjar -cfM@ libgcj-4.5.0.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)
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User aj@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=544794#c2
Andreas Jaeger <aj@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
Info Provider|aj@xxxxxxxxxx |
--- Comment #2 from Andreas Jaeger <aj@xxxxxxxxxx> 2009-10-07 04:59:13 MDT ---
aj@reger:/build/gcc/x86_64-suse-linux-gnu/32/libjava> find gnu java javax org
sun -name .svn -prune -o -name '*.class' -print | gjar -cfM@
$here/libgcj-4.5.0.jar^C
aj@reger:/build/gcc/x86_64-suse-linux-gnu/32/libjava> here=`pwd`; cd
/cvs/gcc-svn/trunk/libjava/classpath/lib; \
find gnu java javax org sun -name .svn -prune -o -name '*.class'jar: internal error:
-print | \
gjar -cfM@ $here/libgcj-4.5.0.jar
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)
gjar is called with 7315 .class files - I doubt you like to get those attached
:)
But this is enough on my system:
$ rm libgcj-4.5.0.jar;echo gnu/java/math/MPN.class |gjar -cfM@ libgcj-4.5.0.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)
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |