tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Build system race conditions
On Fri, Sep 12, 2014 at 01:49:10PM +0200, Rhialto wrote:
> build libgroff/libgroff.a
> eval: Cannot fork
> eval: Cannot fork
>
> Maybe the parallelism got a bit out of control there with the "cannot
> fork" errors?
Maybe; it depends on what your process limit is, how much else you
have running, and the -j setting.
The bug here is that whatever it was doing that failed to fork didn't
stop the build.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index