Closed
Bug 1720761
Opened 4 years ago
Closed 4 years ago
Cannot run `mach bootstrap` in Kali Linux
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(firefox92 fixed)
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: agautam1, Assigned: agautam1)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
When building firefox from source in Kali Linux, the environment is not set up correctly in Kali Linux. So, mach fails to build and run firefox.
- Fetch Firefox source code.
- Run
mach build
on Kali Linux to build from the source.
Actual results:
- The
mach build
command says that the environment has not been properly set and to runmach bootstrap
. - The
mach bootstrap
command gives you the following message to indicate bootstrap system for Kali Linux has not been implemented:
`NotImplementedError: Bootstrap support for this Linux distro not yet available
Expected results:
The mach bootstrap
should run to completion and properly set the environment. As Kali Linux is a port of Debian, Debian configuration should work on this.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → agautam1
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/25cd61cdcc94
Added kali to the list of debian configurations. r=mhentges
Comment 3•4 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•