Subject: [Boost-bugs] [Boost C++ Libraries] #994: BJam output with parallel builds jumbled.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-05-25 04:13:34
#994: BJam output with parallel builds jumbled.
------------------------------+---------------------------------------------
Reporter: grafik | Owner: grafik
Type: Bugs | Status: new
Milestone: Boost.Jam 3.1.15 | Component: Building Boost
Version: Boost.Jam 3.1.14 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
Doing `"bjam -j4"` creates output that is jumbled, and hence is not
possible to parse it out, or even read. To fix need to change the
`execcmd` to use `popen`, as the `SHELL` built-in does, storing the output
of actions. When an action completes dump the output all at once. Some
locking on the output may be needed to make certain the output is serial.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/994>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:55 UTC