public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14034] New: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86
@ 2004-02-05 21:55 lars dot sonchocky-helldorf at hamburg dot de
  2004-02-08  6:28 ` [Bug bootstrap/14034] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lars dot sonchocky-helldorf at hamburg dot de @ 2004-02-05 21:55 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug bootstrap/14034] gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86
  2004-02-05 21:55 [Bug bootstrap/14034] New: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86 lars dot sonchocky-helldorf at hamburg dot de
@ 2004-02-08  6:28 ` pinskia at gcc dot gnu dot org
  2004-02-10 16:17 ` lars dot sonchocky-helldorf at hamburg dot de
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-08  6:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-08 06:28 -------
Darwin x86 is not really supported, I know that it works with 3.4.0 so closing as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

* [Bug bootstrap/14034] gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86
  2004-02-05 21:55 [Bug bootstrap/14034] New: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86 lars dot sonchocky-helldorf at hamburg dot de
  2004-02-08  6:28 ` [Bug bootstrap/14034] " pinskia at gcc dot gnu dot org
@ 2004-02-10 16:17 ` lars dot sonchocky-helldorf at hamburg dot de
  2004-02-11  6:39 ` dhazeghi at yahoo dot com
  2004-02-11  6:47 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: lars dot sonchocky-helldorf at hamburg dot de @ 2004-02-10 16:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de  2004-02-10 16:17 -------
> I know that it works with 3.4.0 so closing as fixed.

Not a good idea. 3.4.0 doesn't build libobjc nor libffi nor libjava on 
Darwin7/x86. So 3.4.0 has virtually no use for me on Darwin7/x86. Given that 
3.5.0 is still more than a year away, it will be a hard time on x86 without a 
working FSF-GCC which is needed for instance for GNUstep and Swarm (because of 
it's libobjc).

Btw. the latest 3.4.0 snapshot also doesn't build on Darwin7/x86 some 
makescript gets stuck during the library build. But that's already another 
bug ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug bootstrap/14034] gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86
  2004-02-05 21:55 [Bug bootstrap/14034] New: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86 lars dot sonchocky-helldorf at hamburg dot de
  2004-02-08  6:28 ` [Bug bootstrap/14034] " pinskia at gcc dot gnu dot org
  2004-02-10 16:17 ` lars dot sonchocky-helldorf at hamburg dot de
@ 2004-02-11  6:39 ` dhazeghi at yahoo dot com
  2004-02-11  6:47 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-02-11  6:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-02-11 06:39 -------
If 3.4 doesn't work, I'd suggesting opening a bug report for that (or if no libobjc/libjava, an 
enhancement request, since I doubt these have ported to Darwin/x86 yet). At this point 3.3.x is pretty 
much exclusively for regression fixes. Of course if 3.3.x used to work on Darwin/x86, that's whole 
'nother story... Sound fair?

-- 


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


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

* [Bug bootstrap/14034] gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86
  2004-02-05 21:55 [Bug bootstrap/14034] New: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (2 preceding siblings ...)
  2004-02-11  6:39 ` dhazeghi at yahoo dot com
@ 2004-02-11  6:47 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-11  6:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-11 06:47 -------
One more thing, darwin x86 really never worked on any gcc before 3.4.0.  The bug for libobjc is already  
a bug, PR 11572.  libjava needs support for libffi which almost no one is willing to write the support as 
darwin x86 is not really used (except for a toy).  Also I know that gcc 3.4.0 does build, as I just did one 
last week.

-- 


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


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

end of thread, other threads:[~2004-02-11  6:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-05 21:55 [Bug bootstrap/14034] New: gcc-3.3-20040202 bootstrap failure on Darwin7.0.1/x86 lars dot sonchocky-helldorf at hamburg dot de
2004-02-08  6:28 ` [Bug bootstrap/14034] " pinskia at gcc dot gnu dot org
2004-02-10 16:17 ` lars dot sonchocky-helldorf at hamburg dot de
2004-02-11  6:39 ` dhazeghi at yahoo dot com
2004-02-11  6:47 ` pinskia at gcc dot gnu dot 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).