Closed
Bug 1697956
Opened 4 years ago
Closed 4 years ago
Missing M4 after bootstrap on Ubuntu 20.04 LTS
Categories
(Firefox Build System :: Bootstrap Configuration, defect, P3)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: ng, Assigned: sheehan)
Details
Attachments
(1 file)
I did a fresh, minimal, desktop install of Ubuntu 20.04 LTS. After running ./mach bootstrap
, configure fails to find m4
.
When I ran bootstrap
I selected developing for android (non-artifact).
apt install m4
resolves the issue.
Assignee | ||
Comment 1•4 years ago
|
||
Going to try and reproduce this later today.
Assignee: nobody → sheehan
Priority: -- → P3
Assignee | ||
Comment 2•4 years ago
|
||
During mach bootstrap
for Firefox desktop, m4 is installed via libgtk2.0-dev
.
Since we don't install that package for Android bootstrap, this causes
configure failures.
Install m4
as a common package to fix configure on Android.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/034b5dc74155
install `m4` as a common package on Debian/Ubuntu r=firefox-build-system-reviewers,mhentges DONTBUILD
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•