This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/30573] New: [4.3 regression] ICE while building libjava


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]