public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18149] New: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1) failed
@ 2004-10-25 19:34 lars dot sonchocky-helldorf at hamburg dot de
  2004-10-25 19:40 ` [Bug target/18149] [4.0 regression] bootstrap of i686-darwin pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: lars dot sonchocky-helldorf at hamburg dot de @ 2004-10-25 19:34 UTC (permalink / raw)
  To: gcc-bugs

this is a regression since I was already able to bootstrap gcc-4.0 on OD 7.2.1/x86 successfully:

http://gcc.gnu.org/ml/gcc/2004-09/msg00757.html

The procedure for bootstrapping was similar to the one described in the message above, the only 
difference is that I used http://www.opendarwin.org/downloads/odcctools-20041018.tar.bz2 which 
corresponds to cctools-528.5 (see: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01222.html and 
http://www.opendarwin.org/pipermail/odcctools/2004-October/000033.html )

stage1/xgcc -Bstage1/ -B/tmp/gcc/i686-apple-darwin7.2.1/bin/ -c   -O2 -g -fomit-frame-pointer -
DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-
long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common   -DHAVE_CONFIG_H    -I. -
I. -I../../gcc-4.0-20041024/gcc -I../../gcc-4.0-20041024/gcc/. -I../../gcc-4.0-20041024/gcc/../
include -I./../intl -I../../gcc-4.0-20041024/gcc/../libcpp/include  ../../gcc-4.0-20041024/gcc/c-
lang.c -o c-lang.o
In file included from ./tm.h:7,
                 from ../../gcc-4.0-20041024/gcc/c-lang.c:26:
../../gcc-4.0-20041024/gcc/config/i386/darwin.h:47:1: error: "ASM_SPEC" redefined
In file included from ./tm.h:6,
                 from ../../gcc-4.0-20041024/gcc/c-lang.c:26:
../../gcc-4.0-20041024/gcc/config/darwin.h:334:1: error: this is the location of the previous definition
make[2]: *** [c-lang.o] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2
localhost:~/GCC/FSF/gcc-build lars$

-- 
           Summary: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86
                    (i686-apple-darwin7.2.1) failed
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          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.2.1
  GCC host triplet: i686-apple-darwin7.2.1
GCC target triplet: i686-apple-darwin7.2.1


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


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

* [Bug target/18149] [4.0 regression] bootstrap of i686-darwin
  2004-10-25 19:34 [Bug bootstrap/18149] New: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1) failed lars dot sonchocky-helldorf at hamburg dot de
@ 2004-10-25 19:40 ` pinskia at gcc dot gnu dot org
  2004-10-25 20:12 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-25 19:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-25 19:40 -------
Confirmed, (here is the ironic part): it was caused by the patch which made cctools 528.5 required:
http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01222.html 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geoffk at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|bootstrap                   |target
     Ever Confirmed|                            |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-25 19:40:02
               date|                            |
            Summary|bootstrap of gcc-4.0-       |[4.0 regression] bootstrap
                   |20041024 on OpenDarwin      |of i686-darwin
                   |7.2.1/x86 (i686-apple-      |
                   |darwin7.2.1) failed         |


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


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

* [Bug target/18149] [4.0 regression] bootstrap of i686-darwin
  2004-10-25 19:34 [Bug bootstrap/18149] New: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1) failed lars dot sonchocky-helldorf at hamburg dot de
  2004-10-25 19:40 ` [Bug target/18149] [4.0 regression] bootstrap of i686-darwin pinskia at gcc dot gnu dot org
@ 2004-10-25 20:12 ` pinskia at gcc dot gnu dot org
  2004-10-26  7:26 ` geoffk at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-25 20:12 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/18149] [4.0 regression] bootstrap of i686-darwin
  2004-10-25 19:34 [Bug bootstrap/18149] New: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1) failed lars dot sonchocky-helldorf at hamburg dot de
  2004-10-25 19:40 ` [Bug target/18149] [4.0 regression] bootstrap of i686-darwin pinskia at gcc dot gnu dot org
  2004-10-25 20:12 ` pinskia at gcc dot gnu dot org
@ 2004-10-26  7:26 ` geoffk at gcc dot gnu dot org
  2004-10-26  7:30 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-10-26  7:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-10-26 07:26 -------
About to fix.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |geoffk at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug target/18149] [4.0 regression] bootstrap of i686-darwin
  2004-10-25 19:34 [Bug bootstrap/18149] New: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1) failed lars dot sonchocky-helldorf at hamburg dot de
                   ` (2 preceding siblings ...)
  2004-10-26  7:26 ` geoffk at gcc dot gnu dot org
@ 2004-10-26  7:30 ` cvs-commit at gcc dot gnu dot org
  2004-10-26  7:31 ` geoffk at gcc dot gnu dot org
  2004-11-09  1:59 ` lars dot sonchocky-helldorf at hamburg dot de
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-26  7:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-26 07:30 -------
Subject: Bug 18149

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	geoffk@gcc.gnu.org	2004-10-26 07:30:06

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: darwin.h 

Log message:
	PR 18149
	* config/i386/darwin.h (ASM_SPEC): Undef it before defining.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6018&r2=2.6019
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/darwin.h.diff?cvsroot=gcc&r1=1.20&r2=1.21



-- 


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


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

* [Bug target/18149] [4.0 regression] bootstrap of i686-darwin
  2004-10-25 19:34 [Bug bootstrap/18149] New: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1) failed lars dot sonchocky-helldorf at hamburg dot de
                   ` (3 preceding siblings ...)
  2004-10-26  7:30 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-26  7:31 ` geoffk at gcc dot gnu dot org
  2004-11-09  1:59 ` lars dot sonchocky-helldorf at hamburg dot de
  5 siblings, 0 replies; 7+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-10-26  7:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-10-26 07:31 -------
Should be fixed now.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug target/18149] [4.0 regression] bootstrap of i686-darwin
  2004-10-25 19:34 [Bug bootstrap/18149] New: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1) failed lars dot sonchocky-helldorf at hamburg dot de
                   ` (4 preceding siblings ...)
  2004-10-26  7:31 ` geoffk at gcc dot gnu dot org
@ 2004-11-09  1:59 ` lars dot sonchocky-helldorf at hamburg dot de
  5 siblings, 0 replies; 7+ messages in thread
From: lars dot sonchocky-helldorf at hamburg dot de @ 2004-11-09  1:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de  2004-11-09 01:59 -------
Confirmed. See: http://gcc.gnu.org/ml/gcc/2004-11/msg00289.html

Thanks, Lars

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


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


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

end of thread, other threads:[~2004-11-09  1:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-25 19:34 [Bug bootstrap/18149] New: bootstrap of gcc-4.0-20041024 on OpenDarwin 7.2.1/x86 (i686-apple-darwin7.2.1) failed lars dot sonchocky-helldorf at hamburg dot de
2004-10-25 19:40 ` [Bug target/18149] [4.0 regression] bootstrap of i686-darwin pinskia at gcc dot gnu dot org
2004-10-25 20:12 ` pinskia at gcc dot gnu dot org
2004-10-26  7:26 ` geoffk at gcc dot gnu dot org
2004-10-26  7:30 ` cvs-commit at gcc dot gnu dot org
2004-10-26  7:31 ` geoffk at gcc dot gnu dot org
2004-11-09  1:59 ` lars dot sonchocky-helldorf at hamburg dot de

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).