Closed
Bug 1413581
Opened 8 years ago
Closed 8 years ago
C-C builds broken on 2017-11-01: No such file or directory: .../toolkit/locales/gen_multilocale.py
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 58.0
People
(Reporter: jorgk-bmo, Assigned: tomprince)
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1412751 +++
IOError: [Errno 2] No such file or directory: 'c:/builds/moz2_slave/tb-c-cen-w64-ntly-000000000000/build/toolkit/locales/gen_multilocale.py'
IOError: [Errno 2] No such file or directory: '/builds/slave/tb-c-cen-lx-ntly-0000000000000/build/toolkit/locales/gen_multilocale.py'
From the log:
make[3]: Entering directory `/builds/slave/tb-c-cen-lx-ntly-0000000000000/build/objdir-tb/mail/installer'
/builds/slave/tb-c-cen-lx-ntly-0000000000000/build/objdir-tb/_virtualenv/bin/python -m mozbuild.action.file_generate /builds/slave/tb-c-cen-lx-ntly-0000000000000/build/toolkit/locales/gen_multilocale.py main ../../dist/bin/res/multilocale.json .deps/multilocale.json.pp en-US
Traceback (most recent call last):
File "/tools/python27/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/tools/python27/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/builds/slave/tb-c-cen-lx-ntly-0000000000000/build/mozilla/python/mozbuild/mozbuild/action/file_generate.py", line 112, in <module>
sys.exit(main(sys.argv[1:]))
File "/builds/slave/tb-c-cen-lx-ntly-0000000000000/build/mozilla/python/mozbuild/mozbuild/action/file_generate.py", line 51, in main
with open(script, 'r') as fh:
IOError: [Errno 2] No such file or directory: '/builds/slave/tb-c-cen-lx-ntly-0000000000000/build/toolkit/locales/gen_multilocale.py'
make[3]: *** [multilocale.json] Error 1
make[3]: Leaving directory `/builds/slave/tb-c-cen-lx-ntly-0000000000000/build/objdir-tb/mail/installer'
Flags: needinfo?(mozilla)
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8924206 [details]
Bug 1413581: Use comm-central friendly path for calling gen_multilocale.py.
https://reviewboard.mozilla.org/r/195420/#review200538
Attachment #8924206 -
Flags: review?(cmanchester) → review+
| Comment hidden (mozreview-request) |
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/autoland/rev/04e446a673d6
Use comm-central friendly path for calling gen_multilocale.py. r=chmanchester
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(mozilla)
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 58.0
Updated•7 years ago
|
Assignee: nobody → mozilla
You need to log in
before you can comment on or make changes to this bug.
Description
•