Closed
Bug 1508419
Opened 7 years ago
Closed 7 years ago
nasm version detection fails on mac without nasm installed
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: TD-Linux, Assigned: TD-Linux)
Details
Attachments
(1 file)
Mac has a fake nasm binary that prints an error if nasm is not installed, however we detect the binary as actual nasm.
Assignee | ||
Comment 1•7 years ago
|
||
This is required on Mac, where there is a dummy nasm executable
that prints an error if the real nasm isn't found.
Assignee | ||
Comment 2•7 years ago
|
||
Pushed by tdaede@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95d8c0fa8d64
Gracefully fail if nasm doesn't print version. r=firefox-build-system-reviewers,mshal
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Updated•7 years ago
|
Target Milestone: Firefox 65 → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•