public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17915] New: [4.0 Regression] Compiling jars fails
@ 2004-10-09 20:56 ovidr at users dot sourceforge dot net
  2004-10-09 20:58 ` [Bug java/17915] " ovidr at users dot sourceforge dot net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-10-09 20:56 UTC (permalink / raw)
  To: java-prs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]

gcc version 4.0.0 20041009 (experimental)

gcj -c pki.jar
 QCC QCC: In class `gnu.crypto.pki.ext.Extension$Value':
 QCC QCC: In method `gnu.crypto.pki.ext.Extension$Value.toString()':
 QCC QCC:286: error: cannot find file for class gnu.crypto.pki.Util
 QCC QCC:286: error: cannot find file for class gnu.crypto.pki.Util
 QCC QCC:286: confused by earlier errors, bailing out

(what are the QCC's?  gnu.crypto.pki.Util is in that .jar)

This version works:
gcc version 4.0.0 20040922 (experimental)
gcj -c pki.jar

(no errors)

I will try to include pki.jar

-- 
           Summary: [4.0 Regression] Compiling jars fails
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ovidr at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug java/17915] [4.0 Regression] Compiling jars fails
  2004-10-09 20:56 [Bug java/17915] New: [4.0 Regression] Compiling jars fails ovidr at users dot sourceforge dot net
@ 2004-10-09 20:58 ` ovidr at users dot sourceforge dot net
  2004-10-09 21:14 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-10-09 20:58 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ovidr at users dot sourceforge dot net  2004-10-09 20:58 -------
Created an attachment (id=7317)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7317&action=view)
The jar file


-- 


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


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

* [Bug java/17915] [4.0 Regression] Compiling jars fails
  2004-10-09 20:56 [Bug java/17915] New: [4.0 Regression] Compiling jars fails ovidr at users dot sourceforge dot net
  2004-10-09 20:58 ` [Bug java/17915] " ovidr at users dot sourceforge dot net
@ 2004-10-09 21:14 ` pinskia at gcc dot gnu dot org
  2004-10-10 16:50 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-09 21:14 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code, rejects-
                   |                            |valid
   Target Milestone|---                         |4.0.0


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


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

* [Bug java/17915] [4.0 Regression] Compiling jars fails
  2004-10-09 20:56 [Bug java/17915] New: [4.0 Regression] Compiling jars fails ovidr at users dot sourceforge dot net
  2004-10-09 20:58 ` [Bug java/17915] " ovidr at users dot sourceforge dot net
  2004-10-09 21:14 ` pinskia at gcc dot gnu dot org
@ 2004-10-10 16:50 ` pinskia at gcc dot gnu dot org
  2004-10-29 17:36 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-10 16:50 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


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


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

* [Bug java/17915] [4.0 Regression] Compiling jars fails
  2004-10-09 20:56 [Bug java/17915] New: [4.0 Regression] Compiling jars fails ovidr at users dot sourceforge dot net
                   ` (2 preceding siblings ...)
  2004-10-10 16:50 ` pinskia at gcc dot gnu dot org
@ 2004-10-29 17:36 ` pinskia at gcc dot gnu dot org
  2004-11-27  1:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-29 17:36 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-29 17:36 -------
Confirmed, I think this is related to PR 17963 (if not a dup of that bug).

And Yes "gnu.crypto.pki.Util" is the jar file.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17963
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-29 17:36:19
               date|                            |


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


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

* [Bug java/17915] [4.0 Regression] Compiling jars fails
  2004-10-09 20:56 [Bug java/17915] New: [4.0 Regression] Compiling jars fails ovidr at users dot sourceforge dot net
                   ` (3 preceding siblings ...)
  2004-10-29 17:36 ` pinskia at gcc dot gnu dot org
@ 2004-11-27  1:02 ` pinskia at gcc dot gnu dot org
  2004-11-27  1:21 ` tromey at gcc dot gnu dot org
  2004-11-27  1:26 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-27  1:02 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-27 01:02 -------
I think this has been fixed by the merge of the BC branch but I have not tried it yet as I have not 
compiled a java compiler after.

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


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


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

* [Bug java/17915] [4.0 Regression] Compiling jars fails
  2004-10-09 20:56 [Bug java/17915] New: [4.0 Regression] Compiling jars fails ovidr at users dot sourceforge dot net
                   ` (4 preceding siblings ...)
  2004-11-27  1:02 ` pinskia at gcc dot gnu dot org
@ 2004-11-27  1:21 ` tromey at gcc dot gnu dot org
  2004-11-27  1:26 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-11-27  1:21 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-11-27 01:21 -------
I tried this with current cvs head and it worked fine.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug java/17915] [4.0 Regression] Compiling jars fails
  2004-10-09 20:56 [Bug java/17915] New: [4.0 Regression] Compiling jars fails ovidr at users dot sourceforge dot net
                   ` (5 preceding siblings ...)
  2004-11-27  1:21 ` tromey at gcc dot gnu dot org
@ 2004-11-27  1:26 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-11-27  1:26 UTC (permalink / raw)
  To: java-prs



-- 
Bug 17915 depends on bug 17963, which changed state.

Bug 17963 Summary: [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2004-11-27  1:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-09 20:56 [Bug java/17915] New: [4.0 Regression] Compiling jars fails ovidr at users dot sourceforge dot net
2004-10-09 20:58 ` [Bug java/17915] " ovidr at users dot sourceforge dot net
2004-10-09 21:14 ` pinskia at gcc dot gnu dot org
2004-10-10 16:50 ` pinskia at gcc dot gnu dot org
2004-10-29 17:36 ` pinskia at gcc dot gnu dot org
2004-11-27  1:02 ` pinskia at gcc dot gnu dot org
2004-11-27  1:21 ` tromey at gcc dot gnu dot org
2004-11-27  1:26 ` 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).