public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/30573]  New: [4.3 regression] ICE while building libjava
@ 2007-01-24 11:57 fxcoudert at gcc dot gnu dot org
  2007-01-24 16:33 ` [Bug java/30573] " tromey at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-01-24 11:57 UTC (permalink / raw)
  To: java-prs

When GCC 4.3 is configured with ../gcc/configure   --prefix=/usr/local/gfortran
--with-gmp=/tmp/gfortran-20070124/gfortran_libs --enable-bootstrap
--enable-languages=c,c++,fortran,java,objc,obj-c++ I get the following ICE
while building
${builddir}/i386-apple-darwin8.8.1/x86_64/libjava/gnu/javax/crypto/jce.lo:

/tmp/gfortran-20070124/ibin/gcc/gcj
-B/tmp/gfortran-20070124/ibin/i386-apple-dar
win8.8.1/x86_64/libjava/ -B/tmp/gfortran-20070124/ibin/gcc/ -ffloat-store
-fomit
-frame-pointer -fclasspath=
-fbootclasspath=../../../../gcc/libjava/classpath/li
b --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -m64 -c
-fsource-f
ilename=/tmp/gfortran-20070124/ibin/i386-apple-darwin8.8.1/x86_64/libjava/classp
ath/lib/classes -MT gnu/javax/crypto/jce.lo -MD -MP -MF
gnu/javax/crypto/jce.dep
s @gnu/javax/crypto/jce.list -fno-common -o gnu/javax/crypto/.libs/jce.o
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/mac/MacAdapter.java
: In class 'gnu.javax.crypto.jce.GnuCrypto$1':
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/mac/MacAdapter.java
: In method 'gnu.javax.crypto.jce.GnuCrypto$1.run()':
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/mac/MacAdapter.java
:0: error: cannot find file for class javax.crypto.MacSpi
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java:418:
 error: cannot find file for class gnu.javax.crypto.jce.mac.HMacMD4Spi
[...snip... many more "cannot find file for class foo"]
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java:565:
 error: cannot find file for class
gnu.javax.crypto.jce.sig.DHParametersGenerato
r
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/mac/MacAdapter.java
: At top level:
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/mac/MacAdapter.java
:0: error: cannot find file for class javax.crypto.MacSpi
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java: In 
class 'gnu.javax.crypto.jce.GnuCrypto':
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java: In 
constructor '()':
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java:64: 
error: cannot find file for class java.security.AccessController
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java:64: 
error: class 'java.security.AccessController' has no method named
'doPrivileged'
 matching signature '(Ljava/security/PrivilegedAction;)Ljava/lang/Object;'
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java: In 
method 'gnu.javax.crypto.jce.GnuCrypto.getCipherNames()':
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java:582:
 error: cannot find file for class java.util.HashSet
../../../../../../gcc/libjava/classpath/gnu/javax/crypto/jce/GnuCrypto.java:582:
 internal compiler error: vector VEC(tree,base) index domain error, in
class_dep
th at java/class.c:522
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [gnu/javax/crypto/jce.lo] Error 1


I think this is a regression since 4.2 was reported to build fine
(http://gcc.gnu.org/ml/gcc-testresults/2007-01/msg00717.html). No i386-darwin
4.3 testresults including java were posted as far as I can tell.


-- 
           Summary: [4.3 regression] ICE while building libjava
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
 GCC build triplet: i386-apple-darwin8.8.1
  GCC host triplet: i386-apple-darwin8.8.1
GCC target triplet: i386-apple-darwin8.8.1


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


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

* [Bug java/30573] [4.3 regression] ICE while building libjava
  2007-01-24 11:57 [Bug java/30573] New: [4.3 regression] ICE while building libjava fxcoudert at gcc dot gnu dot org
@ 2007-01-24 16:33 ` tromey at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-24 16:33 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from tromey at gcc dot gnu dot org  2007-01-24 16:33 -------
I believe this is a duplicate.
The fix was checked in today.


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


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2007-01-24 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-24 11:57 [Bug java/30573] New: [4.3 regression] ICE while building libjava fxcoudert at gcc dot gnu dot org
2007-01-24 16:33 ` [Bug java/30573] " 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).