This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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/54100] New: Problems building libjava on AIX 5.2


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


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