You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed instruction (https://code.google.com/p/mozc/wiki/BuildInDocker) to
created an Ubuntu14.04 container and tried the following command in the
container:
$ python build_mozc.py gyp --target_platform=Android
Then, I faced the following error:
gyp: Call to
'/home/mozc_builder/work/android-ndk-r10c/build/tools/make-standalone-toolchain.
sh "--toolchain=arm-linux-androideabi-4.9" "--stl=stlport"
"--install-dir=/home/mozc_builder/work/mozc/src/out_android/mozc_build_tools/ndk
-standalone-toolchain/arm" "--platform=android-14"' returned exit status 1.
Traceback (most recent call last):
File "build_mozc.py", line 1478, in <module>
main()
File "build_mozc.py", line 1474, in main
procedure[1](cmd_opts, cmd_args, original_directory_name)
File "build_mozc.py", line 958, in GypMain
RunOrDie(gyp_command + gyp_options)
File "/home/mozc_builder/work/mozc/src/build_tools/util.py", line 99, in RunOrDie
'==========']))
build_tools.util.RunOrDieError:
I give some more informations:
1. I manually called the command gyp tried to call but failed and it does work
on command line.
2. targeting Linux (python build_mozc.py gyp) does work as well.
Could anyone help?
Original issue reported on code.google.com by [email protected] on 9 Jan 2015 at 1:10
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Jan 2015 at 1:10The text was updated successfully, but these errors were encountered: