Closed
Bug 1504548
Opened 7 years ago
Closed 7 years ago
problem with boostrap
Categories
(Firefox :: Untriaged, defect)
Firefox
Untriaged
Tracking
()
RESOLVED
INVALID
People
(Reporter: gideon425xx, Unassigned)
Details
Attachments
(1 file)
|
4.91 KB,
text/plain
|
Details |
I obtained the command
wget -O bootstrap.py https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py && python bootstrap.py
from the web page
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Linux_Prerequisites
I ran the command and got a failure.
I am using debian 9.5 .
I am attaching the output.
I expected the bootstrap to work, per the above web page
Comment 1•7 years ago
|
||
The error messages are clear:
> You do not have Mercurial installed
Then you chose to not install Mercurial. There is no bug here.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•7 years ago
|
||
It could be worded more clearly.
It suggested option 3 as a valid option.
I would have found the following better.
Choice:3
Not installing Mercurial.
Your version of Python (2.7.13) is new enough.
Your version of Rust (1.30.0) is new enough.
Rust supports x86_64-unknown-linux-gnu targets.
Since you are not installing Mercurial, the bootstrap has
been aborted.
vatos@broadband:~$
I will try again using option 1 and see if Stylo is obtained
by that route.
You need to log in
before you can comment on or make changes to this bug.
Description
•