Closed
Bug 568248
Opened 15 years ago
Closed 15 years ago
locale mergedir broken for maemo5 l10n repacks
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
Attachments
(1 file)
|
2.25 KB,
patch
|
jhford
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
maemo4 l10n repacks look good except for ca and hu which die here:
/usr/bin/python2.5 ../../config/JarMaker.py \
-j ../../dist/xpi-stage/locale-hu/chrome \
-s ../../mobile/locales/en-US/searchplugins \
-s /home/cltbld/build/maemo-trunk-l10n/l10n-central/hu/mobile/searchplugins \
-t ../.. -f jar -c /home/cltbld/build/maemo-trunk-l10n/mozilla-central/mobile/locales/merged/mobile -c /home/cltbld/build/maemo-trunk-l10n/l10n-central/hu/mobile -c ../../mobile/locales/en-US tmp-search.jar.mn
processing tmp-search.jar.mn
Traceback (most recent call last):
File "../../config/JarMaker.py", line 498, in <module>
main()
File "../../config/JarMaker.py", line 495, in main
localedirs=options.l10n_src)
File "../../config/JarMaker.py", line 286, in makeJars
jardir=jardir)
File "../../config/JarMaker.py", line 231, in makeJar
localedirs)
File "../../config/JarMaker.py", line 352, in processJarSection
outHelper, jf)
File "../../config/JarMaker.py", line 384, in _processEntryLine
raise RuntimeError('File "%s" not found in %s' % (src, ', '.join(src_base)))
RuntimeError: File "creativecommons.xml" not found in /home/cltbld/build/maemo-trunk-l10n/mozilla-central/mobile/locales/en-US/searchplugins, /home/cltbld/build/maemo-trunk-l10n/l10n-central/hu/mobile/searchplugins, /home/cltbld/build/maemo-trunk-l10n/mozilla-central/mobile/locales, .
make[1]: *** [searchplugins] Error 1
make[1]: Leaving directory `/home/cltbld/build/maemo-trunk-l10n/mozilla-central/mobile/locales'
make: *** [libs-hu] Error 2
Maemo5 gtk repacks, however, are still dying on the bookmarks. Pretty sure this is because the build dir is gtk-maemo5-mobile-trunk-l10n rather than mobile-trunk-maemo5-gtk-l10n like everything else.
| Assignee | ||
Comment 1•15 years ago
|
||
Should fix the bookmarks issue.
Attachment #447554 -
Flags: review?(jhford)
Updated•15 years ago
|
Attachment #447554 -
Flags: review?(jhford) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Comment on attachment 447554 [details] [diff] [review]
gtk-maemo5-mobile-trunk-l10n -> mobile-trunk-maemo5-gtk-l10n
http://hg.mozilla.org/build/buildbot-configs/rev/646f99329fe3
Attachment #447554 -
Flags: checked-in+
| Assignee | ||
Comment 3•15 years ago
|
||
nn-NO repacked successfully after failing last night.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•