Issue 65459 - Add separate logging for parallel dmake builds
Summary: Add separate logging for parallel dmake builds
Status: CLOSED WONT_FIX
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: current
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-16 16:25 UTC by quetschke
Modified: 2017-05-20 09:37 UTC (History)
4 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2006-05-16 16:25:38 UTC
Dmake currently writes the output of all parallel build processes to its own
stdout/stderr.

Wish: Add switch or env. variable so that child processes write their output
in a the given file plus current process number as extension.

Process number is not the pid, but corresponds to dmakes internal process number
for the child and ranges from 1 to MAXPROCESS. dmakes own output should go into
the file with extension 0.

Timing information (-m[trae]) should go into the .0 and the .process file.

Any other wishes concerning this feature?
Comment 1 hjs 2007-01-19 17:53:21 UTC
what about an optional output like the strace command: written line based and
prefixed with some kind of pid.
Comment 2 quetschke 2007-01-19 18:18:41 UTC
Yes, good idea. Fun with pipes, I'll keep this in mind.
Comment 3 Pedro Giffuni 2012-10-16 04:50:10 UTC
Dmake was moved to Apache Extras.