public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/54100] New: Problems building libjava on AIX 5.2
@ 2012-07-26 19:56 bugzilla-gcc at thewrittenword dot com
  2012-07-27  4:25 ` [Bug libgcj/54100] " bugzilla-gcc at thewrittenword dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2012-07-26 19:56 UTC (permalink / raw)
  To: java-prs

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

             Bug #: 54100
           Summary: Problems building libjava on AIX 5.2
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bugzilla-gcc@thewrittenword.com


Tried building gcc-4.6.3 with gcj on AIX 5.2 but it didn't work.

$ cd /opt/build/china
$ bzip2 -dc gcc-4.6.3.tar.bz2 | tar xf -
$ mkdir gcc-4.6.3-o
$ cd gcc-4.6.3-o
$ CONFIG_SHELL=/opt/fsw/bash42/bin/bash /opt/build/china/gcc-4.6.3/configure
CC=xlc --enable-nls --with-included-gettext --enable-libgcj --enable-shared
--enable-threads --with-local-prefix=/opt/TWWfsw/gcc46
--with-gmp=/opt/TWWfsw/libgmp43 --with-mpfr=/opt/TWWfsw/libmpfr30
--with-mpc=/opt/TWWfsw/libmpc09 --enable-languages=c,c++,fortran,java
--with-ecj-jar=/opt/TWWfsw/gcc46/lib/gcj/ecj.jar
--with-gxx-include-dir=/opt/TWWfsw/gcc46/include/c++ --prefix=/opt/TWWfsw/gcc46
$ LDR_CNTRL=MAXDATA=0x70000000 CONFIG_SHELL=/opt/fsw/bash42/bin/bash
LIBPATH=/opt/TWWfsw/libgmp43:/opt/TWWfsw/libmpfr30:/opt/TWWfsw/libmpc09 gmake
...
/opt/fsw/bash42/bin/bash ./libtool --tag=GCJ   --mode=compile
/opt/build/china/gcc-4.6.3-o/./gcc/gcj
-B/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/ppc64/libjava/
-B/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/ppc64/libjava/
-B/opt/build/china/gcc-4.6.3-o/./gcc/
-B/opt/TWWfsw/gcc46/powerpc-ibm-aix5.2.0.0/bin/
-B/opt/TWWfsw/gcc46/powerpc-ibm-aix5.2.0.0/lib/ -isystem
/opt/TWWfsw/gcc46/powerpc-ibm-aix5.2.0.0/include -isystem
/opt/TWWfsw/gcc46/powerpc-ibm-aix5.2.0.0/sys-include  -maix64 -fclasspath=
-fbootclasspath=/opt/build/china/gcc-4.6.3/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2  -maix64  -c -o
gnu/java/awt/peer.lo
-fsource-filename=/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/ppc64/libjava/classpath/lib/classes
-MT gnu/java/awt/peer.lo -MD -MP -MF gnu/java/awt/peer.deps
@gnu/java/awt/peer.list
libtool: compile:  /opt/build/china/gcc-4.6.3-o/./gcc/gcj
-B/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/ppc64/libjava/
-B/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/ppc64/libjava/
-B/opt/build/china/gcc-4.6.3-o/./gcc/
-B/opt/TWWfsw/gcc46/powerpc-ibm-aix5.2.0.0/bin/
-B/opt/TWWfsw/gcc46/powerpc-ibm-aix5.2.0.0/lib/ -isystem
/opt/TWWfsw/gcc46/powerpc-ibm-aix5.2.0.0/include -isystem
/opt/TWWfsw/gcc46/powerpc-ibm-aix5.2.0.0/sys-include -maix64 -fclasspath=
-fbootclasspath=/opt/build/china/gcc-4.6.3/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -maix64 -c
-fsource-filename=/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/ppc64/libjava/classpath/lib/classes
-MT gnu/java/awt/peer.lo -MD -MP -MF gnu/java/awt/peer.deps
@gnu/java/awt/peer.list  -o gnu/java/awt/.libs/peer.o
Assembler:
/tmp//ccSBHZ6k.s: line 5597: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccSBHZ6k.s: line 5599: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
gmake[5]: *** [gnu/java/awt/peer.lo] Error 1
gmake[5]: Leaving directory
`/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/ppc64/libjava'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory
`/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/ppc64/libjava'
gmake[3]: *** [multi-do] Error 1
gmake[3]: Leaving directory
`/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/libjava'
gmake[2]: *** [all-multi] Error 2
gmake[2]: Leaving directory
`/opt/build/china/gcc-4.6.3-o/powerpc-ibm-aix5.2.0.0/libjava'
gmake[1]: *** [all-target-libjava] Error 2
gmake[1]: Leaving directory `/opt/build/china/gcc-4.6.3-o'
gmake: *** [all] Error 2


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

* [Bug libgcj/54100] Problems building libjava on AIX 5.2
  2012-07-26 19:56 [Bug java/54100] New: Problems building libjava on AIX 5.2 bugzilla-gcc at thewrittenword dot com
@ 2012-07-27  4:25 ` bugzilla-gcc at thewrittenword dot com
  2013-03-25 20:40 ` dje at gcc dot gnu.org
  2015-02-06 17:28 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2012-07-27  4:25 UTC (permalink / raw)
  To: java-prs

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

--- Comment #1 from The Written Word <bugzilla-gcc at thewrittenword dot com> 2012-07-27 04:24:59 UTC ---
Tried building 4.7.1 on AIX 6.1 and 7.1 and get a similar error.

$ cd /opt/build/china
$ bzip2 -dc gcc-4.7.1.tar.bz2 | tar xf -
$ mkdir gcc-4.7.1-o
$ cd gcc-4.7.1-o
$ CONFIG_SHELL=/opt/fsw/bash42/bin/bash /opt/build/china/gcc-4.7.1/configure
--enable-nls --with-included-gettext --enable-libgcj --enable-shared
--enable-threads --with-local-prefix=/opt/TWWfsw/gcc47
--with-gmp=/opt/TWWfsw/libgmp43 --with-mpfr=/opt/TWWfsw/libmpfr30
--with-mpc=/opt/TWWfsw/libmpc09 --enable-languages=c,c++,fortran,java
--with-ecj-jar=/opt/TWWfsw/gcc47/lib/gcj/ecj.jar
--with-gxx-include-dir=/opt/TWWfsw/gcc47/include/c++ --prefix=/opt/TWWfsw/gcc47
$ LDR_CNTRL=MAXDATA=0x70000000 CONFIG_SHELL=/opt/fsw/bash42/bin/bash
LIBPATH=/opt/TWWfsw/libgmp43:/opt/TWWfsw/libmpfr30:/opt/TWWfsw/libmpc09 gmake
...
/opt/fsw/bash42/bin/bash ./libtool --tag=GCJ   --mode=compile
/opt/build/china/gcc-4.7.1-o/./gcc/gcj
-B/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/ppc64/libjava/
-B/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/ppc64/libjava/
-B/opt/build/china/gcc-4.7.1-o/./gcc/
-B/opt/TWWfsw/gcc47/powerpc-ibm-aix6.1.0.0/bin/
-B/opt/TWWfsw/gcc47/powerpc-ibm-aix6.1.0.0/lib/ -isystem
/opt/TWWfsw/gcc47/powerpc-ibm-aix6.1.0.0/include -isystem
/opt/TWWfsw/gcc47/powerpc-ibm-aix6.1.0.0/sys-include  -maix64 -fclasspath=
-fbootclasspath=/opt/build/china/gcc-4.7.1/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2  -maix64  -c -o
gnu/java/awt/color.lo
-fsource-filename=/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/ppc64/libjava/classpath/lib/classes
-MT gnu/java/awt/color.lo -MD -MP -MF gnu/java/awt/color.deps
@gnu/java/awt/color.list
libtool: compile:  /opt/build/china/gcc-4.7.1-o/./gcc/gcj
-B/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/ppc64/libjava/
-B/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/ppc64/libjava/
-B/opt/build/china/gcc-4.7.1-o/./gcc/
-B/opt/TWWfsw/gcc47/powerpc-ibm-aix6.1.0.0/bin/
-B/opt/TWWfsw/gcc47/powerpc-ibm-aix6.1.0.0/lib/ -isystem
/opt/TWWfsw/gcc47/powerpc-ibm-aix6.1.0.0/include -isystem
/opt/TWWfsw/gcc47/powerpc-ibm-aix6.1.0.0/sys-include -maix64 -fclasspath=
-fbootclasspath=/opt/build/china/gcc-4.7.1/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -maix64 -c
-fsource-filename=/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/ppc64/libjava/classpath/lib/classes
-MT gnu/java/awt/color.lo -MD -MP -MF gnu/java/awt/color.deps
@gnu/java/awt/color.list  -o gnu/java/awt/.libs/color.o
Assembler:
/tmp//ccAWagdt.s: line 2049: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2051: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2053: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2057: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2059: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2061: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2069: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2071: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2075: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2081: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2083: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
/tmp//ccAWagdt.s: line 2085: 1252-149 Instruction fsel is not implemented in
the current assembly mode PPC64.
gmake[5]: *** [gnu/java/awt/color.lo] Error 1
gmake[5]: Leaving directory
`/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/ppc64/libjava'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory
`/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/ppc64/libjava'
gmake[3]: *** [multi-do] Error 1
gmake[3]: Leaving directory
`/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/libjava'
gmake[2]: *** [all-multi] Error 2
gmake[2]: Leaving directory
`/opt/build/china/gcc-4.7.1-o/powerpc-ibm-aix6.1.0.0/libjava'
gmake[1]: *** [all-target-libjava] Error 2
gmake[1]: Leaving directory `/opt/build/china/gcc-4.7.1-o'
gmake: *** [all] Error 2


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

* [Bug libgcj/54100] Problems building libjava on AIX 5.2
  2012-07-26 19:56 [Bug java/54100] New: Problems building libjava on AIX 5.2 bugzilla-gcc at thewrittenword dot com
  2012-07-27  4:25 ` [Bug libgcj/54100] " bugzilla-gcc at thewrittenword dot com
@ 2013-03-25 20:40 ` dje at gcc dot gnu.org
  2015-02-06 17:28 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dje at gcc dot gnu.org @ 2013-03-25 20:40 UTC (permalink / raw)
  To: java-prs


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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-03-25
                 CC|                            |dje at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #2 from David Edelsohn <dje at gcc dot gnu.org> 2013-03-25 20:40:56 UTC ---
libjava does not build on AIX in general for other reasons.  But GCC 4.8 should
invoke the AIX assembler with -many to accept more, valid mnemonics.


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

* [Bug libgcj/54100] Problems building libjava on AIX 5.2
  2012-07-26 19:56 [Bug java/54100] New: Problems building libjava on AIX 5.2 bugzilla-gcc at thewrittenword dot com
  2012-07-27  4:25 ` [Bug libgcj/54100] " bugzilla-gcc at thewrittenword dot com
  2013-03-25 20:40 ` dje at gcc dot gnu.org
@ 2015-02-06 17:28 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dje at gcc dot gnu.org @ 2015-02-06 17:28 UTC (permalink / raw)
  To: java-prs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54100

David Edelsohn <dje at gcc dot gnu.org> changed:

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

--- Comment #3 from David Edelsohn <dje at gcc dot gnu.org> ---
GCJ is not supported on AIX.  And general GCJ support is waning.


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

end of thread, other threads:[~2015-02-06 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-26 19:56 [Bug java/54100] New: Problems building libjava on AIX 5.2 bugzilla-gcc at thewrittenword dot com
2012-07-27  4:25 ` [Bug libgcj/54100] " bugzilla-gcc at thewrittenword dot com
2013-03-25 20:40 ` dje at gcc dot gnu.org
2015-02-06 17:28 ` dje at gcc dot gnu.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).