public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/17313] New: fixinc.sh isn't parallel build safe
@ 2004-09-04  0:28 hjl at lucon dot org
  2004-09-05 10:04 ` [Bug bootstrap/17313] " bonzini at gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2004-09-04  0:28 UTC (permalink / raw)
  To: gcc-bugs

With "make -j 8 bootstrap" on a 4way SMP machine, I got

...
./fixinc.sh: line 143: /export/build/gnu/gcc/build-ia64-linux/gcc/cc1: No such
file or directory
...

-- 
           Summary: fixinc.sh isn't parallel build safe
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug bootstrap/17313] fixinc.sh isn't parallel build safe
  2004-09-04  0:28 [Bug bootstrap/17313] New: fixinc.sh isn't parallel build safe hjl at lucon dot org
@ 2004-09-05 10:04 ` bonzini at gnu dot org
  2004-09-05 10:04 ` bonzini at gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bonzini at gnu dot org @ 2004-09-05 10:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bonzini at gnu dot org  2004-09-05 10:03 -------
On the GCC list you proposed making fixinc.sh depend on cc1, but the correct fix
should be to make specs.ready depend on cc1.  That's because specs.ready is only
touched during stage1, while having fixinc.sh change whenever cc1 is changed
would make fixincludes run on every stage.

Can you please try that?

-- 


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


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

* [Bug bootstrap/17313] fixinc.sh isn't parallel build safe
  2004-09-04  0:28 [Bug bootstrap/17313] New: fixinc.sh isn't parallel build safe hjl at lucon dot org
  2004-09-05 10:04 ` [Bug bootstrap/17313] " bonzini at gnu dot org
@ 2004-09-05 10:04 ` bonzini at gnu dot org
  2004-09-06 23:58 ` cvs-commit at gcc dot gnu dot org
  2004-09-07  8:41 ` [Bug bootstrap/17313] [3.5 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bonzini at gnu dot org @ 2004-09-05 10:04 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug bootstrap/17313] fixinc.sh isn't parallel build safe
  2004-09-04  0:28 [Bug bootstrap/17313] New: fixinc.sh isn't parallel build safe hjl at lucon dot org
  2004-09-05 10:04 ` [Bug bootstrap/17313] " bonzini at gnu dot org
  2004-09-05 10:04 ` bonzini at gnu dot org
@ 2004-09-06 23:58 ` cvs-commit at gcc dot gnu dot org
  2004-09-07  8:41 ` [Bug bootstrap/17313] [3.5 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-06 23:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-06 23:58 -------
Subject: Bug 17313

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hjl@gcc.gnu.org	2004-09-06 23:58:16

Modified files:
	gcc            : ChangeLog Makefile.in 

Log message:
	2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR bootstrap/17313
	* Makefile.in (specs.ready): Depend on cc1$(exeext).

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5278&r2=2.5279
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.1374&r2=1.1375



-- 


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


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

* [Bug bootstrap/17313] [3.5 Regression] fixinc.sh isn't parallel build safe
  2004-09-04  0:28 [Bug bootstrap/17313] New: fixinc.sh isn't parallel build safe hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-09-06 23:58 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-07  8:41 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-07  8:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-07 08:41 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |build
         Resolution|                            |FIXED
            Summary|fixinc.sh isn't parallel    |[3.5 Regression] fixinc.sh
                   |build safe                  |isn't parallel build safe
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-09-07  8:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-04  0:28 [Bug bootstrap/17313] New: fixinc.sh isn't parallel build safe hjl at lucon dot org
2004-09-05 10:04 ` [Bug bootstrap/17313] " bonzini at gnu dot org
2004-09-05 10:04 ` bonzini at gnu dot org
2004-09-06 23:58 ` cvs-commit at gcc dot gnu dot org
2004-09-07  8:41 ` [Bug bootstrap/17313] [3.5 Regression] " 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).