Closed
Bug 1483759
Opened 6 years ago
Closed 6 years ago
mingw-clang error: Locale doesn't have a manifest entry for 'layoutdebug'
Categories
(Firefox Build System :: General: Unsupported Platforms, defect, P5)
Firefox Build System
General: Unsupported Platforms
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
https://treeherder.mozilla.org/#/jobs?repo=try&revision=82c289daa328fceea9f08b78dc5e94bf63aa2912&selectedJob=194238353
For whatever reason the mingw-clang debug build throws this build error, while the opt build does not:
> l10n-check> Error: Locale doesn't have a manifest entry for 'layoutdebug'
> l10n-check> Traceback (most recent call last):
> l10n-check> File "/builds/worker/workspace/build/src/toolkit/mozapps/installer/l10n-repack.py", line 58, in <module>
> l10n-check> main()
> l10n-check> File "/builds/worker/workspace/build/src/toolkit/mozapps/installer/l10n-repack.py", line 54, in main
> l10n-check> non_resources=args.non_resource, non_chrome=NON_CHROME)
> l10n-check> File "/builds/worker/workspace/build/src/python/mozbuild/mozpack/packager/l10n.py", line 294, in repack
> l10n-check> _repack(app_finder, l10n_finder, copier, formatter, non_chrome)
> l10n-check> File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
> l10n-check> self.gen.next()
> l10n-check> File "/builds/worker/workspace/build/src/python/mozbuild/mozpack/errors.py", line 131, in accumulate
> l10n-check> raise AccumulatedErrors()
Getting this bug on file to investigate, not sure what this is about.
Comment 1•6 years ago
|
||
Axel - does it look at all familiar to you? I don't recognize it and the last patch around those files was bug 1457321 which doesn't seem too related
Flags: needinfo?(l10n)
Comment 2•6 years ago
|
||
I don't know for sure, but my gut instinct is that l10n repacks on debug builds don't work [1], and this build is set up to run the l10n-check automation on a debug build [2].
[1] https://dxr.mozilla.org/mozilla-central/source/layout/moz.build#41
[2] https://treeherder.mozilla.org/logviewer.html#?job_id=194238353&repo=try&lineNumber=769
You want something like
https://dxr.mozilla.org/mozilla-central/source/browser/config/mozconfigs/linux32/debug#7
Flags: needinfo?(l10n)
Assignee | ||
Comment 3•6 years ago
|
||
That fixed it; thanks. I'll roll this up into the browser build job patch.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•