Closed
Bug 1824320
Opened 3 years ago
Closed 3 years ago
mach buildsymbols fails if file command is not installed on the build system
Categories
(Firefox Build System :: General, defect, P3)
Firefox Build System
General
Tracking
(firefox113 fixed)
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: jstutte, Assigned: glandium)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
This was popping up on our remote dev environments, but it might be an issue also elsewhere.
The file command is used here. But mach bootstrap does not ensure it exists.
:glandium said on matrix:
... we should change the code that uses
fileto just do the detection itself, we have existing code to do what it's doing
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/442d5578244e
Use mozpack.executable instead of relying on the `file` program. r=firefox-build-system-reviewers,nalexander
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•