Bug 1652736 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:

1. Execute `wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O bootstrap.py && python3 bootstrap.py --vcs=git`
2. When "Please choose the version of Firefox you want to build:" requires input, type "2".
3. When "Would you like to run a few configuration steps to ensure Git is
optimally configured?" is shown, type "Y".

Expected:
bootstrapping succeeds.

Actual:
fails with
```
Traceback (most recent call last):
  File "bootstrap.py", line 206, in <module>
    sys.exit(main(sys.argv))
  File "bootstrap.py", line 197, in main
    dasboot.bootstrap()
  File "/tmp/tmpvy1gckct/mozboot/bootstrap.py", line 545, in bootstrap
  File "/tmp/tmpvy1gckct/mozboot/bootstrap.py", line 810, in configure_git
ModuleNotFoundError: No module named 'mozversioncontrol'
```
Following https://firefox-source-docs.mozilla.org/setup/linux_build.html#one-line-bootstrapping (with the command adapted to `python3`).

STR:

1. Execute `wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O bootstrap.py && python3 bootstrap.py --vcs=git`
2. When "Please choose the version of Firefox you want to build:" requires input, type "2".
3. When "Would you like to run a few configuration steps to ensure Git is
optimally configured?" is shown, type "Y".

Expected:
bootstrapping succeeds.

Actual:
fails with
```
Traceback (most recent call last):
  File "bootstrap.py", line 206, in <module>
    sys.exit(main(sys.argv))
  File "bootstrap.py", line 197, in main
    dasboot.bootstrap()
  File "/tmp/tmpvy1gckct/mozboot/bootstrap.py", line 545, in bootstrap
  File "/tmp/tmpvy1gckct/mozboot/bootstrap.py", line 810, in configure_git
ModuleNotFoundError: No module named 'mozversioncontrol'
```

Back to Bug 1652736 Comment 0