Closed
Bug 1425786
Opened 7 years ago
Closed 7 years ago
comm-central-l10n build for win32 is not generated after 2017-12-07
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: t.matsuu, Unassigned)
Details
Attachments
(2 files)
From https://archive.mozilla.org/pub/thunderbird/nightly/2017/12/2017-12-17-03-02-03-comm-central-l10n/comm-central-win32-l10n-nightly-ja-bm72-build1-build159.txt.gz:
Makefile:237: recipe for target 'installers-ja' failed
Traceback (most recent call last):
File "c:/builds/moz2_slave/tb-c-cen-w32-l10n-ntly-0000000/build/source/mozilla/config/nsinstall.py", line 182, in <module>
sys.exit(_nsinstall_internal(argv[1:]))
File "c:/builds/moz2_slave/tb-c-cen-w32-l10n-ntly-0000000/build/source/mozilla/config/nsinstall.py", line 147, in _nsinstall_internal
copy_all_entries(args, target)
File "c:/builds/moz2_slave/tb-c-cen-w32-l10n-ntly-0000000/build/source/mozilla/config/nsinstall.py", line 107, in copy_all_entries
handleTarget(e, dest)
File "c:/builds/moz2_slave/tb-c-cen-w32-l10n-ntly-0000000/build/source/mozilla/config/nsinstall.py", line 135, in handleTarget
shutil.copy2(srcpath, targetpath)
File "c:\mozilla-build\python27\Lib\shutil.py", line 130, in copy2
copyfile(src, dst)
File "c:\mozilla-build\python27\Lib\shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: u'c:\\builds\\moz2_slave\\tb-c-cen-w32-l10n-ntly-0000000\\build\\source\\objdir-tb\\dist\\branding\\branding.nsi'
mozmake.exe[2]: *** [l10ngen/setup.exe] Error 1
mozmake.exe[1]: *** [package-win32-installer] Error 2
pymake\..\..\mozmake.exe: *** [installers-ja] Error 2
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/comm-central/rev/7b4b4d36f450
Pick up (un-)installer branding from src instead dist/branding (port Bug 1385227, follow up to Bug 1392245); r=me
https://hg.mozilla.org/comm-central/rev/50a3c056f06d
Fix a typo from Bug 1392245; r=me
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•7 years ago
|
||
We get another error message:
https://archive.mozilla.org/pub/thunderbird/nightly/2017/12/2017-12-21-03-02-03-comm-central-l10n/comm-central-win32-l10n-nightly-ja-bm77-build1-build352.txt.gz
Everything is Ok
2017-12-21 04:59:13,421 - Copying thunderbird-59.0a1.ja.win32.exe to cache c:/builds/moz2_slave/tb-c-cen-w32-l10n-ntly-0000000/signing_cache\sha2signcode\c4320c96a321bc6f1c08dbe1598e91855e45ad46
mv -f '../../dist/l10n-stage/thunderbird-59.0a1.ja.win32.exe' 'c:/builds/moz2_slave/tb-c-cen-w32-l10n-ntly-0000000/build/source/objdir-tb/dist/install/sea/thunderbird-59.0a1.ja.win32.installer.exe'
Makefile:106: recipe for target 'package-win32-installer' failed
mozmake.exe[1]: Leaving directory 'c:/builds/moz2_slave/tb-c-cen-w32-l10n-ntly-0000000/build/source/objdir-tb/mail/locales'
Makefile:237: recipe for target 'installers-ja' failed
mv: cannot move `../../dist/l10n-stage/thunderbird-59.0a1.ja.win32.exe' to `c:/builds/moz2_slave/tb-c-cen-w32-l10n-ntly-0000000/build/source/objdir-tb/dist/install/sea/thunderbird-59.0a1.ja.win32.installer.exe': No such file or directory
mozmake.exe[1]: *** [package-win32-installer] Error 1
pymake\..\..\mozmake.exe: *** [installers-ja] Error 2
Reporter | ||
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/comm-central/rev/cc6dd8b85976
Create the directory used to pack windows installer; r=me
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•