This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14034] New: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86
- From: "lars dot sonchocky-helldorf at hamburg dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Feb 2004 21:55:53 -0000
- Subject: [Bug bootstrap/14034] New: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I experienced a bootstrap failure of snapshot gcc-3.3-20040202 on Darwin7.0.1/x86.
Prerequisites:
Do a ln -s /usr/bin/c++filt /usr/bin/c++filt3 since c++filt3 seems to be missing on Darwin7.0.1/
x86
Configured like:
mkdir testbuild
cd testbuild
../gcc-3.3-20040202/configure --prefix=/tmp/gcc
Bootstrapped like:
make bootstrap
.
.
.
/var/root/GCC/FSF_GCC/testbuild/gcc/xgcc -shared-libgcc -B/var/root/GCC/FSF_GCC/testbuild/
gcc/ -nostdinc++ -L/var/root/GCC/FSF_GCC/testbuild/i686-apple-darwin7.0.0/libstdc++-v3/src
-L/var/root/GCC/FSF_GCC/testbuild/i686-apple-darwin7.0.0/libstdc++-v3/src/.libs -B/tmp/gcc/
i686-apple-darwin7.0.0/bin/ -B/tmp/gcc/i686-apple-darwin7.0.0/lib/ -isystem /tmp/gcc/i686-
apple-darwin7.0.0/include -nostdinc++ -I/var/root/GCC/FSF_GCC/testbuild/i686-apple-
darwin7.0.0/libstdc++-v3/include/i686-apple-darwin7.0.0 -I/var/root/GCC/FSF_GCC/testbuild/
i686-apple-darwin7.0.0/libstdc++-v3/include -I../../../../gcc-3.3-20040202/libstdc++-v3/
libsupc++ -I../../../../gcc-3.3-20040202/libstdc++-v3/libmath -g -O2 -fno-implicit-templates -
Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once -c ../../../../gcc-3.3-
20040202/libstdc++-v3/src/fstream-inst.cc -o fstream-inst.o
/var/tmp//ccvq4kOn.s:10860:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:11043:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:12450:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:12633:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:14000:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:14169:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:15536:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:15705:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:17807:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:17818:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:18064:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:18075:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:20177:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:20188:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:20434:invalid character '@' in first operand
/var/tmp//ccvq4kOn.s:20445:invalid character '@' in first operand
make[4]: *** [fstream-inst.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive-am] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [bootstrap] Error 2
The failure above is hand-copied since my Darwin7 x86 Box is missing a working NIC (I get all the
stuff in there using CD-Rs but get nothing out: no working Floppy or Network). But I double
checked. However, I might have overlooked some mistake. Drop me a mail if you have questions.
--
Summary: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lars dot sonchocky-helldorf at hamburg dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-apple-darwin7.0.0
GCC host triplet: i686-apple-darwin7.0.0
GCC target triplet: i686-apple-darwin7.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14034