Closed Bug 1525784 Opened 5 years ago Closed 5 years ago

First run of bootstrap.py: "No module named mozbuild.base"

Categories

(Firefox Build System :: Bootstrap Configuration, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1525688

People

(Reporter: mhentges, Unassigned)

References

Details

After downloading bootstrap.py and running it with: python2 bootstrap.py, I'm getting the following output:

Could not load the bootstrap Python environment.

This should never happen. Consider filing a bug.



No module named mozbuild.base
Blocks: 1483228

this is caused by bug 1483228.

bootstrap.py downloads just python/mozboot via https://hg.mozilla.org/mozilla-central/archive/default.zip/python/mozboot to kickstart the process.

python/mozboot/mozboot/bootstrap.py has from mozboot.util import get_state_dir, which now imports mozbuild.base.
mozbuild isn't part of the downloaded archive.

looks like arai has a fix for this on bug 1525688

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.