bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spurious "write error" on parallel builds


From: Paul Smith
Subject: Re: Spurious "write error" on parallel builds
Date: Sun, 07 Sep 2014 19:43:52 -0400

On Wed, 2014-07-30 at 11:56 +0200, Carl-Johan Kjellander wrote:
> On Wed, Jul 30, 2014 at 11:09 AM, Gisle Vanem <address@hidden> wrote:

> Sure, I can try. Latest git master:
>   http://pastebin.com/4UEj0zYm

> So bug is still there. However...

Can you give some information on the type of hardware and operating
system you're using?

> While searching for instructions on how to compile 'make' (the INSTALL
> FILE doesn't really say that you need to run 'make update')

The INSTALL file is only for building GNU make from a distributed source
tarball, say from ftp.gnu.org.  If you want to build from Git you must
read the README.git file and follow those directions.

> Any ideas about the original bug though?

That message means that while make was printing information to stdout
(note that the only things make itself prints to stdout during a normal
runtime are the "entering/exiting" lines, plus the command line it will
invoke for each rule where it isn't suppressed), the fprintf() command
got an error and wasn't able to write its output properly.

This error comes from the C runtime library and denotes some kind of
error writing content to stdout.  I don't see, offhand, how there could
be any bug in GNU make that would cause this problem.

Is there anything unique or unusual about the way you're invoking make,
with respect to its stdout?  Are you writing the output to a file using
redirection?  Reading the output using a pipe (piping make's output to
another program)?  Something else?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]