Closed
Bug 1280161
Opened 9 years ago
Closed 9 years ago
Error in the mercurial-setup process
Categories
(Developer Documentation Graveyard :: Mozilla Platform, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1280022
People
(Reporter: hussein.a.adams, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. Cloned the mozilla-central repo using the hg clone...
2. cd mozilla-central
3. ./mach mercurial-setup
What happened?
==============
This happened:
Me@DESKTOP-C35NLKL /c/mozilla-source/mozilla-central
$ ./mach mercurial-setup
================================================================================
Ensuring https://hg.mozilla.org/hgcustom/version-control-tools is up to date at c:/Users/Me/.mozbuild\version-control-tools
================================================================================
Error running mach:
['mercurial-setup']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
WindowsError: [Error 193] %1 is not a valid Win32 application
File "c:\mozilla-source\mozilla-central\python/mozboot/mozboot/mach_commands.py", line 58, in mercurial_setup
bootstrap.configure_mercurial(hg, self._context.state_dir)
File "c:\mozilla-source\mozilla-central\python/mozboot\mozboot\bootstrap.py", line 270, in configure_mercurial
vct_dir = update_vct(hg, root_state_dir)
File "c:\mozilla-source\mozilla-central\python/mozboot\mozboot\bootstrap.py", line 263, in update_vct
vct_dir, '@')
File "c:\mozilla-source\mozilla-central\python/mozboot\mozboot\bootstrap.py", line 312, in update_mercurial_repo
subprocess.check_call(args, cwd=cwd)
File "c:\mozilla-build\python\lib\subprocess.py", line 535, in check_call
retcode = call(*popenargs, **kwargs)
File "c:\mozilla-build\python\lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "c:\mozilla-build\python\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "c:\mozilla-build\python\lib\subprocess.py", line 958, in _execute_child
startupinfo)
What should have happened?
==========================
It says in the error report that I should consider reporting this bug so I did. I am new hoping to contribute and was in the process of setting up the development environment when I encountered this issue.
Is there anything else we should know?
======================================
Updated•9 years ago
|
Component: Setup / Install → Mozilla Platform
Product: Mozilla Developer Network → Developer Documentation
Comment 1•9 years ago
|
||
This is almost certainly a dupe of bug 1280161, which is fixed. Please pull a code update and try running the setup again:
hg pull -u
./mach mercurial-setup
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•