Closed
Bug 1377304
Opened 9 years ago
Closed 7 years ago
"bootstrap.py" Does Not Support "KDE Neon"
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(firefox57 wontfix, firefox68 fixed)
RESOLVED
FIXED
mozilla68
People
(Reporter: ironlenny, Assigned: gw)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170612122310
Steps to reproduce:
I ran "./mach bootstrap"
Actual results:
Error running mach:
['bootstrap']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
NotImplementedError: Bootstrap support for this Linux distro not yet available.
File "/home/jacob/Code/imageless/mozilla-central/python/mozboot/mozboot/mach_commands.py", line 25, in bootstrap
bootstrapper = Bootstrapper()
File "/home/jacob/Code/imageless/mozilla-central/python/mozboot/mozboot/bootstrap.py", line 207, in __init__
raise NotImplementedError('Bootstrap support for this Linux '
Expected results:
I would expect "bootstrap.py" to use the Debian bootstrapper.
| Reporter | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Component: Untriaged → mach
Product: Firefox → Core
Updated•9 years ago
|
Component: mach → Build Config
Updated•8 years ago
|
status-firefox57:
--- → wontfix
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•8 years ago
|
Component: General → Bootstrap Configuration
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/68d2980c3d56
"bootstrap.py" Does Not Support "KDE Neon" r=froydnj
Comment 4•7 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•7 years ago
|
Assignee: nobody → gwatson
You need to log in
before you can comment on or make changes to this bug.
Description
•