Closed
Bug 1683929
Opened 5 years ago
Closed 5 years ago
mac bootstrap fails when calling brew list
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Error: Calling brew list to only list formulae is disabled! Use brew list --formula instead.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
| Assignee | ||
Updated•5 years ago
|
Summary: mac bootstrap fails on mac when calling brew list → mac bootstrap fails when calling brew list
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4027fb9b35d5
fix brew list r=mhentges
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Is this issue going to be merged into esr78 as well?
Flags: needinfo?(mhentges)
Comment 6•5 years ago
|
||
Good question - due to the way that ./mach bootstrap works by grabbing the "latest" version of some packages from system sources (brew, apt, etc), and fetches other tools (based on your current VCS revision) that we self-host on Taskcluster (which get automatically deleted some weeks after creation). For these reasons, ./mach bootstrap isn't guaranteed to work on old Firefox revisions.
Unfortunately, this includes ESR releases.
To build ESR, I'd recommend:
- Run
./mach bootstrapfromcentral - Then, check out ESR78 and attempt a build
- If
configurecomplains about an incorrect version or missing tool, manually install it (viabrewor otherwise)
Flags: needinfo?(mhentges)
You need to log in
before you can comment on or make changes to this bug.
Description
•