Closed
Bug 1644887
Opened 5 years ago
Closed 5 years ago
configure should call into $PYTHON3 rather than python3
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: rstewart, Assigned: rstewart)
References
Details
Attachments
(1 file)
First reported in bug 1644845.
Assignee | ||
Comment 1•5 years ago
|
||
Especially after bug 1622963 landed, the system python3
executable as reported by which
may not be compatible with the build system (because it might be Python 3.5, for one). You can configure a custom python3
executable by setting the PYTHON3
environment variable, but configure
just calls directly into python3
regardless of whatever you might have configured $PYTHON3
to be, so we fix that here.
Also remove an explanatory comment that may have made sense 5 years ago but is no longer relevant.
Pushed by rstewart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/da95a35fb075
`configure` calls into `$PYTHON3` rather than `python3` directly r=glandium
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•