This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12410] New: updated aix version fails to compile gcc-3.3.1
- From: "tbogart at frii dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Sep 2003 19:04:57 -0000
- Subject: [Bug c/12410] New: updated aix version fails to compile gcc-3.3.1
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12410
Summary: updated aix version fails to compile gcc-3.3.1
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tbogart at frii dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: powerpc-ibm-aix5.1.0.0
I have opened a case with IBM (PMR 34017.b033) but IBM needs more input than the
error message seen when make bootstrap fails:
echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o
concat.o dyn-string.o fdmatch.o fibheap.o
floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o
lbasename.o make-relative-prefix.o m
ake-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o
safe-ctype.o sort.o spaces.o splay-tree.o strer
ror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o
xstrerror.o > required-list
make[5]: Entering directory
`/home/tbogart/src/gcc-3.3.1/objdir/powerpc-ibm-aix5.1.0.0/powerpc/libiberty/testsuite'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/tbogart/src/gcc-3.3.1/objdir/powerpc-ibm-aix5.1.0.0/powerpc/libiberty/testsuite'
make[4]: Leaving directory
`/home/tbogart/src/gcc-3.3.1/objdir/powerpc-ibm-aix5.1.0.0/powerpc/libiberty'
make[4]: Entering directory
`/home/tbogart/src/gcc-3.3.1/objdir/powerpc-ibm-aix5.1.0.0/ppc64/libiberty'
make[4]: *** No rule to make target `all'. Stop.
make[4]: Leaving directory
`/home/tbogart/src/gcc-3.3.1/objdir/powerpc-ibm-aix5.1.0.0/ppc64/libiberty'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory
`/home/tbogart/src/gcc-3.3.1/objdir/powerpc-ibm-aix5.1.0.0/libiberty'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/tbogart/src/gcc-3.3.1/objdir/powerpc-ibm-aix5.1.0.0/libiberty'
make[1]: *** [all-target-libiberty] Error 2
make[1]: Leaving directory `/home/tbogart/src/gcc-3.3.1/objdir'
make: *** [bootstrap] Error 2
I have collected a full transcript of the make to this point, if that would be
usefull.
gcc-3.31 builds fine thru aix5100-004, but somewhere in the critical fixes for
august and recent patches, something now causes the build to die. gcc-3.3
however, still builds fine.
Do you have any suggestions on where to dig deeper on the aix system?