Closed
Bug 1583582
Opened 5 years ago
Closed 5 years ago
mach bootstrap fails on arch linux
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: greyson.gilbert.oss, Assigned: kennylevinsen)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
run mach bootstrap on arch linux
Actual results:
KeyError: u'VERSION_ID' at https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/bootstrap.py#260
VERSION_ID is an optional field and arch doesn't supply it.
Expected results:
Script should run successfully.
Updated•5 years ago
|
Keywords: regression
Comment 2•5 years ago
|
||
Uh oh, sorry about that!
Do you want to try fixing this? If not, I can try, but I don't have Arch sitting around.
Assignee | ||
Comment 3•5 years ago
|
||
Some fields of /etc/os-release are optional, so do not throw KeyError's when they're missing.
Updated•5 years ago
|
Assignee: nobody → bugzilla
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed
Updated•5 years ago
|
Keywords: checkin-needed
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•