public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/32857]  New: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)
@ 2007-07-22 20:14 debian-gcc at lists dot debian dot org
  2007-07-22 20:16 ` [Bug target/32857] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2007-07-22 20:14 UTC (permalink / raw)
  To: java-prs

trunk 20070720 fails with an ICE, although it doesn't seem to be the primary
error.

  Matthias

/bin/sh ./libtool --tag=GCJ --mode=compile
/scratch/packages/gcc/snap/gcc-snapshot-20070720/build/gcc/gcj
-B/scratch/packages/gcc/snap/gcc-snapshot-20070720/build/hppa-linux-gnu/libjava/
-B/scratch/packages/gcc/snap/gcc-snapshot-20070720/build/gcc/ -fclasspath=
-fbootclasspath=../../../src/libjava/classpath/lib --encoding=UTF-8
-Wno-deprecated -fbootstrap-classes -g -O2 -c -o java/lang/Class.lo 
-fsource-filename=../../../src/libjava/java/lang/Class.java
../../../src/libjava/classpath/lib/java/lang/Class.class
libtool: compile: 
/scratch/packages/gcc/snap/gcc-snapshot-20070720/build/gcc/gcj
-B/scratch/packages/gcc/snap/gcc-snapshot-20070720/build/hppa-linux-gnu/libjava/
-B/scratch/packages/gcc/snap/gcc-snapshot-20070720/build/gcc/ -fclasspath=
-fbootclasspath=../../../src/libjava/classpath/lib --encoding=UTF-8
-Wno-deprecated -fbootstrap-classes -g -O2 -c
-fsource-filename=../../../src/libjava/java/lang/Class.java
../../../src/libjava/classpath/lib/java/lang/Class.class  -fPIC -o
java/lang/.libs/Class.o
java/util/AbstractMap.java: In class 'java.lang.Class':
java/util/AbstractMap.java: In method 'java.lang.Class.getProtectionDomain()':
java/util/AbstractMap.java:819: error: cannot find file for class
java.util.AbstractMap$SimpleEntry
java/util/HashMap.java:819: error: cannot find file for class
java.util.AbstractMap$SimpleEntry
../../../src/libjava/java/lang/Class.java:821: error: cannot find file for
class java.lang.SecurityManager
../../../src/libjava/java/lang/Class.java:821: error: class
'java.lang.SecurityManager' has no method named 'checkPermission' matching
signature '(Ljava/security/Permission;)V'
../../../src/libjava/java/lang/Class.java:821: internal compiler error: in
simplify_subreg, at simplify-rtx.c:4678
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [java/lang/Class.lo] Error 1
make[5]: Leaving directory
`/scratch/packages/gcc/snap/gcc-snapshot-20070720/build/hppa-linux-gnu/libjava'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/scratch/packages/gcc/snap/gcc-snapshot-20070720/build/hppa-linux-gnu/libjava'
make[3]: *** [all-target-libjava] Error 2
make[3]: Leaving directory
`/scratch/packages/gcc/snap/gcc-snapshot-20070720/build'
make[2]: *** [bootstrap-lean] Error 2


-- 
           Summary: libjava fails to build on hppa-linux-gnu (ICE in
                    simplify_subreg)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
GCC target triplet: hppa-linux-gnu


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


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

* [Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)
  2007-07-22 20:14 [Bug java/32857] New: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg) debian-gcc at lists dot debian dot org
@ 2007-07-22 20:16 ` pinskia at gcc dot gnu dot org
  2007-07-22 21:02 ` danglin at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-22 20:16 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-22 20:16 -------
ICE is just an artifact I think:
java/util/AbstractMap.java:819: error: cannot find file for class
java.util.AbstractMap$SimpleEntry

is the real error.


-- 


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


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

* [Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)
  2007-07-22 20:14 [Bug java/32857] New: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg) debian-gcc at lists dot debian dot org
  2007-07-22 20:16 ` [Bug target/32857] " pinskia at gcc dot gnu dot org
@ 2007-07-22 21:02 ` danglin at gcc dot gnu dot org
  2008-01-26 23:47 ` danglin at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-07-22 21:02 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from danglin at gcc dot gnu dot org  2007-07-22 21:02 -------
Do you have Kyle's use-compat_sys_getdents patch installed?  It fixes
a scandir bug.  Without it, building libjava fails.  See
<http://git.kernel.org/?p=linux/kernel/git/kyle/patches.git;a=shortlog>.
It was also posted to parisc list.


-- 


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


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

* [Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)
  2007-07-22 20:14 [Bug java/32857] New: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg) debian-gcc at lists dot debian dot org
  2007-07-22 20:16 ` [Bug target/32857] " pinskia at gcc dot gnu dot org
  2007-07-22 21:02 ` danglin at gcc dot gnu dot org
@ 2008-01-26 23:47 ` danglin at gcc dot gnu dot org
  2008-01-27  0:13 ` debian-gcc at lists dot debian dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-01-26 23:47 UTC (permalink / raw)
  To: java-prs



-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)
  2007-07-22 20:14 [Bug java/32857] New: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg) debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2008-01-26 23:47 ` danglin at gcc dot gnu dot org
@ 2008-01-27  0:13 ` debian-gcc at lists dot debian dot org
  2008-01-27  0:13 ` debian-gcc at lists dot debian dot org
  2008-01-27  0:24 ` dave at hiauly1 dot hia dot nrc dot ca
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2008-01-27  0:13 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from debian-gcc at lists dot debian dot org  2008-01-27 00:13 -------
works for me with kyles patch for the kernel.

  Matthias


-- 


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


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

* [Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)
  2007-07-22 20:14 [Bug java/32857] New: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg) debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2008-01-27  0:13 ` debian-gcc at lists dot debian dot org
@ 2008-01-27  0:13 ` debian-gcc at lists dot debian dot org
  2008-01-27  0:24 ` dave at hiauly1 dot hia dot nrc dot ca
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2008-01-27  0:13 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from debian-gcc at lists dot debian dot org  2008-01-27 00:13 -------
closing as worksforme.


-- 

debian-gcc at lists dot debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


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


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

* [Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)
  2007-07-22 20:14 [Bug java/32857] New: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg) debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2008-01-27  0:13 ` debian-gcc at lists dot debian dot org
@ 2008-01-27  0:24 ` dave at hiauly1 dot hia dot nrc dot ca
  5 siblings, 0 replies; 7+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2008-01-27  0:24 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2008-01-27 00:24 -------
Subject: Re:  libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)

> works for me with kyles patch for the kernel.

It's in 2.6.24.

Dave


-- 


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


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

end of thread, other threads:[~2008-01-27  0:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-22 20:14 [Bug java/32857] New: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg) debian-gcc at lists dot debian dot org
2007-07-22 20:16 ` [Bug target/32857] " pinskia at gcc dot gnu dot org
2007-07-22 21:02 ` danglin at gcc dot gnu dot org
2008-01-26 23:47 ` danglin at gcc dot gnu dot org
2008-01-27  0:13 ` debian-gcc at lists dot debian dot org
2008-01-27  0:13 ` debian-gcc at lists dot debian dot org
2008-01-27  0:24 ` dave at hiauly1 dot hia dot nrc dot ca

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).