public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libmudflap/33119]  New: Missing mf-runtime.h after make -j2 install
@ 2007-08-20  8:04 Joey dot ye at intel dot com
  2007-08-20  8:11 ` [Bug libmudflap/33119] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joey dot ye at intel dot com @ 2007-08-20  8:04 UTC (permalink / raw)
  To: gcc-bugs

mf-runtime.h won't be installed with "make -j2 install" under x86_64 target. 

>From the log file apparantly it is installed at first and then removed when
installing rest of gcc headers files. Can be caused by incorrect dependence
between mudflap and other target.


-- 
           Summary: Missing mf-runtime.h after make -j2 install
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libmudflap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Joey dot ye at intel dot com


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


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

* [Bug libmudflap/33119] Missing mf-runtime.h after make -j2 install
  2007-08-20  8:04 [Bug libmudflap/33119] New: Missing mf-runtime.h after make -j2 install Joey dot ye at intel dot com
@ 2007-08-20  8:11 ` pinskia at gcc dot gnu dot org
  2007-08-20  8:53 ` Joey dot ye at intel dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-20  8:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-08-20 08:11 -------
Nobody does "make install" with -j.


-- 


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


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

* [Bug libmudflap/33119] Missing mf-runtime.h after make -j2 install
  2007-08-20  8:04 [Bug libmudflap/33119] New: Missing mf-runtime.h after make -j2 install Joey dot ye at intel dot com
  2007-08-20  8:11 ` [Bug libmudflap/33119] " pinskia at gcc dot gnu dot org
@ 2007-08-20  8:53 ` Joey dot ye at intel dot com
  2010-02-24 20:04 ` rwild at gcc dot gnu dot org
  2010-09-22 20:58 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: Joey dot ye at intel dot com @ 2007-08-20  8:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from Joey dot ye at intel dot com  2007-08-20 08:53 -------
(In reply to comment #1)
> Nobody does "make install" with -j.
I guess so, that's why I set it "minor". But does that mean error is expected
with -j? My script had -j by accident and it costed me hours to identify the
root cause. I doubt I'm the only lucky guy.


-- 


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


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

* [Bug libmudflap/33119] Missing mf-runtime.h after make -j2 install
  2007-08-20  8:04 [Bug libmudflap/33119] New: Missing mf-runtime.h after make -j2 install Joey dot ye at intel dot com
  2007-08-20  8:11 ` [Bug libmudflap/33119] " pinskia at gcc dot gnu dot org
  2007-08-20  8:53 ` Joey dot ye at intel dot com
@ 2010-02-24 20:04 ` rwild at gcc dot gnu dot org
  2010-09-22 20:58 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2010-02-24 20:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rwild at gcc dot gnu dot org  2010-02-24 20:03 -------
This particular race condition should be fixed by
<http://gcc.gnu.org/viewcvs?view=revision&revision=122415>,
so it should actually be fixed in the 4.3 branch.

If you can still reproduce this with 4.3.4 or newer, then please report back
with a log of 'make -jN install' output that shows this particular race (not
those of PR 42980).  The last couple of hundred lines or so should suffice.

Thanks.


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug libmudflap/33119] Missing mf-runtime.h after make -j2 install
  2007-08-20  8:04 [Bug libmudflap/33119] New: Missing mf-runtime.h after make -j2 install Joey dot ye at intel dot com
                   ` (2 preceding siblings ...)
  2010-02-24 20:04 ` rwild at gcc dot gnu dot org
@ 2010-09-22 20:58 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2010-09-22 20:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rwild at gcc dot gnu dot org  2010-09-22 20:57 -------
No feedback, assuming this is fixed by r122415 (which is in all active
branches) now.


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2010-09-22 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-20  8:04 [Bug libmudflap/33119] New: Missing mf-runtime.h after make -j2 install Joey dot ye at intel dot com
2007-08-20  8:11 ` [Bug libmudflap/33119] " pinskia at gcc dot gnu dot org
2007-08-20  8:53 ` Joey dot ye at intel dot com
2010-02-24 20:04 ` rwild at gcc dot gnu dot org
2010-09-22 20:58 ` rwild 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).