U_MISSING_RESOURCE_ERROR console errors when generating InfoPlist.strings |
||||||||
Issue description
I just built on OSX 10.11.5 and got the following errors for both debug and release:
-------------------8<-------------------
ninja: Entering directory `/Users/pdr/Desktop/chromium/src/out/Release'
[20570/20629] ACTION Generating the language InfoPlist.strings files
[0527/183735:ERROR:message_formatter.cc(90)] MessageFormat(የቅጂ መብት {0,date,y} የChromium ደራሲያን። ሁሉም መብቶች የተጠበቁ ናቸው።) failed with U_MISSING_RESOURCE_ERROR
[0527/183735:ERROR:message_formatter.cc(90)] MessageFormat(حقوق الطبع والنشر لعام {0,date,y} لصالح The Chromium Authors. جميع الحقوق محفوظة.) failed with U_MISSING_RESOURCE_ERROR
[0527/183735:ERROR:message_formatter.cc(90)] MessageFormat(Авторски права {0,date,y} Авторите на Chromium. Всички права запазени.) failed with U_MISSING_RESOURCE_ERROR
[snip because there are about 50 lines]
-------------------8<-------------------
I don't know much about infoPlist but I think this may be due to https://crrev.com/f2e54a999d4bd88062e27c61f995bac80cc025b1
,
May 28 2016
agable@, could you ptal and reassign if needed. Thank you.
,
May 28 2016
,
May 31 2016
I've got no insight into this; I've historically had my fingers in the translation pipeline which copies these localization strings from the translation console into chromium, but I've never had any visibility into what is done with them (i.e. how they're used during a compile) afterwards. But presumably this error is not widespread -- I don't think we're seeing these errors on the waterfall? pdr@, is there anything else weird about your local environment?
,
Jun 1 2016
I'm seeing this on the trybots too so I think this may be widespread after all: https://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_rel_ng/builds/452/steps/compile%20%28without%20patch%29/logs/stdio (search for U_MISSING_RESOURCE_ERROR) I don't see it on every compile step on that bot though. The above example is a "build without patch" which might rebuild more aggressively than "build with patch"? I did a full compile today and saw the error, but incremental builds after that do not show the error.
,
Jul 13 2016
,
Jul 13 2016
,
Jul 13 2016
,
Jan 10
Archiving issues older than 2 years with no owner or component. |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by pdr@chromium.org
, May 28 2016Owner: gov...@chromium.org