Closed
Bug 951996
Opened 11 years ago
Closed 7 years ago
unable to build mozilla-central...gives error while loading mozconfig file..
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sneha.sandilya, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36
Steps to reproduce:
I have just downloaded the latest code for mozilla-central..but on executing ./mach build..it fails..
Actual results:
Error running mach:
['build']
The error occurred in mach itself. This is likely a bug in mach itself or a
fundamental problem with a loaded module.
Please consider filing a bug against mach by going to the URL:
https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=mach
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
MozconfigLoadException: Evaluation of your mozconfig exited with an error. This could be triggered
by a command inside your mozconfig failing. Please change your mozconfig
to not error and/or to catch errors in executed commands.
File "/home/Sneha/new _build/mozilla-central/python/mach/mach/main.py", line 305, in run
return self._run(argv)
File "/home/Sneha/new _build/mozilla-central/python/mach/mach/main.py", line 391, in _run
instance = cls(context)
File "/home/Sneha/new _build/mozilla-central/python/mozbuild/mozbuild/base.py", line 532, in __init__
dummy = MozbuildObject.from_environment(cwd=context.cwd)
File "/home/Sneha/new _build/mozilla-central/python/mozbuild/mozbuild/base.py", line 163, in from_environment
config = loader.read_mozconfig(mozconfig)
File "/home/Sneha/new _build/mozilla-central/python/mozbuild/mozbuild/mozconfig.py", line 196, in read_mozconfig
raise MozconfigLoadException(path, MOZCONFIG_BAD_EXIT_CODE, lines)
Expected results:
It should have built properly and created a build folder..
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•