From mboxrd@z Thu Jan 1 00:00:00 1970 From: emberson@contact.com To: java-gnats@sourceware.cygnus.com Subject: java/1155: can not build libgcj (internal error - SP mismatch) Date: Wed, 20 Dec 2000 12:19:00 -0000 Message-id: <20000223194241.26566.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q4/msg00946.html List-Id: >Number: 1155 >Category: java >Synopsis: can not build libgcj (internal error - SP mismatch) >Confidential: no >Severity: serious >Priority: medium >Responsible: apbianco >State: closed >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Dec 20 12:16:13 PST 2000 >Closed-Date: Thu Mar 23 06:14:29 PST 2000 >Last-Modified: Tue Apr 04 11:28:22 PDT 2000 >Originator: emberson@contact.com >Release: unknown-1.0 >Organization: >Environment: SunOS 5.7 Generic i86pc i386 i86pc egcs-20000221.tar.gz libgcj-snapshot-2000-02-23.tar.gz >Description: Following the step on the web page to build libgcj, on the 'make' step I get the following:javac="gcj -C"; cd ../../../libjava; \ $javac -g -L/home/emberson/src/gnu/compile/libgcj-snapshot-2000-02-23/objdir/i386-pc-solaris2.7/libjava -classpath /home/emberson/src/gnu/compile/libgcj-snapshot-2000-02-23/objdir/i386-pc-solaris2.7/libjava:`/bin/pwd` -d /home/emberson/src/gnu/compile/libgcj-snapshot-2000-02-23/objdir/i386-pc-solaris2.7/libjava \ gnu/gcj/convert/BytesToUnicode.java gnu/gcj/convert/Convert.java gnu/gcj/convert/Input_8859_1. .......... later.java java/util/zip/InflaterInputStream.java java/util/zip/ZipConstants.java java/util/zip/ZipEntry.java java/util/zip/ZipException.java java/util/zip/ZipFile.java java/util/zip/ZipInputStream.java java/util/zip/ZipOutputStream.java java/lang/Class.java java/lang/Object.java java/math/BigInteger.java: In class `java.math.BigInteger': java/math/BigInteger.java: In method `isNegative()': java/math/BigInteger.java:282: internal error - SP mismatch make[2]: *** [libgcj.zip] Error 1 make[2]: Leaving directory `/home/emberson/src/gnu/compile/libgcj-snapshot-2000-02-23/objdir/i386-pc-solaris2.7/libjava' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/emberson/src/gnu/compile/libgcj-snapshot-2000-02-23/objdir/i386-pc-solaris2.7/libjava' make: *** [all-target-libjava] Error 2 >How-To-Repeat: >Fix: In Richard's situation, libffi wouldn't configure and build properly on Solaris/x86. The following patch has been checked in: http://sourceware.cygnus.com/ml/java-patches/2000-q2/msg00008.html And the SP problem didn't show up using the latest gcj and libgcj combination. >Release-Note: >Audit-Trail: Formerly PR gcj/155 State-Changed-From-To: open->feedback State-Changed-By: apbianco State-Changed-When: Wed Feb 23 13:56:14 2000 State-Changed-Why: Can you verified that the following patch is in place: http://gcc.gnu.org/ml/gcc-patches/2000-01/msg01111.html From: apbianco@cygnus.com To: apbianco@cygnus.com, emberson@contact.com, java-gnats@sourceware.cygnus.com Cc: Subject: Re: gcj/155 Date: 23 Feb 2000 21:56:14 -0000 Synopsis: can not build libgcj (internal error - SP mismatch) State-Changed-From-To: open->feedback State-Changed-By: apbianco State-Changed-When: Wed Feb 23 13:56:14 2000 State-Changed-Why: Can you verified that the following patch is in place: http://gcc.gnu.org/ml/gcc-patches/2000-01/msg01111.html http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=155&database=java From: Bryce McKinlay To: java-gnats@sourceware.cygnus.com, apbianco@cygnus.com, emberson@contact.com Cc: Subject: Re: gcj/155 Date: Mon, 06 Mar 2000 14:17:14 +1300 This error is most likely the result of version mismatch between the compiler and the runtime (it is a compiler bug that has been fixed). Please upgrade to a recent snapshot of the compiler, and verify the version with "gcj -v". If you have already done that and the error has gone away, or if you don't want to do that, please let us know so that we can close the PR. regards [ bryce ] http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=155&database=java State-Changed-From-To: feedback->closed State-Changed-By: bryce State-Changed-When: Thu Mar 23 06:14:29 2000 State-Changed-Why: Havn't heard back from originator on this one. Assuming it was a version mismatch. From: bryce@albatross.co.nz To: apbianco@cygnus.com, emberson@contact.com, java-gnats@sourceware.cygnus.com Cc: Subject: Re: gcj/155 Date: 23 Mar 2000 14:14:29 -0000 Synopsis: can not build libgcj (internal error - SP mismatch) State-Changed-From-To: feedback->closed State-Changed-By: bryce State-Changed-When: Thu Mar 23 06:14:29 2000 State-Changed-Why: Havn't heard back from originator on this one. Assuming it was a version mismatch. http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=155&database=java From: Alexandre Petit-Bianco To: emberson@contact.com, java-gnats@sourceware.cygnus.com Cc: Subject: Re: gcj/155 Date: Thu, 23 Mar 2000 10:43:20 -0800 (PST) bryce@albatross.co.nz writes: > Synopsis: can not build libgcj (internal error - SP mismatch) Hmm, most likely, though the plateform was a bit different from what we usually use (it was Solaris x86.) I have located a suitable host and a build was on my TODO list. `emberson@contact.com' (I couldn't find your real name in the mail headers) please let us know if the bug is still around. ./A >Unformatted: