assuming this bug is related to that pending issue, is there a workaround to be able to run fresh builds on the meantime? If it is a matter of copying some icudtl.dat file with the binary that's ok, since this is on a development machine
[1:1:0528/174720:FATAL:chrome_main_delegate.cc(740)] Check failed: !loaded_locale.empty(). Locale could not be found for
No idea what to do next
If you don't need native client, it might be easier to just disable it. (And have you checked if that file actually exists in the path from the error?)
(And have you checked if that file actually exists in the path from the error?)
On Thursday, May 29, 2014 4:36:19 AM UTC-5, Sangwhan Moon wrote:If you don't need native client, it might be easier to just disable it. (And have you checked if that file actually exists in the path from the error?)Well, it seems there is a problem with that too: disabling nacl in linux seems to be broken: https://codereview.chromium.org/10565014
I tried it like this:build/gyp_chromium disable_nacl=1Updating projects from gyp files...gyp: disable_nacl=1 not found
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
This is probably a bug in nacl_helper_bootstrap. It's encountering a
situation we've never seen before and didn't know was possible.
Can you give us the details of what hardware (or virtual hardware),
kernel, and OS installation you are running this on?
We'd like to reproduce the failure ourselves. You'll probably see
this same failure if you just run "nacl_helper_bootstrap" by itself
with no arguments. It's useful to know whether you see the same
failure that way or not. (If you do, then it's just your kernel/OS
configuration behaving differently from what we expect. If you don't,
then it might be the Chromium sandbox provoking your kernel/OS to
behave differently.)
Failing that, it would be informative if you can run "strace
nacl_helper_bootstrap /bin/true" and send me the full output.