Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildinDocker fails when building for Android #269

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 5 comments
Closed

BuildinDocker fails when building for Android #269

GoogleCodeExporter opened this issue Apr 22, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant