[Bug java/53400] java build failure with NullPointerException

2012-05-20 Thread jrt at worldlinc dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53400

--- Comment #4 from John T jrt at worldlinc dot net 2012-05-20 22:23:07 UTC 
---
Yes. I removed gcc-java-4.4.1 and got rid of the offending gjar, then included
java in a build of gcc-4.6.3. Built and installed as hoped with a new gjar.


[Bug java/53400] java build failure with NullPointerException

2012-05-19 Thread mark at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53400

Mark Wielaard mark at gcc dot gnu.org changed:

   What|Removed |Added

 CC||mark at gcc dot gnu.org

--- Comment #1 from Mark Wielaard mark at gcc dot gnu.org 2012-05-19 13:47:00 
UTC ---
This looks like bug #39177 which should have been fixed by:

2009-10-21  Richard Guenther  rguent...@suse.de

PR cp-tools/39177
* tools/gnu/classpath/tools/jar/Creator.java (writeCommandLineEntries):
Do not use uninitialized manifest.


[Bug java/53400] java build failure with NullPointerException

2012-05-19 Thread mark at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53400

Mark Wielaard mark at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Mark Wielaard mark at gcc dot gnu.org 2012-05-19 13:50:25 
UTC ---
It is indeed a duplicate, you need to update your host gjar install since that
is what contains the bug.

*** This bug has been marked as a duplicate of bug 39177 ***


[Bug java/53400] java build failure with NullPointerException

2012-05-19 Thread jrt at worldlinc dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53400

--- Comment #3 from John T jrt at worldlinc dot net 2012-05-19 18:24:12 UTC 
---
Updating it isn't possible as far as I know. If I removed java (and that may
not be possible either due to dependencies) or at least gjar, would gcc-java
build me a new one?