Firefox compile failure
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
People
(Reporter: rafail.giavrimis, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
Steps to reproduce:
I tried compiling Firefox using the guide (https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Windows_Prerequisites) on Windows 10, but there seems to be a problem with python. I installed all the prerequisites from the guide.
Actual results:
This is the output:
$ ./mach build
Config object not found by mach.
0:00.77 Clobber not needed.
0:00.77 Adding make options from None
MOZ_OBJDIR=d:/mozilla-source/mozilla-central/obj-x86_64-pc-mingw32
OBJDIR=d:/mozilla-source/mozilla-central/obj-x86_64-pc-mingw32
0:00.90 c:\mozilla-build\bin\mozmake.EXE -f client.mk -s configure
0:01.08 cd d:/mozilla-source/mozilla-central/obj-x86_64-pc-mingw32
0:01.13 d:/mozilla-source/mozilla-central/configure
0:01.77 Reexecuting in the virtualenv
0:01.85 Traceback (most recent call last):
0:01.85 File "d:\mozilla-source\mozilla-central\obj-x86_64-pc-mingw32_virtualenvs\init\lib\site.py", line 703, in <module>
0:01.85 main()
0:01.85 File "d:\mozilla-source\mozilla-central\obj-x86_64-pc-mingw32_virtualenvs\init\lib\site.py", line 692, in main
0:01.85 aliasmbcs()
0:01.85 File "d:\mozilla-source\mozilla-central\obj-x86_64-pc-mingw32_virtualenvs\init\lib\site.py", line 515, in aliasmbcs
0:01.85 import locale, codecs
0:01.85 File "d:\mozilla-source\mozilla-central\obj-x86_64-pc-mingw32_virtualenvs\init\lib\locale.py", line 17, in <module>
0:01.85 import functools
0:01.85 ImportError: No module named functools
0:01.89 *** Fix above errors and then restart with
0:01.89 "./mach build"
0:01.91 mozmake.EXE: *** [client.mk:115: configure] Error 1
| Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
| Reporter | ||
Comment 2•6 years ago
|
||
Bug was fixed by re-downloading the source.
Updated•3 years ago
|
Description
•