Closed
Bug 1036667
Opened 10 years ago
Closed 6 years ago
Builds failing with MOZCONFIG environment variable set
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: florian, Unassigned)
References
Details
(Keywords: regression)
Example failure log: http://buildbot.instantbird.org/builders/win32-nightly-default/builds/1432/steps/compile/logs/stdio
Traceback (most recent call last):
File "c:\mozilla-build\python\Lib\runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "c:\mozilla-build\python\Lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "d:\bb-slave\win32\build\mozilla\python\mozbuild\mozbuild\action\webidl.py", line 17, in <module>
sys.exit(main(sys.argv[1:]))
File "d:\bb-slave\win32\build\mozilla\python\mozbuild\mozbuild\action\webidl.py", line 12, in main
manager = BuildSystemWebIDL.from_environment().manager
File "d:\bb-slave\win32\build\mozilla\python\mozbuild\mozbuild\base.py", line 181, in from_environment
raise ObjdirMismatchException(topobjdir, _config_topobjdir)
mozbuild.base.ObjdirMismatchException: Objdir mismatch: d:\bb-slave\win32\obj-instantbird\mozilla != d:\bb-slave\win32\obj-instantbird
mozmake[5]: *** [codegen.pp] Error 1
mozmake[4]: *** [dom/bindings/export] Error 2
mozmake[3]: *** [export] Error 2
mozmake[2]: *** [default] Error 2
mozmake[1]: *** [default] Error 2
mozmake: *** [build] Error 2
Updated•10 years ago
|
Comment 1•10 years ago
|
||
This might be related to bug 1035099.
Comment 2•10 years ago
|
||
I'm also seeing this on my Windows Thunderbird debug builds.
Updated•10 years ago
|
Keywords: regression
Comment 3•10 years ago
|
||
(In reply to aleth [:aleth] from comment #1)
> This might be related to bug 1035099.
Yes. If I remove attachment 8451490 [details] [diff] [review], I can compile TB again.
Comment 4•6 years ago
|
||
Given all our build changes, is this still valid?
Flags: needinfo?(infofrommozilla)
Comment 5•6 years ago
|
||
I can not even say if the bug was fixed or if a configuration change helped.
But today he is certainly no longer relevant.
Flags: needinfo?(infofrommozilla)
Comment 6•6 years ago
|
||
Thanks
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•