public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/21403] New: Canadian cross build fails.
@ 2005-05-05 16:54 green at redhat dot com
  2005-05-07  3:52 ` [Bug bootstrap/21403] " green at redhat dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: green at redhat dot com @ 2005-05-05 16:54 UTC (permalink / raw)
  To: gcc-bugs

A canadian cross of the compiler failed as it tried to link fix-header.
It's using a mix of build and host object files to build this.  The Makefile reads:

# This is nominally a 'build' program, but it's run only when host==build,
# so we can (indeed, must) use $(LIBDEPS) and $(LIBS).

I, however, don't have host==build, and it still tries to do this.

>From what I can tell, there doesn't appear to be proper host==build checks in
place.  Simply setting use_fixproto in config.gcc is enough to try to build
fix-header.

-- 
           Summary: Canadian cross build fails.
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i386-mingw32
GCC target triplet: i386-elf


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


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

* [Bug bootstrap/21403] Canadian cross build fails.
  2005-05-05 16:54 [Bug bootstrap/21403] New: Canadian cross build fails green at redhat dot com
@ 2005-05-07  3:52 ` green at redhat dot com
  2005-05-07 15:54 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: green at redhat dot com @ 2005-05-07  3:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From green at redhat dot com  2005-05-07 03:52 -------
I've posted a patch.

http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00555.html



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |green at redhat dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug bootstrap/21403] Canadian cross build fails.
  2005-05-05 16:54 [Bug bootstrap/21403] New: Canadian cross build fails green at redhat dot com
  2005-05-07  3:52 ` [Bug bootstrap/21403] " green at redhat dot com
@ 2005-05-07 15:54 ` pinskia at gcc dot gnu dot org
  2005-05-07 22:28 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-07 15:54 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |05/msg00555.html
           Keywords|                            |build, patch
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-07 15:54:47
               date|                            |


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


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

* [Bug bootstrap/21403] Canadian cross build fails.
  2005-05-05 16:54 [Bug bootstrap/21403] New: Canadian cross build fails green at redhat dot com
  2005-05-07  3:52 ` [Bug bootstrap/21403] " green at redhat dot com
  2005-05-07 15:54 ` pinskia at gcc dot gnu dot org
@ 2005-05-07 22:28 ` cvs-commit at gcc dot gnu dot org
  2005-05-07 22:32 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-07 22:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-07 22:28 -------
Subject: Bug 21403

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	green@gcc.gnu.org	2005-05-07 22:28:10

Modified files:
	gcc            : ChangeLog configure.ac configure 

Log message:
	2005-05-07  Anthony Green  <green@redhat.com>
	
	PR bootstrap/21403
	* configure.ac (STMP_FIXPROTO): Fix [ ] consumption problem in
	x$STMP_FIXPROTO test.
	* configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.226&r2=2.7592.2.227
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.94.8.2&r2=2.94.8.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.885.6.2&r2=1.885.6.3



-- 


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


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

* [Bug bootstrap/21403] Canadian cross build fails.
  2005-05-05 16:54 [Bug bootstrap/21403] New: Canadian cross build fails green at redhat dot com
                   ` (2 preceding siblings ...)
  2005-05-07 22:28 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-07 22:32 ` cvs-commit at gcc dot gnu dot org
  2005-05-07 22:33 ` green at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-07 22:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-07 22:32 -------
Subject: Bug 21403

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	green@gcc.gnu.org	2005-05-07 22:32:04

Modified files:
	gcc            : ChangeLog configure.ac configure 

Log message:
	2005-05-07  Anthony Green  <green@redhat.com>
	
	PR bootstrap/21403
	* configure.ac (STMP_FIXPROTO): Fix [ ] consumption problem in
	x$STMP_FIXPROTO test.
	* configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8644&r2=2.8645
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&r1=2.108&r2=2.109
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&r1=1.900&r2=1.901



-- 


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


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

* [Bug bootstrap/21403] Canadian cross build fails.
  2005-05-05 16:54 [Bug bootstrap/21403] New: Canadian cross build fails green at redhat dot com
                   ` (3 preceding siblings ...)
  2005-05-07 22:32 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-07 22:33 ` green at redhat dot com
  2005-05-07 22:34 ` pinskia at gcc dot gnu dot org
  2005-06-16 20:19 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: green at redhat dot com @ 2005-05-07 22:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From green at redhat dot com  2005-05-07 22:33 -------
Patch applied to HEAD and 4.0 branch. 

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


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


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

* [Bug bootstrap/21403] Canadian cross build fails.
  2005-05-05 16:54 [Bug bootstrap/21403] New: Canadian cross build fails green at redhat dot com
                   ` (4 preceding siblings ...)
  2005-05-07 22:33 ` green at redhat dot com
@ 2005-05-07 22:34 ` pinskia at gcc dot gnu dot org
  2005-06-16 20:19 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-07 22:34 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.1


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


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

* [Bug bootstrap/21403] Canadian cross build fails.
  2005-05-05 16:54 [Bug bootstrap/21403] New: Canadian cross build fails green at redhat dot com
                   ` (5 preceding siblings ...)
  2005-05-07 22:34 ` pinskia at gcc dot gnu dot org
@ 2005-06-16 20:19 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-16 20:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-16 20:18 -------
Subject: Bug 21403

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-local-200502-branch
Changes by:	geoffk@gcc.gnu.org	2005-06-16 20:18:24

Modified files:
	gcc            : ChangeLog configure.ac configure 

Log message:
	PR bootstrap/21403
	* configure.ac (STMP_FIXPROTO): Fix [ ] consumption problem in
	x$STMP_FIXPROTO test.
	* configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=2.7489.2.11&r2=2.7489.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=2.94.4.2&r2=2.94.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.885.4.2&r2=1.885.4.3



-- 


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


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

end of thread, other threads:[~2005-06-16 20:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-05 16:54 [Bug bootstrap/21403] New: Canadian cross build fails green at redhat dot com
2005-05-07  3:52 ` [Bug bootstrap/21403] " green at redhat dot com
2005-05-07 15:54 ` pinskia at gcc dot gnu dot org
2005-05-07 22:28 ` cvs-commit at gcc dot gnu dot org
2005-05-07 22:32 ` cvs-commit at gcc dot gnu dot org
2005-05-07 22:33 ` green at redhat dot com
2005-05-07 22:34 ` pinskia at gcc dot gnu dot org
2005-06-16 20:19 ` cvs-commit 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).