Closed
Bug 1655583
Opened 5 years ago
Closed 5 years ago
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox81 fixed)
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
run-and-prefix.py is used as a wrapper of MAKE in moz-automation.mk, so
that the output is more clearly attributed to what part of the build is
happening, for everything that is post-build (e.g. package, upload,
etc.)
Ever since the switch to python 3, when it re-invokes MAKE, the
jobserver file descriptors would be closed and the sub-make wouldn't be
able to use it.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/4095dfb6c09c
Don't close fds in run-and-prefix.py. r=firefox-build-system-reviewers,rstewart
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•