bug-make
[Top][All Lists]
Advanced

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

[bug #39146] Indicate error upon termination in case of parallel jobs


From: Krzysztof Malinowski
Subject: [bug #39146] Indicate error upon termination in case of parallel jobs
Date: Mon, 03 Jun 2013 12:50:34 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0

URL:
  <http://savannah.gnu.org/bugs/?39146>

                 Summary: Indicate error upon termination in case of parallel
jobs
                 Project: make
            Submitted by: raspy
            Submitted on: Mon 03 Jun 2013 12:50:33 PM GMT
                Severity: 3 - Normal
              Item Group: Enhancement
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: SCM
        Operating System: Any
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

When make is run in parallel and one of the forked jobs fails, make stops
running additional jobs and waits for already spawned jobs to finish. If these
jobs take some time to complete and (even more important) generate much
console output, error most likely will get unnoticed unless one checks make's
exit code.

Would it be possible to print some error message at the point of master make's
termination in addition to returning with non-zero exit code? For a user it
would be much obvious indication that something bad happened earlier and one
should investigate output.

I think of something like this:

$ make -j24
...
<one of the jobs fails>
make: *** Waiting for unfinished jobs....
...
<lots of output>
...
make: Error <exit-code>  <--- Add message like this
$




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39146>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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