Closed
Bug 1416591
Opened 7 years ago
Closed 7 years ago
mach bootstrap failed to complete on Windows 10 64Bit
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1415374
People
(Reporter: sagiv_grupper, Unassigned)
Details
Attachments
(1 file)
5.94 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
Steps to reproduce:
1. Selected to create .mozbuild in the default location - operation failed on python import error. Refer to the output in the "What happened" section
2. Continued to Mercurial optimization and selected Yes here as well.
Selection failed. Refer to the attached log file
Actual results:
Creating global state directory: c:/Users/sagivjelena/.mozbuild
Traceback (most recent call last):
File "c:\mozilla-build\python\Scripts\hg", line 41, in <module>
dispatch.run()
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 145, in __getattr__
self._load()
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 90, in _load
mod = _hgextimport(_origimport, head, globals, locals, None, level)
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 41, in _hgextimport
return importfunc(name, globals, *args, **kwargs)
File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 536, in <module>
class lazyaliasentry(object):
File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 545, in lazyaliasentry
@util.propertycache
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 145, in __getattr__
self._load()
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 90, in _load
mod = _hgextimport(_origimport, head, globals, locals, None, level)
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 41, in _hgextimport
return importfunc(name, globals, *args, **kwargs)
File "c:\mozilla-build\python\Lib\site-packages\mercurial\util.py", line 97, in <module>
stdout = platform.winstdout(stdout)
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 145, in __getattr__
self._load()
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 90, in _load
mod = _hgextimport(_origimport, head, globals, locals, None, level)
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 41, in _hgextimport
return importfunc(name, globals, *args, **kwargs)
File "c:\mozilla-build\python\Lib\site-packages\mercurial\windows.py", line 34, in <module>
executablepath = win32.executablepath
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 145, in __getattr__
self._load()
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 90, in _load
mod = _hgextimport(_origimport, head, globals, locals, None, level)
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 41, in _hgextimport
return importfunc(name, globals, *args, **kwargs)
File "c:\mozilla-build\python\Lib\site-packages\mercurial\win32.py", line 22, in <module>
_kernel32 = ctypes.windll.kernel32
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 145, in __getattr__
self._load()
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 90, in _load
mod = _hgextimport(_origimport, head, globals, locals, None, level)
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 41, in _hgextimport
return importfunc(name, globals, *args, **kwargs)
File "c:\mozilla-build\python\lib\ctypes\__init__.py", line 7, in <module>
from _ctypes import Union, Structure, Array
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 268, in _demandimport
mod = _hgextimport(_origimport, name, globals, locals)
File "c:\mozilla-build\python\Lib\site-packages\hgdemandimport\demandimportpy2.py", line 41, in _hgextimport
return importfunc(name, globals, *args, **kwargs)
ImportError: DLL load failed: The specified procedure could not be found.
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•