Closed
Bug 1594955
Opened 6 years ago
Closed 6 years ago
subprocess.Popen is missing the env= argument when calling autoconf in old.configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mars, Assigned: mars)
Details
Attachments
(1 file)
Changeset https://hg.mozilla.org/mozilla-central/rev/f47e966507eb removed the env=
argument to the subprocess.Popen()
call that runs autoconf in old.configure
. @glandium says the argument's removal appears to be accidental and should be restored.
Assignee | ||
Comment 1•6 years ago
|
||
Restore the env= argument to the subprocess.Popen() call that runs
autoconf in old.configure. The argument appears to have been removed by
accident in changeset f47e966507eb.
Pushed by mfogels@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b8a7b94df40c
Restore autoconf subprocess environ in old.configure r=glandium
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•