public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "bugzilla-gcc at thewrittenword dot com" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/54100] New: Problems building libjava on AIX 5.2
Date: Thu, 26 Jul 2012 19:56:00 -0000	[thread overview]
Message-ID: <bug-54100-8172@http.gcc.gnu.org/bugzilla/> (raw)

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


             reply	other threads:[~2012-07-26 19:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-26 19:56 bugzilla-gcc at thewrittenword dot com [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-54100-8172@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).