Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 26, 2024
Can you recreate docker container to see something changes?

> 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.

This error message is concerning, because we have already switched to Android 
NDK r10d from Android NDK r10c in r467, and I made sure that Dockerfile was 
updated to download NDK r10d rather than r10c.  When did you create the 
container?  Seems like your container is still pointing Android NDK r10c.  
Basically you need to update the container itself every time when Dockerfile is 
updated.

https://code.google.com/p/mozc/source/list?path=/trunk/src/docker/ubuntu12.04/Do
ckerfile
https://code.google.com/p/mozc/source/list?path=/trunk/src/docker/ubuntu14.04/Do
ckerfile

Original comment by [email protected] on 10 Jan 2015 at 7:51

  • Added labels: OpSys-Android

from mozc.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 26, 2024
Sorry, I used older version...
Today I tried again using the newest version (r480) but still have same problem.

gyp: Call to 
'/home/mozc_builder/work/android-ndk-r10d/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:

Original comment by [email protected] on 10 Jan 2015 at 10:34

from mozc.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 26, 2024
Yep, now I can reproduce the build failure. Sorry for the breakage. It's a 
recent regression caused by r477.  One more bad news is that seems that even 
reverting r477, seems that the build is still broken in Ubuntu 12.04 
environment.  I confirmed that we can build Mozc for Android as follows.

# Set up container with Ubuntu 14.04.
svn export https://mozc.googlecode.com/svn/trunk/src/docker/ubuntu14.04 
mozc_in_docker
cd mozc_in_docker
sudo docker build --rm -t $USER/mozc_ubuntu14.04 .
sudo docker run --interactive --tty --rm $USER/mozc_ubuntu14.04

# Build Mozc for Android after reverting r477
svn merge --accept mine-full -c -477 http://mozc.googlecode.com/svn/trunk/src
python build_mozc.py gyp --target_platform=Android
python build_mozc.py build -c Release android/android.gyp:apk

Again, sorry for the breakage.  I'll revert r477 shortly.

Original comment by [email protected] on 10 Jan 2015 at 12:45

  • Changed state: Started

from mozc.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 26, 2024
Thank you for the quick response.
Now I can build Mozc for Android following your instruction.

Original comment by [email protected] on 11 Jan 2015 at 3:59

from mozc.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 26, 2024
This issue was closed by revision r481.

Original comment by [email protected] on 17 Jan 2015 at 8:53

  • Changed state: Fixed

from mozc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.