Closed Bug 1506151 Opened 6 years ago Closed 6 years ago

l10n-check fails with aarch64 windows automation builds

Categories

(Firefox Build System :: General, defect)

ARM64
Windows
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: froydnj, Unassigned)

References

Details

In trying to stack up a aarch64 windows build on automation, I ran into l10n-check:


15:15:15     INFO -  l10n-check> mozmake.EXE[6]: Entering directory 'z:/build/build/src/obj-firefox/browser/locales'
15:15:15     INFO -  l10n-check> z:/build/build/src/obj-firefox/_virtualenvs/init/Scripts/python.exe z:/build/build/src/toolkit/mozapps/installer/l10n-repack.py 'z:/build/build/src/obj-firefox/dist/l10n-stage/firefox' ../../dist/xpi-stage/locale-x-test \
15:15:15     INFO -  l10n-check> 	 \
15:15:15     INFO -  l10n-check>
15:15:15     INFO -  l10n-check> Error: Locale doesn't have a manifest entry for 'layoutdebug'
15:15:15     INFO -  l10n-check> Traceback (most recent call last):
15:15:15     INFO -  l10n-check>   File "z:/build/build/src/toolkit/mozapps/installer/l10n-repack.py", line 58, in <module>
15:15:15     INFO -  l10n-check>     main()
15:15:15     INFO -  l10n-check>   File "z:/build/build/src/toolkit/mozapps/installer/l10n-repack.py", line 54, in main
15:15:15     INFO -  l10n-check>     non_resources=args.non_resource, non_chrome=NON_CHROME)
15:15:15     INFO -  l10n-check>   File "z:\build\build\src\python\mozbuild\mozpack\packager\l10n.py", line 294, in repack
15:15:15     INFO -  l10n-check>     _repack(app_finder, l10n_finder, copier, formatter, non_chrome)
15:15:15     INFO -  l10n-check>   File "c:\mozilla-build\python\Lib\contextlib.py", line 24, in __exit__
15:15:15     INFO -  l10n-check>     self.gen.next()
15:15:15     INFO -  l10n-check>   File "z:\build\build\src\python\mozbuild\mozpack\errors.py", line 131, in accumulate
15:15:15     INFO -  l10n-check>     raise AccumulatedErrors()
15:15:15     INFO -  l10n-check> mozpack.errors.AccumulatedErrors
15:15:15     INFO -  l10n-check> z:/build/build/src/toolkit/locales/l10n.mk:116: recipe for target 'repackage-zip' failed
15:15:15     INFO -  l10n-check> mozmake.EXE[6]: *** [repackage-zip] Error 1
15:15:15     INFO -  l10n-check> mozmake.EXE[6]: Leaving directory 'z:/build/build/src/obj-firefox/browser/locales'
15:15:15     INFO -  l10n-check> z:/build/build/src/toolkit/locales/l10n.mk:156: recipe for target 'repackage-zip-x-test' failed
15:15:15     INFO -  l10n-check> mozmake.EXE[5]: *** [repackage-zip-x-test] Error 2
15:15:15     INFO -  l10n-check> Makefile:105: recipe for target 'installers-x-test' failed
15:15:15     INFO -  l10n-check> mozmake.EXE[4]: *** [installers-x-test] Error 2
15:15:15     INFO -  l10n-check> Makefile:126: recipe for target 'l10n-check' failed
15:15:15     INFO -  l10n-check> mozmake.EXE[3]: *** [l10n-check] Error 2
15:15:15     INFO -  l10n-check> z:/build/build/src/browser/build.mk:36: recipe for target 'l10n-check' failed
15:15:15     INFO -  l10n-check> mozmake.EXE[2]: *** [l10n-check] Error 2
15:15:15     INFO -  z:/build/build/src/build/moz-automation.mk:84: recipe for target 'automation/l10n-check' failed

I'm kind of at a loss here as to what's going on...what is this message trying to tell me, and why would it suddenly complain on a different architecture of windows?  Shouldn't all the locale stuff be more-or-less CPU independent?
Flags: needinfo?(nalexander)
Ted showed me that I should have set MOZ_AUTOMATION_L10N_CHECK=0 in my debug build, just like every other debug build.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(nalexander)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.