Closed
Bug 1291589
Opened 9 years ago
Closed 9 years ago
|make buildsymbols| busting due to invalid syntax in mozconfig.
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1282256
People
(Reporter: ewong, Unassigned)
Details
Seeing this bustage:
rm -f 'dist/thunderbird-51.0a1.en-US.win32.crashreporter-symbols-full.zip'
c:/builds/moz2_slave/tb-c-cen-w32-d-000000000000000/build/objdir-tb/_virtualenv/Scripts/python.exe c:/builds/moz2_slave/tb-c-cen-w32-d-000000000000000/build/mozilla/config/nsinstall.py -D dist/crashreporter-symbols
OBJCOPY='' \
c:/builds/moz2_slave/tb-c-cen-w32-d-000000000000000/build/objdir-tb/_virtualenv/Scripts/python.exe c:/builds/moz2_slave/tb-c-cen-w32-d-000000000000000/build/mozilla/toolkit/crashreporter/tools/symbolstore.py \
-c --vcs-info --install-manifest=./_build_manifests/install/dist_include,dist/include \
-s c:/builds/moz2_slave/tb-c-cen-w32-d-000000000000000/build/mozilla \
dist/host/bin/dump_syms.exe \
dist/crashreporter-symbols \
. | grep -iv test > \
dist/crashreporter-symbols/thunderbird-51.0a1-WINNT-20160802141249-x86-symbols.txt
Makefile:309: recipe for target 'buildsymbols' failed
Traceback (most recent call last):
File "c:/builds/moz2_slave/tb-c-cen-w32-d-000000000000000/build/mozilla/toolkit/crashreporter/tools/symbolstore.py", line 24, in <module>
import buildconfig
File "c:\builds\moz2_slave\tb-c-cen-w32-d-000000000000000\build\mozilla\build\mach_bootstrap.py", line 369, in __call__
module = self._original_import(name, globals, locals, fromlist, level)
File "c:\builds\moz2_slave\tb-c-cen-w32-d-000000000000000\build\mozilla\build\buildconfig.py", line 9, in <module>
config = MozbuildObject.from_environment()
File "c:\builds\moz2_slave\tb-c-cen-w32-d-000000000000000\build\mozilla\python\mozbuild\mozbuild\base.py", line 168, in from_environment
config = loader.read_mozconfig(mozconfig, moz_build_app=current_project)
File "c:\builds\moz2_slave\tb-c-cen-w32-d-000000000000000\build\mozilla\python\mozbuild\mozbuild\mozconfig.py", line 255, in read_mozconfig
raise MozconfigLoadException(path, MOZCONFIG_BAD_EXIT_CODE, lines)
mozbuild.mozconfig.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.
pymake\..\..\mozmake.exe: *** [buildsymbols] Error 1
program finished with exit code 2
Just filing this for reference.
| Reporter | ||
Comment 1•9 years ago
|
||
Looks like it could be bug 1282256
Comment 2•9 years ago
|
||
This is perma-orange and we have no build on Windows :-(
Comment 3•9 years ago
|
||
Looks like the action is in bug 1282256 ;-)
You need to log in
before you can comment on or make changes to this bug.
Description
•