public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/35950]  New: jar produces files ecj won't handle
@ 2008-04-15 21:42 gnu_andrew at member dot fsf dot org
  2008-04-16 22:21 ` [Bug libgcj/35950] " gnu_andrew at member dot fsf dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-04-15 21:42 UTC (permalink / raw)
  To: java-prs

If the copy of gjar from GCJ 4.3.0 is used to build GNU Classpath with the
examples turned on (--enable-examples) it will fail with an error relating to
gnu.classpath.tools.tnameserv.Main.  This class is inside tools.zip, which is
created earlier in the build by gjar.

ecj seems to refuse to pick up the class from this zip file.  Uncompressing the
zip file, using gcj's tools.zip or creating the zip with fastjar or current
gjar from GNU Classpath cause the examples to be built correctly.

Seems like a lingering gjar bug that may need to be backported.  ecj is being
run using gcj.


-- 
           Summary: jar produces files ecj won't handle
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu_andrew at member dot fsf dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35950


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/35950] jar produces files ecj won't handle
  2008-04-15 21:42 [Bug libgcj/35950] New: jar produces files ecj won't handle gnu_andrew at member dot fsf dot org
@ 2008-04-16 22:21 ` gnu_andrew at member dot fsf dot org
  2008-04-16 22:30 ` tromey at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-04-16 22:21 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from gnu_andrew at member dot fsf dot org  2008-04-16 22:21 -------
The difference is noticeable just from the zip output.  This is the working
tools.zip created by fastjar:

        0  04-16-08 03:08   gnu/classpath/tools/tnameserv/
     2391  04-16-08 03:08   gnu/classpath/tools/tnameserv/Main.class
     1136  04-16-08 03:08   gnu/classpath/tools/tnameserv/Main$1.class
     2066  04-16-08 03:08   gnu/classpath/tools/tnameserv/messages.properties
     1082  04-16-08 03:08   gnu/classpath/tools/tnameserv/Main$2.class
     1160  04-16-08 03:08   gnu/classpath/tools/tnameserv/Messages.class

and the broken version:

        0  04-16-08 23:10   ./gnu/classpath/tools/tnameserv/
     2391  04-16-08 23:10   ./gnu/classpath/tools/tnameserv/Main.class
     1136  04-16-08 23:10   ./gnu/classpath/tools/tnameserv/Main$1.class
     2066  04-16-08 23:10   ./gnu/classpath/tools/tnameserv/messages.properties
     1082  04-16-08 23:10   ./gnu/classpath/tools/tnameserv/Main$2.class
     1160  04-16-08 23:10   ./gnu/classpath/tools/tnameserv/Messages.class


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35950


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/35950] jar produces files ecj won't handle
  2008-04-15 21:42 [Bug libgcj/35950] New: jar produces files ecj won't handle gnu_andrew at member dot fsf dot org
  2008-04-16 22:21 ` [Bug libgcj/35950] " gnu_andrew at member dot fsf dot org
@ 2008-04-16 22:30 ` tromey at gcc dot gnu dot org
  2008-04-16 22:32 ` tromey at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-04-16 22:30 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2008-04-16 22:30 -------
If you know of a specific gjar patch, I can pull it over.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35950


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/35950] jar produces files ecj won't handle
  2008-04-15 21:42 [Bug libgcj/35950] New: jar produces files ecj won't handle gnu_andrew at member dot fsf dot org
  2008-04-16 22:21 ` [Bug libgcj/35950] " gnu_andrew at member dot fsf dot org
  2008-04-16 22:30 ` tromey at gcc dot gnu dot org
@ 2008-04-16 22:32 ` tromey at gcc dot gnu dot org
  2008-04-16 23:34 ` gnu_andrew at member dot fsf dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-04-16 22:32 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2008-04-16 22:32 -------
Never mind, I see it now.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-04-16 22:32:03
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35950


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/35950] jar produces files ecj won't handle
  2008-04-15 21:42 [Bug libgcj/35950] New: jar produces files ecj won't handle gnu_andrew at member dot fsf dot org
                   ` (2 preceding siblings ...)
  2008-04-16 22:32 ` tromey at gcc dot gnu dot org
@ 2008-04-16 23:34 ` gnu_andrew at member dot fsf dot org
  2008-04-17 17:16 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-04-16 23:34 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from gnu_andrew at member dot fsf dot org  2008-04-16 23:34 -------
I recall there was a CP one that was fixed, but can't seem to find it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35950


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/35950] jar produces files ecj won't handle
  2008-04-15 21:42 [Bug libgcj/35950] New: jar produces files ecj won't handle gnu_andrew at member dot fsf dot org
                   ` (4 preceding siblings ...)
  2008-04-17 17:16 ` tromey at gcc dot gnu dot org
@ 2008-04-17 17:16 ` tromey at gcc dot gnu dot org
  2008-04-17 17:18 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-04-17 17:16 UTC (permalink / raw)
  To: java-prs



------- Comment #6 from tromey at gcc dot gnu dot org  2008-04-17 17:16 -------
Subject: Bug 35950

Author: tromey
Date: Thu Apr 17 17:16:09 2008
New Revision: 134402

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134402
Log:
        PR libgcj/35950:
        * tools/gnu/classpath/tools/jar/Entry.java: New version from
        Classpath.
        * tools/classes/gnu/classpath/tools/jar/Entry.class: Update.

Modified:
    trunk/libjava/classpath/ChangeLog.gcj
    trunk/libjava/classpath/tools/classes/gnu/classpath/tools/jar/Entry.class
    trunk/libjava/classpath/tools/gnu/classpath/tools/jar/Entry.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35950


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/35950] jar produces files ecj won't handle
  2008-04-15 21:42 [Bug libgcj/35950] New: jar produces files ecj won't handle gnu_andrew at member dot fsf dot org
                   ` (3 preceding siblings ...)
  2008-04-16 23:34 ` gnu_andrew at member dot fsf dot org
@ 2008-04-17 17:16 ` tromey at gcc dot gnu dot org
  2008-04-17 17:16 ` tromey at gcc dot gnu dot org
  2008-04-17 17:18 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-04-17 17:16 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2008-04-17 17:16 -------
Subject: Bug 35950

Author: tromey
Date: Thu Apr 17 17:15:10 2008
New Revision: 134401

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134401
Log:
        PR libgcj/35950:
        * tools/gnu/classpath/tools/jar/Entry.java: New version from
        Classpath.
        * tools/classes/gnu/classpath/tools/jar/Entry.class: Update.

Modified:
    branches/gcc-4_3-branch/libjava/classpath/ChangeLog.gcj
   
branches/gcc-4_3-branch/libjava/classpath/tools/classes/gnu/classpath/tools/jar/Entry.class
   
branches/gcc-4_3-branch/libjava/classpath/tools/gnu/classpath/tools/jar/Entry.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35950


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/35950] jar produces files ecj won't handle
  2008-04-15 21:42 [Bug libgcj/35950] New: jar produces files ecj won't handle gnu_andrew at member dot fsf dot org
                   ` (5 preceding siblings ...)
  2008-04-17 17:16 ` tromey at gcc dot gnu dot org
@ 2008-04-17 17:18 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-04-17 17:18 UTC (permalink / raw)
  To: java-prs



------- Comment #7 from tromey at gcc dot gnu dot org  2008-04-17 17:18 -------
Fixed on 4.3 branch and trunk.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35950


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-04-17 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-15 21:42 [Bug libgcj/35950] New: jar produces files ecj won't handle gnu_andrew at member dot fsf dot org
2008-04-16 22:21 ` [Bug libgcj/35950] " gnu_andrew at member dot fsf dot org
2008-04-16 22:30 ` tromey at gcc dot gnu dot org
2008-04-16 22:32 ` tromey at gcc dot gnu dot org
2008-04-16 23:34 ` gnu_andrew at member dot fsf dot org
2008-04-17 17:16 ` tromey at gcc dot gnu dot org
2008-04-17 17:16 ` tromey at gcc dot gnu dot org
2008-04-17 17:18 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).