public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/19146] New: Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o'.
@ 2004-12-24  3:38 lucier at math dot purdue dot edu
  2004-12-24  3:41 ` [Bug bootstrap/19146] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lucier at math dot purdue dot edu @ 2004-12-24  3:38 UTC (permalink / raw)
  To: gcc-bugs

The configure and build commands were:

/bin/rm -rf *; ../configure --prefix=/export/users/lucier/local/gcc-mainline;
make -j 6 bootstrap >& build.log && (make -j 8 -k check
RUNTESTFLAGS="--target_board 'unix{-m64,}'">& check.log ; make
mail-report-with-warnings.log; ./mail-report-with-warnings.log)

The build failed in stage 1 with 

make[2]: *** No rule to make target `intl.h', needed by `c-parse.o'.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/export/users/lucier/programs/gcc/mainline/objdir2/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/export/users/lucier/programs/gcc/mainline/objdir2/gcc'
make: *** [bootstrap] Error 2

-- 
           Summary: Parallel bootstrap failure: No rule to make target
                    `intl.h', needed by `c-parse.o'.
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.9
  GCC host triplet: sparc-sun-solaris2.9
GCC target triplet: sparc-sun-solaris2.9


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


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

* [Bug bootstrap/19146] Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o'.
  2004-12-24  3:38 [Bug bootstrap/19146] New: Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o' lucier at math dot purdue dot edu
@ 2004-12-24  3:41 ` pinskia at gcc dot gnu dot org
  2004-12-24  3:55 ` lucier at math dot purdue dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-24  3:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-24 03:41 -------
intl.h is not even generated file.
What make are you using?


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


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


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

* [Bug bootstrap/19146] Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o'.
  2004-12-24  3:38 [Bug bootstrap/19146] New: Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o' lucier at math dot purdue dot edu
  2004-12-24  3:41 ` [Bug bootstrap/19146] " pinskia at gcc dot gnu dot org
@ 2004-12-24  3:55 ` lucier at math dot purdue dot edu
  2005-02-10 20:50 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: lucier at math dot purdue dot edu @ 2004-12-24  3:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lucier at math dot purdue dot edu  2004-12-24 03:55 -------
Subject: Re:  Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o'.

zorn-32% make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.

Perhaps it's a problem with parallel make on an NFS file system.  I 
just got a lot of strange errors involving the po directory.

I'll retry it on the slower machine where the file system resides.

Brad



-- 


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


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

* [Bug bootstrap/19146] Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o'.
  2004-12-24  3:38 [Bug bootstrap/19146] New: Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o' lucier at math dot purdue dot edu
  2004-12-24  3:41 ` [Bug bootstrap/19146] " pinskia at gcc dot gnu dot org
  2004-12-24  3:55 ` lucier at math dot purdue dot edu
@ 2005-02-10 20:50 ` ebotcazou at gcc dot gnu dot org
  2005-02-10 21:15 ` lucier at math dot purdue dot edu
  2005-02-10 21:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-10 20:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-10 17:34 -------
Can we close this PR, Brad?


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


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


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

* [Bug bootstrap/19146] Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o'.
  2004-12-24  3:38 [Bug bootstrap/19146] New: Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o' lucier at math dot purdue dot edu
                   ` (2 preceding siblings ...)
  2005-02-10 20:50 ` ebotcazou at gcc dot gnu dot org
@ 2005-02-10 21:15 ` lucier at math dot purdue dot edu
  2005-02-10 21:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: lucier at math dot purdue dot edu @ 2005-02-10 21:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lucier at math dot purdue dot edu  2005-02-10 18:34 -------
Subject: Re:  Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o'.

Yes, close it; I think it is a generic parallel build problem when the 
build file system is mounted using NFS.

Thanks.

Brad



-- 


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


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

* [Bug bootstrap/19146] Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o'.
  2004-12-24  3:38 [Bug bootstrap/19146] New: Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o' lucier at math dot purdue dot edu
                   ` (3 preceding siblings ...)
  2005-02-10 21:15 ` lucier at math dot purdue dot edu
@ 2005-02-10 21:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-10 21:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-10 18:36 -------
Closing as requested by the submitter.

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


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


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

end of thread, other threads:[~2005-02-10 18:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-24  3:38 [Bug bootstrap/19146] New: Parallel bootstrap failure: No rule to make target `intl.h', needed by `c-parse.o' lucier at math dot purdue dot edu
2004-12-24  3:41 ` [Bug bootstrap/19146] " pinskia at gcc dot gnu dot org
2004-12-24  3:55 ` lucier at math dot purdue dot edu
2005-02-10 20:50 ` ebotcazou at gcc dot gnu dot org
2005-02-10 21:15 ` lucier at math dot purdue dot edu
2005-02-10 21:44 ` 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).