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

Cymunk build fail on python3crystax #1184

Closed
maho opened this issue Nov 29, 2017 · 3 comments
Closed

Cymunk build fail on python3crystax #1184

maho opened this issue Nov 29, 2017 · 3 comments

Comments

@maho
Copy link
Contributor

maho commented Nov 29, 2017

Hi,

I have error when try to build .apk using buildozer (although based on logs - I believe it's p4a specific bug). It canno't find libpython3.5m, although I have it in crystax ndk

Command is:
buildozer android update 2>&1 | tee build.log

Buildozer.spec is:

(buildozer)maho@dlaptop:~/workspace/alcan$ grep -v '^#'  buildozer.spec  | grep -v '^$'
[app]
title = AlCan
package.name = alcan
package.domain = maho
source.dir = .
source.include_exts = py,png,jpg,kv,txt,otf
version = 0.4
requirements = python3crystax,kivy,cymunk
orientation = landscape
osx.python_version = 3
osx.kivy_version = master
fullscreen = 1
android.ndk_path = /home/maho/ndk/crystax-ndk-10.3.2
android.arch = armeabi-v7a
[buildozer]
log_level = 2
warn_on_root = 1

And recorder build.log is

# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.18.24 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
#  -> found at /usr/bin/git
# Search for Cython (cython)
#  -> found at /usr/local/bin/cython
# Search for Java compiler (javac)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run 'git clean -dxf'
# Cwd /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master
Removing pythonforandroid/__init__.pyc
Removing pythonforandroid/archs.pyc
Removing pythonforandroid/bootstrap.pyc
Removing pythonforandroid/bootstraps/__init__.pyc
Removing pythonforandroid/bootstraps/sdl2/__init__.pyc
Removing pythonforandroid/build.pyc
Removing pythonforandroid/distribution.pyc
Removing pythonforandroid/graph.pyc
Removing pythonforandroid/logger.pyc
Removing pythonforandroid/patching.pyc
Removing pythonforandroid/recipe.pyc
Removing pythonforandroid/recipes/__init__.pyc
Removing pythonforandroid/recipes/cymunk/__init__.pyc
Removing pythonforandroid/recipes/genericndkbuild/__init__.pyc
Removing pythonforandroid/recipes/hostpython2/__init__.pyc
Removing pythonforandroid/recipes/hostpython3crystax/__init__.pyc
Removing pythonforandroid/recipes/kivy/__init__.pyc
Removing pythonforandroid/recipes/pygame/__init__.pyc
Removing pythonforandroid/recipes/pygame_bootstrap_components/__init__.pyc
Removing pythonforandroid/recipes/pyjnius/__init__.pyc
Removing pythonforandroid/recipes/python2/__init__.pyc
Removing pythonforandroid/recipes/python3crystax/__init__.pyc
Removing pythonforandroid/recipes/sdl/__init__.pyc
Removing pythonforandroid/recipes/sdl2/__init__.pyc
Removing pythonforandroid/recipes/sdl2_image/__init__.pyc
Removing pythonforandroid/recipes/sdl2_mixer/__init__.pyc
Removing pythonforandroid/recipes/sdl2_ttf/__init__.pyc
Removing pythonforandroid/recipes/six/__init__.pyc
Removing pythonforandroid/toolchain.pyc
Removing pythonforandroid/util.pyc
# Run 'git rev-parse --abbrev-ref HEAD'
# Cwd /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master
stable
# Run 'git pull'
# Cwd /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master
Already up-to-date.
# Run 'pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10,<1.12.5" "jinja2" "six"'
# Cwd None
# Apache ANT found at /home/maho/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/maho/.buildozer/android/platform/android-sdk-20
# Android NDK found at /home/maho/ndk/crystax-ndk-10.3.2
# Check application requirements
# Check garden requirements
# Compile platform
# Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=alcan --bootstrap=sdl2 --requirements=python3crystax,kivy,cymunk --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/maho/workspace/alcan/.buildozer/android/platform/build'
# Cwd /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master
�[1m[INFO]�[0m:    Will compile for the following archs: armeabi-v7a
�[1m[INFO]�[0m:    Found Android API target in $ANDROIDAPI
�[1m[INFO]�[0m:    Available Android APIs are (19)
�[1m[INFO]�[0m:    Requested API target 19 is available, continuing.
�[1m[INFO]�[0m:    Found NDK dir in $ANDROIDNDK
�[1m[INFO]�[0m:    Got NDK version from $ANDROIDNDKVER
�[1m�[31m[WARNING]�[39m�[0m: NDK version was set as r9c, but checking the NDK dir claims it is 10.3.2.
�[1m�[31m[WARNING]�[39m�[0m: The build will try to continue, but it may fail and you should check that your setting is correct.
�[1m�[31m[WARNING]�[39m�[0m: If the NDK dir result is correct, you don't need to manually set the NDK ver.
�[1m[INFO]�[0m:    Using Crystax NDK r9c
�[1m[INFO]�[0m:    Found virtualenv at /usr/local/bin/virtualenv
�[1m[INFO]�[0m:    Found the following toolchain versions: ['4.9', '5', 'clang3.6', 'clang3.7']
�[1m[INFO]�[0m:    Picking the latest gcc toolchain, here 5
�[1m[INFO]�[0m:    No existing dists meet the given requirements!
�[1m[INFO]�[0m:    �[1m�[94mNo dist exists that meets your requirements, so one will be built.�[0m
�[1m[INFO]�[0m:    Found a single valid recipe set: ['hostpython3crystax', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', u'python3crystax', u'cymunk', 'sdl2', 'six', 'pyjnius', u'kivy']
�[1m[INFO]�[0m:    The selected bootstrap is sdl2_gradle
�[1m[INFO]�[0m:    �[1m�[32m# Creating dist with sdl2_gradle bootstrap�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[94mDist will have name alcan and recipes (python3crystax, kivy, cymunk)�[0m
�[1m[INFO]�[0m:    Dist will also contain modules () installed from pip
�[1m[INFO]�[0m:    �[90m->�[0m running cp -r /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master/pythonforandro...(and 135 more)�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax�[39m
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[94mRecipe build order is ['hostpython3crystax', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', u'python3crystax', u'cymunk', 'sdl2', 'six', 'pyjnius', u'kivy']�[0m
�[1m[INFO]�[0m:    �[1m�[32m# Downloading recipes �[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading hostpython3crystax�[0m�[39m
�[1m[INFO]�[0m:    Skipping hostpython3crystax download as no URL is set
�[1m[INFO]�[0m:    �[1m�[32mDownloading sdl2_image�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/sdl2_image�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/sdl2_image�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz�[0m
�[1m[INFO]�[0m:    sdl2_image download already cached, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading sdl2_mixer�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/sdl2_mixer�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/sdl2_mixer�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz�[0m
�[1m[INFO]�[0m:    sdl2_mixer download already cached, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading sdl2_ttf�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/sdl2_ttf�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/sdl2_ttf�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz�[0m
�[1m[INFO]�[0m:    sdl2_ttf download already cached, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading python3crystax�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/python3crystax�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/python3crystax�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename �[0m
�[1m[INFO]�[0m:    �[90m->�[0m running rm -f .mark-�[0m
�[1m[INFO]�[0m:    �[90m->�[0m running touch .mark-�[0m
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading cymunk�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/cymunk�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/cymunk�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://github.com/tito/cymunk/archive/master.zip�[0m
�[1m[INFO]�[0m:    cymunk download already cached, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading sdl2�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/sdl2�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/sdl2�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://www.libsdl.org/release/SDL2-2.0.4.tar.gz�[0m
�[1m[INFO]�[0m:    sdl2 download already cached, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading six�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/six�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/six�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz�[0m
�[1m[INFO]�[0m:    six download already cached, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading pyjnius�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/pyjnius�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/pyjnius�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://github.com/kivy/pyjnius/archive/master.zip�[0m
�[1m[INFO]�[0m:    pyjnius download already cached, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mDownloading kivy�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running mkdir -p /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/kivy�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/packages/kivy�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://github.com/kivy/kivy/archive/1.10.0.zip�[0m
�[1m[INFO]�[0m:    kivy download already cached, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32m# Building all recipes for arch armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32m# Unpacking recipes�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking hostpython3crystax for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    Skipping hostpython3crystax unpack as no URL is set
�[1m[INFO]�[0m:    �[1m�[32mUnpacking sdl2_image for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/jni�[39m
�[1m[INFO]�[0m:    sdl2_image is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking sdl2_mixer for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/jni�[39m
�[1m[INFO]�[0m:    sdl2_mixer is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking sdl2_ttf for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/jni�[39m
�[1m[INFO]�[0m:    sdl2_ttf is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking python3crystax for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename �[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/other_builds/python3crystax-version3.5/armeabi-v7a�[39m
�[1m[INFO]�[0m:    python3crystax is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking cymunk for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://github.com/tito/cymunk/archive/master.zip�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/other_builds/cymunk-python3crystax/armeabi-v7a�[39m
�[1m[INFO]�[0m:    cymunk is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking sdl2 for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://www.libsdl.org/release/SDL2-2.0.4.tar.gz�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/jni�[39m
�[1m[INFO]�[0m:    sdl2 is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking six for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz�[0m
�[0m
           working: SDL2_image-2.0.1.tar.gz                                                                                                           �[0m
                                                                                                                                                      
�[0m
           working: SDL2_mixer-2.0.1.tar.gz                                                                                                           �[0m
                                                                                                                                                      
�[0m
           working: SDL2_ttf-2.0.14.tar.gz                                                                                                            �[0m
                                                                                                                                                      
�[0m
           working: master.zip                                                                                                                        �[0m
                                                                                                                                                      
�[0m
           working: SDL2-2.0.4.tar.gz                                                                                                                 �[0m
                                                                                                                                                      
�[0m
           working: six-1.9.0.tar.gz                                                                                                                  �[0m
                                                                                                                                                      
�[0m
           working: master.zip                                                                                                                        �[0m
                                                                                                                                                      
�[0m
           working: 1.10.0.zip                                                                                                                        �[0m
                                                                                                                                                      
�[0m
           working: SDL2_image-2.0.1.tar.gz                                                                                                           �[0m
                                                                                                                                                      
�[0m
           working: SDL2_mixer-2.0.1.tar.gz                                                                                                           �[0m
                                                                                                                                                      
�[0m
           working: SDL2_ttf-2.0.14.tar.gz                                                                                                            �[0m
                                                                                                                                                      
�[0m
           working: master.zip                                                                                                                        �[0m
                                                                                                                                                      
�[0m
           working: SDL2-2.0.4.tar.gz                                                                                                                 �[0m
                                                                                                                                                      
�[0m
           working: six-1.9.0.tar.gz            �[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/other_builds/six-python3crystax/armeabi-v7a�[39m
�[1m[INFO]�[0m:    six is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking pyjnius for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://github.com/kivy/pyjnius/archive/master.zip�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/other_builds/pyjnius-python3crystax-sdl2/armeabi-v7a�[39m
�[1m[INFO]�[0m:    pyjnius is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32mUnpacking kivy for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running basename https://github.com/kivy/kivy/archive/1.10.0.zip�[0m
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/other_builds/kivy-python3crystax-sdl2/armeabi-v7a�[39m
�[1m[INFO]�[0m:    kivy is already unpacked, skipping
�[1m[INFO]�[0m:    �[36m<- directory context /home/maho/workspace/alcan/.buildozer/android/platform/python-for-android-master�[39m
�[1m[INFO]�[0m:    �[1m�[32m# Prebuilding recipes�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding hostpython3crystax for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    hostpython3crystax has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding sdl2_image for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    sdl2_image has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mApplying patches for sdl2_image[armeabi-v7a]�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32msdl2_image already patched, skipping�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding sdl2_mixer for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    sdl2_mixer has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mApplying patches for sdl2_mixer[armeabi-v7a]�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32msdl2_mixer already patched, skipping�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding sdl2_ttf for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    sdl2_ttf has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding python3crystax for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    python3crystax has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding cymunk for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    cymunk has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding sdl2 for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    sdl2 has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mApplying patches for sdl2[armeabi-v7a]�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32msdl2 already patched, skipping�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding six for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    six has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding pyjnius for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    pyjnius has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32mApplying patches for pyjnius[armeabi-v7a]�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mpyjnius already patched, skipping�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mPrebuilding kivy for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    kivy has no prebuild_armeabi_v7a, skipping
�[1m[INFO]�[0m:    �[1m�[32m# Building recipes�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mBuilding hostpython3crystax for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mBuilding sdl2_image for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mBuilding sdl2_mixer for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mBuilding sdl2_ttf for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mBuilding python3crystax for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    �[1m�[32mBuilding cymunk for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    cymunk apparently isn't already in site-packages
�[1m[INFO]�[0m:    Cythonizing anything necessary in cymunk
�[1m[INFO]�[0m:    �[36m-> directory context /home/maho/workspace/alcan/.buildozer/android/platform/build/build/other_builds/cymunk-python3crystax/armeabi-v7a/cymunk�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running python3.5 -c import sys; print(sys.path)�[0m
�[1m[INFO]�[0m:    Trying first build of cymunk to get cython files: this is expected to fail
�[1m[INFO]�[0m:    �[90m->�[0m running python3.5 setup.py build_ext -v�[0m
                                                                                                      �[0m
                                                                                                                                                      
�[0m
           working: master.zip                                                                                                                        �[0m
                                                                                                                                                      
�[0m
           working: 1.10.0.zip                                                                                                                        �[0m
                                                                                                                                                      
�[0m
           working: ['', '/usr/local/lib/python3.5/dist-packages', '/usr/lib/python3/dist-packages', '/usr/lib/python3.5/dist-packag...(and 253 more) �[0m
                                                                                                                                                      
('cwd is', '/home/maho/workspace/alcan/.buildozer/android/platform/build/build/other_builds/cymunk-python3crystax/armeabi-v7a/cymunk')
�[0m
           working: Using distutils                                                                                                                   �[0m
           working: running build_ext                                                                                                                 �[0m
           working: building 'cymunk.cymunk' extension                                                                                                �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 973 more)  �[0m
           working: cymunk/cymunk.c:2286:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                     �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_100zero(); /* proto */                                                          �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/cymunk.c:2287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                     �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_102unit(); /* proto */                                                          �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/cymunk.c:2288:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                     �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_104ones(); /* proto */                                                          �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/cymunk.c:19549:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                   �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_100zero() {                                                                     �[0m
           working:                   ^                                                                                                               �[0m
           working: cymunk/cymunk.c:19614:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                   �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_102unit() {                                                                     �[0m
           working:                   ^                                                                                                               �[0m
           working: cymunk/cymunk.c:19679:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                   �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_104ones() {                                                                     �[0m
           working:                   ^                                                                                                               �[0m
           working: cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_6Circle_2unsafe_set_radius':                                               �[0m
           working: cymunk/cymunk.c:26882:3: warning: implicit declaration of function 'cpCircleShapeSetRadius' [-Wimplicit-function-declaration]     �[0m
           working:    cpCircleShapeSetRadius(__pyx_v_self->__pyx_base._shape, __pyx_t_1);                                                            �[0m
           working:    ^                                                                                                                              �[0m
           working: cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_6Circle_4unsafe_set_offset':                                               �[0m
           working: cymunk/cymunk.c:26949:3: warning: implicit declaration of function 'cpCircleShapeSetOffset' [-Wimplicit-function-declaration]     �[0m
           working:    cpCircleShapeSetOffset(__pyx_v_self->__pyx_base._shape, cpv(__pyx_t_2, __pyx_t_3));                                            �[0m
           working:    ^                                                                                                                              �[0m
           working: cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_5Space_8contacts___get__':                                                 �[0m
           working: cymunk/cymunk.c:35065:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]                       �[0m
           working:    __pyx_t_3 = __pyx_v_self->_space->arbiters_private;                                                                            �[0m
           working:              ^                                                                                                                    �[0m
           working: cymunk/cymunk.c: In function '__pyx_f_6cymunk_6cymunk_5Space__add_c_collision_handler':                                           �[0m
           working: cymunk/cymunk.c:39572:182: warning: passing argument 6 of 'cpSpaceAddCollisionHandler' from incompatible pointer...(and 36 more)  �[0m
           working:    cpSpaceAddCollisionHandler(__pyx_v_self->_space, __pyx_t_1, __pyx_t_2, __pyx_f_6cymunk_6cymunk__call_collisio...(and 206 more) �[0m
           working:                                                                                                                 ...(and 71 more)  �[0m
           working: In file included from cymunk/chipmunk/chipmunk.h:118:0,                                                                           �[0m
           working:                  from cymunk/cymunk.c:432:                                                                                        �[0m
           working: cymunk/chipmunk/cpSpace.h:165:6: note: expected 'cpCollisionPostSolveFunc {aka void (*)(struct cpArbiter *, stru...(and 174 more) �[0m
           working:  void cpSpaceAddCollisionHandler(                                                                                                 �[0m
           working:       ^                                                                                                                           �[0m
           working: cymunk/cymunk.c:39572:239: warning: passing argument 7 of 'cpSpaceAddCollisionHandler' from incompatible pointer...(and 36 more)  �[0m
           working:    cpSpaceAddCollisionHandler(__pyx_v_self->_space, __pyx_t_1, __pyx_t_2, __pyx_f_6cymunk_6cymunk__call_collisio...(and 206 more) �[0m
           working:                                                                                                                 ...(and 128 more) �[0m
           working: In file included from cymunk/chipmunk/chipmunk.h:118:0,                                                                           �[0m
           working:                  from cymunk/cymunk.c:432:                                                                                        �[0m
           working: cymunk/chipmunk/cpSpace.h:165:6: note: expected 'cpCollisionSeparateFunc {aka void (*)(struct cpArbiter *, struc...(and 173 more) �[0m
           working:  void cpSpaceAddCollisionHandler(                                                                                                 �[0m
           working:       ^                                                                                                                           �[0m
           working: cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_5Space_60set_default_collision_handler':                                   �[0m
           working: cymunk/cymunk.c:40150:157: warning: passing argument 4 of 'cpSpaceSetDefaultCollisionHandler' from incompatible ...(and 43 more)  �[0m
           working:    cpSpaceSetDefaultCollisionHandler(__pyx_v_self->_space, __pyx_f_6cymunk_6cymunk__collision_begin_func, __pyx_...(and 175 more) �[0m
           working:                                                                                                                 ...(and 46 more)  �[0m
           working: In file included from cymunk/chipmunk/chipmunk.h:118:0,                                                                           �[0m
           working:                  from cymunk/cymunk.c:432:                                                                                        �[0m
           working: cymunk/chipmunk/cpSpace.h:154:6: note: expected 'cpCollisionPostSolveFunc {aka void (*)(struct cpArbiter *, stru...(and 174 more) �[0m
           working:  void cpSpaceSetDefaultCollisionHandler(                                                                                          �[0m
           working:       ^                                                                                                                           �[0m
           working: cymunk/cymunk.c:40150:209: warning: passing argument 5 of 'cpSpaceSetDefaultCollisionHandler' from incompatible ...(and 43 more)  �[0m
           working:    cpSpaceSetDefaultCollisionHandler(__pyx_v_self->_space, __pyx_f_6cymunk_6cymunk__collision_begin_func, __pyx_...(and 175 more) �[0m
           working:                                                                                                                 ...(and 98 more)  �[0m
           working: In file included from cymunk/chipmunk/chipmunk.h:118:0,                                                                           �[0m
           working:                  from cymunk/cymunk.c:432:                                                                                        �[0m
           working: cymunk/chipmunk/cpSpace.h:154:6: note: expected 'cpCollisionSeparateFunc {aka void (*)(struct cpArbiter *, struc...(and 173 more) �[0m
           working:  void cpSpaceSetDefaultCollisionHandler(                                                                                          �[0m
           working:       ^                                                                                                                           �[0m
           working: cymunk/cymunk.c: In function '__pyx_pw_6cymunk_6cymunk_5Shape_9segment_query':                                                    �[0m
           working: cymunk/cymunk.c:26538:16: warning: '__pyx_v_info' may be used uninitialized in this function [-Wmaybe-uninitialized]              �[0m
           working:    __pyx_t_6 = (cpShapeSegmentQuery(__pyx_v_self->_shape, cpv(__pyx_t_2, __pyx_t_3), cpv(__pyx_t_4, __pyx_t_5), ...(and 20 more)  �[0m
           working:                 ^                                                                                                                 �[0m
           working: cymunk/cymunk.c:26502:23: note: '__pyx_v_info' was declared here                                                                  �[0m
           working:    cpSegmentQueryInfo *__pyx_v_info;                                                                                              �[0m
           working:                        ^                                                                                                          �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1031 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1025 more) �[0m
           working: cymunk/Chipmunk-Physics/src/cpSpaceHash.c:171:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]            �[0m
           working:  static inline cpSpatialIndexClass *Klass();                                                                                      �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/Chipmunk-Physics/src/cpSpaceHash.c:591:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]           �[0m
           working:  static inline cpSpatialIndexClass *Klass(){return &klass;}                                                                       �[0m
           working:                                     ^                                                                                             �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1051 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1051 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1051 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1063 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1053 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1049 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1055 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1053 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1067 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1047 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1055 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1025 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1017 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1021 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1025 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1019 more) �[0m
           working: cymunk/Chipmunk-Physics/src/cpBBTree.c:27:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]                �[0m
           working:  static inline cpSpatialIndexClass *Klass();                                                                                      �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/Chipmunk-Physics/src/cpBBTree.c:727:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]              �[0m
           working:  static inline cpSpatialIndexClass *Klass(){return &klass;}                                                                       �[0m
           working:                                     ^                                                                                             �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1021 more) �[0m
           working: cymunk/Chipmunk-Physics/src/cpSweep1D.c:24:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]               �[0m
           working:  static inline cpSpatialIndexClass *Klass();                                                                                      �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/Chipmunk-Physics/src/cpSweep1D.c:253:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]             �[0m
           working:  static inline cpSpatialIndexClass *Klass(){return &klass;}                                                                       �[0m
           working:                                     ^                                                                                             �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1019 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1027 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1011 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1017 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1017 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1015 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1025 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1035 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1015 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1021 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 3727 more) �[0m
           working: /home/maho/ndk/crystax-ndk-10.3.2/toolchains/arm-linux-androideaException in thread background thread for pid 24903:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/maho/.local/lib/python2.7/site-packages/sh.py", line 2170, in background_thread
    handle_exit_code(exit_code)
  File "/home/maho/.local/lib/python2.7/site-packages/sh.py", line 1929, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/home/maho/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code
    raise exc
ErrorReturnCode_1: 

  RAN: /usr/bin/python3.5 setup.py build_ext -v

  STDOUT:
Using distutils
running build_ext
building 'cymunk.cymunk' extension
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/cymunk.c -o build/temp.linux-x86_64-3.5/cymunk/cymunk.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
cymunk/cymunk.c:2286:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_100zero(); /* proto */
 ^
cymunk/cymunk.c:2287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_102unit(); /* proto */
 ^
cymunk/cymunk.c:2288:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_104ones(); /* proto */
 ^
cymunk/cymunk.c:19549:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_100zero() {
                  ^
cymunk/cymunk.c:19614:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_102unit() {
                  ^
cymunk/cymunk.c:19679:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_104ones() {
                  ^
cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_6Circle_2unsafe_set_radius':
cymunk/cymunk.c:26882:3: warning: implicit declaration of function 'cpCircleShapeSetRadius' [-Wimplicit-function-declaration]
   cpCircleShapeSetRadius(__pyx_v_self->__pyx_base._shape, __pyx_t_1);
   ^
cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_6Circle_4unsafe_set_offset':
cymunk/cymunk.c:26949:3: warning: implicit declaration of function 'cpCircleShapeSetOffset' [-Wimplicit-function-declaration]
   cpCircleShapeSetOffset(__pyx_v_self->__pyx_base._shape, cpv(__pyx_t_2, __pyx_t_3));
   ^
cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_5Space_8contacts___get__':
cymunk/cymunk.c:35065:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   __pyx_t_3 = __pyx_v_self->_space->arbiters_private;
             ^
cymunk/cymunk.c: In function '__pyx_f_6cymunk_6cymunk_5Space__add_c_collision_handler':
cymunk/cymunk.c:39572:182: warning: passing argument 6 of 'cpSpaceAddCollisionHandler' from incompatible pointer type [-Wincompatible-pointer-types]
   cpSpaceAddCollisionHandler(__pyx_v_self->_space, __pyx_t_1, __pyx_t_2, __pyx_f_6cymunk_6cymunk__call_collision_begin_func, __pyx_f_6cymunk_6cymunk__call_collision_pre_solve_func, __pyx_f_6cymunk_6cymunk__call_collision_post_solve_func, __pyx_f_6cymunk_6cymunk__call_collision_separate_func, ((void *)__pyx_v_self));
                                                                                                                                                                                      ^
In file included from cymunk/chipmunk/chipmunk.h:118:0,
                 from cymunk/cymunk.c:432:
cymunk/chipmunk/cpSpace.h:165:6: note: expected 'cpCollisionPostSolveFunc {aka void (*)(struct cpArbiter *, struct cpSpace *, void *)}' but argument is of type '__pyx_t_6cymunk_6cymunk_bool (*)(cpArbiter *, cpSpace *, void *) {aka int (*)(struct cpArbiter *, struct cpSpace *, void *)}'
 void cpSpaceAddCollisionHandler(
      ^
cymunk/cymunk.c:39572:239: warning: passing argument 7 of 'cpSpaceAddCollisionHandler' from incompatible pointer type [-Wincompatible-pointer-types]
   cpSpaceAddCollisionHandler(__pyx_v_self->_space, __pyx_t_1, __pyx_t_2, __pyx_f_6cymunk_6cymunk__call_collision_begin_func, __pyx_f_6cymunk_6cymunk__call_collision_pre_solve_func, __pyx_f_6cymunk_6cymunk__call_collision_post_solve_func, __pyx_f_6cymunk_6cymunk__call_collision_separate_func, ((void *)__pyx_v_self));
                                                                                                                                                                                                                                               ^
In file included from cymunk/chipmunk/chipmunk.h:118:0,
                 from cymunk/cymunk.c:432:
cymunk/chipmunk/cpSpace.h:165:6: note: expected 'cpCollisionSeparateFunc {aka void (*)(struct cpArbiter *, struct cpSpace *, void *)}' but argument is of type '__pyx_t_6cymunk_6cymunk_bool (*)(cpArbiter *, cpSpace *, void *) {aka int (*)(struct cpArbiter *, struct cpSpace *, void *)}'
 void cpSpaceAddCollisionHandler(
      ^
cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_5Space_60set_default_collision_handler':
cymunk/cymunk.c:40150:157: warning: passing argument 4 of 'cpSpaceSetDefaultCollisionHandler' from incompatible pointer type [-Wincompatible-pointer-types]
   cpSpaceSetDefaultCollisionHandler(__pyx_v_self->_space, __pyx_f_6cymunk_6cymunk__collision_begin_func, __pyx_f_6cymunk_6cymunk__collision_pre_solve_func, __pyx_f_6cymunk_6cymunk__collision_post_solve_func, __pyx_f_6cymunk_6cymunk__collision_seperate_func, ((PyObject *)__pyx_v_self));
                                                                                                                                                             ^
In file included from cymunk/chipmunk/chipmunk.h:118:0,
                 from cymunk/cymunk.c:432:
cymunk/chipmunk/cpSpace.h:154:6: note: expected 'cpCollisionPostSolveFunc {aka void (*)(struct cpArbiter *, struct cpSpace *, void *)}' but argument is of type '__pyx_t_6cymunk_6cymunk_bool (*)(cpArbiter *, cpSpace *, void *) {aka int (*)(struct cpArbiter *, struct cpSpace *, void *)}'
 void cpSpaceSetDefaultCollisionHandler(
      ^
cymunk/cymunk.c:40150:209: warning: passing argument 5 of 'cpSpaceSetDefaultCollisionHandler' from incompatible pointer type [-Wincompatible-pointer-types]
   cpSpaceSetDefaultCollisionHandler(__pyx_v_self->_space, __pyx_f_6cymunk_6cymunk__collision_begin_func, __pyx_f_6cymunk_6cymunk__collision_pre_solve_func, __pyx_f_6cymunk_6cymunk__collision_post_solve_func, __pyx_f_6cymunk_6cymunk__collision_seperate_func, ((PyObject *)__pyx_v_self));
                                                                                                                                                                                                                 ^
In file included from cymunk/chipmunk/chipmunk.h:118:0,
                 from cymunk/cymunk.c:432:
cymunk/chipmunk/cpSpace.h:154:6: note: expected 'cpCollisionSeparateFunc {aka void (*)(struct cpArbiter *, struct cpSpace *, void *)}' but argument is of type '__pyx_t_6cymunk_6cymunk_bool (*)(cpArbiter *, cpSpace *, void *) {aka int (*)(struct cpArbiter *, struct cpSpace *, void *)}'
 void cpSpaceSetDefaultCollisionHandler(
      ^
cymunk/cymunk.c: In function '__pyx_pw_6cymunk_6cymunk_5Shape_9segment_query':
cymunk/cymunk.c:26538:16: warning: '__pyx_v_info' may be used uninitialized in this function [-Wmaybe-uninitialized]
   __pyx_t_6 = (cpShapeSegmentQuery(__pyx_v_self->_shape, cpv(__pyx_t_2, __pyx_t_3), cpv(__pyx_t_4, __pyx_t_5), __pyx_v_info) != 0);
                ^
cymunk/cymunk.c:26502:23: note: '__pyx_v_info' was declared here
   cpSegmentQueryInfo *__pyx_v_info;
                       ^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpatialIndex.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpatialIndex.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceHash.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceHash.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
cymunk/Chipmunk-Physics/src/cpSpaceHash.c:171:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass();
 ^
cymunk/Chipmunk-Physics/src/cpSpaceHash.c:591:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass(){return &klass;}
                                    ^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpPivotJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPivotJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpConstraint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpConstraint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpSlideJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSlideJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpRotaryLimitJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRotaryLimitJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpGrooveJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGrooveJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpGearJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGearJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpRatchetJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRatchetJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpSimpleMotor.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSimpleMotor.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpDampedRotarySpring.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedRotarySpring.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpPinJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPinJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpDampedSpring.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedSpring.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceStep.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceStep.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpArray.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArray.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpArbiter.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArbiter.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpCollision.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpCollision.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpBBTree.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBBTree.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
cymunk/Chipmunk-Physics/src/cpBBTree.c:27:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass();
 ^
cymunk/Chipmunk-Physics/src/cpBBTree.c:727:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass(){return &klass;}
                                    ^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSweep1D.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSweep1D.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
cymunk/Chipmunk-Physics/src/cpSweep1D.c:24:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass();
 ^
cymunk/Chipmunk-Physics/src/cpSweep1D.c:253:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass(){return &klass;}
                                    ^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/chipmunk.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/chipmunk.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceQuery.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceQuery.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpBB.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBB.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpShape.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpShape.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpace.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpace.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpVect.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpVect.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpPolyShape.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpPolyShape.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceComponent.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceComponent.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpBody.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBody.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpHashSet.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpHashSet.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -shared --sysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -lm -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan/armeabi-v7a -L/home/maho/ndk/crystax-ndk-10.3.2/sources/crystax/libs/armeabi-v7a -lcrystax -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan/armeabi-v7a -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/obj/local/armeabi-v7a -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/libs/armeabi-v7a -lpython3.5m -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/cymunk/cymunk.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpatialIndex.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceHash.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPivotJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpConstraint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSlideJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRotaryLimitJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGrooveJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGearJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRatchetJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSimpleMotor.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedRotarySpring.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPinJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedSpring.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceStep.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArray.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArbiter.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpCollision.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBBTree.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSweep1D.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/chipmunk.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceQuery.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBB.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpShape.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpace.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpVect.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpPolyShape.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceComponent.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBody.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpHashSet.o -o build/lib.linux-x86_64-3.5/cymunk/cymunk.cpython-35m-x86_64-linux-gnu.so
/home/maho/ndk/crystax-ndk-10.3.2/toolchains/arm-linux-androideabi-5/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/5.3/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpython3.5m
collect2: error: ld returned 1 exit status
error: command '/usr/bin/ccache' failed with exit status 1


  STDERR:


�[1m[INFO]�[0m:    cymunk first build failed (as expected)
�[1m[INFO]�[0m:    Running cython where appropriate
�[1m[INFO]�[0m:    Cythonize cymunk/cymunk.pyx
�[1m[INFO]�[0m:    �[90m->�[0m running cython ./cymunk/cymunk.pyx�[0m
�[1m[INFO]�[0m:    �[90m->�[0m running python3.5 setup.py build_ext -v�[0m
bi-5/prebuilt/linux-x86_64/bin/../lib/gcc/arm-li...(and 93 more)  �[0m
           working: collect2: error: ld returned 1 exit status                                                                                        �[0m
           working: error: command '/usr/bin/ccache' failed with exit status 1                                                                        �[0m
                                                                                                                                                      
()
�[0m
           working: warning: cymunk/shape.pxi:204:90: local variable 'info' referenced before assignment                                              �[0m
           working: warning: cymunk/shape.pxi:205:58: local variable 'info' referenced before assignment                                              �[0m
           working: warning: cymunk/shape.pxi:205:66: local variable 'info' referenced before assignment                                              �[0m
                                                                                                                                                      
�[0m
           working: Using distutils                                                                                                                   �[0m
           working: running build_ext                                                                                                                 �[0m
           working: building 'cymunk.cymunk' extension                                                                                                �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 973 more)  �[0m
           working: cymunk/cymunk.c:2286:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                     �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_100zero(); /* proto */                                                          �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/cymunk.c:2287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                     �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_102unit(); /* proto */                                                          �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/cymunk.c:2288:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                     �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_104ones(); /* proto */                                                          �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/cymunk.c:19549:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                   �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_100zero() {                                                                     �[0m
           working:                   ^                                                                                                               �[0m
           working: cymunk/cymunk.c:19614:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                   �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_102unit() {                                                                     �[0m
           working:                   ^                                                                                                               �[0m
           working: cymunk/cymunk.c:19679:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]                                   �[0m
           working:  static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_104ones() {                                                                     �[0m
           working:                   ^                                                                                                               �[0m
           working: cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_6Circle_2unsafe_set_radius':                                               �[0m
           working: cymunk/cymunk.c:26882:3: warning: implicit declaration of function 'cpCircleShapeSetRadius' [-Wimplicit-function-declaration]     �[0m
           working:    cpCircleShapeSetRadius(__pyx_v_self->__pyx_base._shape, __pyx_t_1);                                                            �[0m
           working:    ^                                                                                                                              �[0m
           working: cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_6Circle_4unsafe_set_offset':                                               �[0m
           working: cymunk/cymunk.c:26949:3: warning: implicit declaration of function 'cpCircleShapeSetOffset' [-Wimplicit-function-declaration]     �[0m
           working:    cpCircleShapeSetOffset(__pyx_v_self->__pyx_base._shape, cpv(__pyx_t_2, __pyx_t_3));                                            �[0m
           working:    ^                                                                                                                              �[0m
           working: cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_5Space_8contacts___get__':                                                 �[0m
           working: cymunk/cymunk.c:35065:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]                       �[0m
           working:    __pyx_t_3 = __pyx_v_self->_space->arbiters_private;                                                                            �[0m
           working:              ^                                                                                                                    �[0m
           working: cymunk/cymunk.c: In function '__pyx_f_6cymunk_6cymunk_5Space__add_c_collision_handler':                                           �[0m
           working: cymunk/cymunk.c:39572:182: warning: passing argument 6 of 'cpSpaceAddCollisionHandler' from incompatible pointer...(and 36 more)  �[0m
           working:    cpSpaceAddCollisionHandler(__pyx_v_self->_space, __pyx_t_1, __pyx_t_2, __pyx_f_6cymunk_6cymunk__call_collisio...(and 206 more) �[0m
           working:                                                                                                                 ...(and 71 more)  �[0m
           working: In file included from cymunk/chipmunk/chipmunk.h:118:0,                                                                           �[0m
           working:                  from cymunk/cymunk.c:432:                                                                                        �[0m
           working: cymunk/chipmunk/cpSpace.h:165:6: note: expected 'cpCollisionPostSolveFunc {aka void (*)(struct cpArbiter *, stru...(and 174 more) �[0m
           working:  void cpSpaceAddCollisionHandler(                                                                                                 �[0m
           working:       ^                                                                                                                           �[0m
           working: cymunk/cymunk.c:39572:239: warning: passing argument 7 of 'cpSpaceAddCollisionHandler' from incompatible pointer...(and 36 more)  �[0m
           working:    cpSpaceAddCollisionHandler(__pyx_v_self->_space, __pyx_t_1, __pyx_t_2, __pyx_f_6cymunk_6cymunk__call_collisio...(and 206 more) �[0m
           working:                                                                                                                 ...(and 128 more) �[0m
           working: In file included from cymunk/chipmunk/chipmunk.h:118:0,                                                                           �[0m
           working:                  from cymunk/cymunk.c:432:                                                                                        �[0m
           working: cymunk/chipmunk/cpSpace.h:165:6: note: expected 'cpCollisionSeparateFunc {aka void (*)(struct cpArbiter *, struc...(and 173 more) �[0m
           working:  void cpSpaceAddCollisionHandler(                                                                                                 �[0m
           working:       ^                                                                                                                           �[0m
           working: cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_5Space_60set_default_collision_handler':                                   �[0m
           working: cymunk/cymunk.c:40150:157: warning: passing argument 4 of 'cpSpaceSetDefaultCollisionHandler' from incompatible ...(and 43 more)  �[0m
           working:    cpSpaceSetDefaultCollisionHandler(__pyx_v_self->_space, __pyx_f_6cymunk_6cymunk__collision_begin_func, __pyx_...(and 175 more) �[0m
           working:                                                                                                                 ...(and 46 more)  �[0m
           working: In file included from cymunk/chipmunk/chipmunk.h:118:0,                                                                           �[0m
           working:                  from cymunk/cymunk.c:432:                                                                                        �[0m
           working: cymunk/chipmunk/cpSpace.h:154:6: note: expected 'cpCollisionPostSolveFunc {aka void (*)(struct cpArbiter *, stru...(and 174 more) �[0m
           working:  void cpSpaceSetDefaultCollisionHandler(                                                                                          �[0m
           working:       ^                                                                                                                           �[0m
           working: cymunk/cymunk.c:40150:209: warning: passing argument 5 of 'cpSpaceSetDefaultCollisionHandler' from incompatible ...(and 43 more)  �[0m
           working:    cpSpaceSetDefaultCollisionHandler(__pyx_v_self->_space, __pyx_f_6cymunk_6cymunk__collision_begin_func, __pyx_...(and 175 more) �[0m
           working:                                                                                                                 ...(and 98 more)  �[0m
           working: In file included from cymunk/chipmunk/chipmunk.h:118:0,                                                                           �[0m
           working:                  from cymunk/cymunk.c:432:                                                                                        �[0m
           working: cymunk/chipmunk/cpSpace.h:154:6: note: expected 'cpCollisionSeparateFunc {aka void (*)(struct cpArbiter *, struc...(and 173 more) �[0m
           working:  void cpSpaceSetDefaultCollisionHandler(                                                                                          �[0m
           working:       ^                                                                                                                           �[0m
           working: cymunk/cymunk.c: In function '__pyx_pw_6cymunk_6cymunk_5Shape_9segment_query':                                                    �[0m
           working: cymunk/cymunk.c:26538:16: warning: '__pyx_v_info' may be used uninitialized in this function [-Wmaybe-uninitialized]              �[0m
           working:    __pyx_t_6 = (cpShapeSegmentQuery(__pyx_v_self->_shape, cpv(__pyx_t_2, __pyx_t_3), cpv(__pyx_t_4, __pyx_t_5), ...(and 20 more)  �[0m
           working:                 ^                                                                                                                 �[0m
           working: cymunk/cymunk.c:26502:23: note: '__pyx_v_info' was declared here                                                                  �[0m
           working:    cpSegmentQueryInfo *__pyx_v_info;                                                                                              �[0m
           working:                        ^                                                                                                          �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1031 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1025 more) �[0m
           working: cymunk/Chipmunk-Physics/src/cpSpaceHash.c:171:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]            �[0m
           working:  static inline cpSpatialIndexClass *Klass();                                                                                      �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/Chipmunk-Physics/src/cpSpaceHash.c:591:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]           �[0m
           working:  static inline cpSpatialIndexClass *Klass(){return &klass;}                                                                       �[0m
           working:                                     ^                                                                                             �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1051 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1051 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1051 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1063 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1053 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1049 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1055 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1053 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1067 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1047 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1055 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1025 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1017 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1021 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1025 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1019 more) �[0m
           working: cymunk/Chipmunk-Physics/src/cpBBTree.c:27:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]                �[0m
           working:  static inline cpSpatialIndexClass *Klass();                                                                                      �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/Chipmunk-Physics/src/cpBBTree.c:727:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]              �[0m
           working:  static inline cpSpatialIndexClass *Klass(){return &klass;}                                                                       �[0m
           working:                                     ^                                                                                             �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1021 more) �[0m
           working: cymunk/Chipmunk-Physics/src/cpSweep1D.c:24:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]               �[0m
           working:  static inline cpSpatialIndexClass *Klass();                                                                                      �[0m
           working:  ^                                                                                                                                �[0m
           working: cymunk/Chipmunk-Physics/src/cpSweep1D.c:253:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]             �[0m
           working:  static inline cpSpatialIndexClass *Klass(){return &klass;}                                                                       �[0m
           working:                                     ^                                                                                             �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1019 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1027 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1011 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1017 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1017 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1015 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1025 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1035 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1015 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 1021 more) �[0m
           working: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home...(and 3727 more) �[0m
           working: /home/maho/ndk/crystax-ndk-10.3.2/toolchains/arm-linux-androideabi-5/prebuilt/linux-x86_64/bin/../lib/gcc/arm-li...(and 93 more)  �[0m
           working: collect2: error: ld returned 1 exit status                                     Exception in thread background thread for pid 24952:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/maho/.local/lib/python2.7/site-packages/sh.py", line 2170, in background_thread
    handle_exit_code(exit_code)
  File "/home/maho/.local/lib/python2.7/site-packages/sh.py", line 1929, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/home/maho/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code
    raise exc
ErrorReturnCode_1: 

  RAN: /usr/bin/python3.5 setup.py build_ext -v

  STDOUT:
Using distutils
running build_ext
building 'cymunk.cymunk' extension
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/cymunk.c -o build/temp.linux-x86_64-3.5/cymunk/cymunk.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
cymunk/cymunk.c:2286:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_100zero(); /* proto */
 ^
cymunk/cymunk.c:2287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_102unit(); /* proto */
 ^
cymunk/cymunk.c:2288:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_104ones(); /* proto */
 ^
cymunk/cymunk.c:19549:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_100zero() {
                  ^
cymunk/cymunk.c:19614:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_102unit() {
                  ^
cymunk/cymunk.c:19679:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static PyObject *__pyx_pf_6cymunk_6cymunk_5Vec2d_104ones() {
                  ^
cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_6Circle_2unsafe_set_radius':
cymunk/cymunk.c:26882:3: warning: implicit declaration of function 'cpCircleShapeSetRadius' [-Wimplicit-function-declaration]
   cpCircleShapeSetRadius(__pyx_v_self->__pyx_base._shape, __pyx_t_1);
   ^
cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_6Circle_4unsafe_set_offset':
cymunk/cymunk.c:26949:3: warning: implicit declaration of function 'cpCircleShapeSetOffset' [-Wimplicit-function-declaration]
   cpCircleShapeSetOffset(__pyx_v_self->__pyx_base._shape, cpv(__pyx_t_2, __pyx_t_3));
   ^
cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_5Space_8contacts___get__':
cymunk/cymunk.c:35065:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   __pyx_t_3 = __pyx_v_self->_space->arbiters_private;
             ^
cymunk/cymunk.c: In function '__pyx_f_6cymunk_6cymunk_5Space__add_c_collision_handler':
cymunk/cymunk.c:39572:182: warning: passing argument 6 of 'cpSpaceAddCollisionHandler' from incompatible pointer type [-Wincompatible-pointer-types]
   cpSpaceAddCollisionHandler(__pyx_v_self->_space, __pyx_t_1, __pyx_t_2, __pyx_f_6cymunk_6cymunk__call_collision_begin_func, __pyx_f_6cymunk_6cymunk__call_collision_pre_solve_func, __pyx_f_6cymunk_6cymunk__call_collision_post_solve_func, __pyx_f_6cymunk_6cymunk__call_collision_separate_func, ((void *)__pyx_v_self));
                                                                                                                                                                                      ^
In file included from cymunk/chipmunk/chipmunk.h:118:0,
                 from cymunk/cymunk.c:432:
cymunk/chipmunk/cpSpace.h:165:6: note: expected 'cpCollisionPostSolveFunc {aka void (*)(struct cpArbiter *, struct cpSpace *, void *)}' but argument is of type '__pyx_t_6cymunk_6cymunk_bool (*)(cpArbiter *, cpSpace *, void *) {aka int (*)(struct cpArbiter *, struct cpSpace *, void *)}'
 void cpSpaceAddCollisionHandler(
      ^
cymunk/cymunk.c:39572:239: warning: passing argument 7 of 'cpSpaceAddCollisionHandler' from incompatible pointer type [-Wincompatible-pointer-types]
   cpSpaceAddCollisionHandler(__pyx_v_self->_space, __pyx_t_1, __pyx_t_2, __pyx_f_6cymunk_6cymunk__call_collision_begin_func, __pyx_f_6cymunk_6cymunk__call_collision_pre_solve_func, __pyx_f_6cymunk_6cymunk__call_collision_post_solve_func, __pyx_f_6cymunk_6cymunk__call_collision_separate_func, ((void *)__pyx_v_self));
                                                                                                                                                                                                                                               ^
In file included from cymunk/chipmunk/chipmunk.h:118:0,
                 from cymunk/cymunk.c:432:
cymunk/chipmunk/cpSpace.h:165:6: note: expected 'cpCollisionSeparateFunc {aka void (*)(struct cpArbiter *, struct cpSpace *, void *)}' but argument is of type '__pyx_t_6cymunk_6cymunk_bool (*)(cpArbiter *, cpSpace *, void *) {aka int (*)(struct cpArbiter *, struct cpSpace *, void *)}'
 void cpSpaceAddCollisionHandler(
      ^
cymunk/cymunk.c: In function '__pyx_pf_6cymunk_6cymunk_5Space_60set_default_collision_handler':
cymunk/cymunk.c:40150:157: warning: passing argument 4 of 'cpSpaceSetDefaultCollisionHandler' from incompatible pointer type [-Wincompatible-pointer-types]
   cpSpaceSetDefaultCollisionHandler(__pyx_v_self->_space, __pyx_f_6cymunk_6cymunk__collision_begin_func, __pyx_f_6cymunk_6cymunk__collision_pre_solve_func, __pyx_f_6cymunk_6cymunk__collision_post_solve_func, __pyx_f_6cymunk_6cymunk__collision_seperate_func, ((PyObject *)__pyx_v_self));
                                                                                                                                                             ^
In file included from cymunk/chipmunk/chipmunk.h:118:0,
                 from cymunk/cymunk.c:432:
cymunk/chipmunk/cpSpace.h:154:6: note: expected 'cpCollisionPostSolveFunc {aka void (*)(struct cpArbiter *, struct cpSpace *, void *)}' but argument is of type '__pyx_t_6cymunk_6cymunk_bool (*)(cpArbiter *, cpSpace *, void *) {aka int (*)(struct cpArbiter *, struct cpSpace *, void *)}'
 void cpSpaceSetDefaultCollisionHandler(
      ^
cymunk/cymunk.c:40150:209: warning: passing argument 5 of 'cpSpaceSetDefaultCollisionHandler' from incompatible pointer type [-Wincompatible-pointer-types]
   cpSpaceSetDefaultCollisionHandler(__pyx_v_self->_space, __pyx_f_6cymunk_6cymunk__collision_begin_func, __pyx_f_6cymunk_6cymunk__collision_pre_solve_func, __pyx_f_6cymunk_6cymunk__collision_post_solve_func, __pyx_f_6cymunk_6cymunk__collision_seperate_func, ((PyObject *)__pyx_v_self));
                                                                                                                                                                                                                 ^
In file included from cymunk/chipmunk/chipmunk.h:118:0,
                 from cymunk/cymunk.c:432:
cymunk/chipmunk/cpSpace.h:154:6: note: expected 'cpCollisionSeparateFunc {aka void (*)(struct cpArbiter *, struct cpSpace *, void *)}' but argument is of type '__pyx_t_6cymunk_6cymunk_bool (*)(cpArbiter *, cpSpace *, void *) {aka int (*)(struct cpArbiter *, struct cpSpace *, void *)}'
 void cpSpaceSetDefaultCollisionHandler(
      ^
cymunk/cymunk.c: In function '__pyx_pw_6cymunk_6cymunk_5Shape_9segment_query':
cymunk/cymunk.c:26538:16: warning: '__pyx_v_info' may be used uninitialized in this function [-Wmaybe-uninitialized]
   __pyx_t_6 = (cpShapeSegmentQuery(__pyx_v_self->_shape, cpv(__pyx_t_2, __pyx_t_3), cpv(__pyx_t_4, __pyx_t_5), __pyx_v_info) != 0);
                ^
cymunk/cymunk.c:26502:23: note: '__pyx_v_info' was declared here
   cpSegmentQueryInfo *__pyx_v_info;
                       ^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpatialIndex.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpatialIndex.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceHash.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceHash.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
cymunk/Chipmunk-Physics/src/cpSpaceHash.c:171:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass();
 ^
cymunk/Chipmunk-Physics/src/cpSpaceHash.c:591:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass(){return &klass;}
                                    ^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpPivotJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPivotJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpConstraint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpConstraint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpSlideJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSlideJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpRotaryLimitJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRotaryLimitJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpGrooveJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGrooveJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpGearJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGearJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpRatchetJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRatchetJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpSimpleMotor.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSimpleMotor.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpDampedRotarySpring.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedRotarySpring.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpPinJoint.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPinJoint.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/constraints/cpDampedSpring.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedSpring.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceStep.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceStep.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpArray.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArray.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpArbiter.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArbiter.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpCollision.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpCollision.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpBBTree.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBBTree.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
cymunk/Chipmunk-Physics/src/cpBBTree.c:27:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass();
 ^
cymunk/Chipmunk-Physics/src/cpBBTree.c:727:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass(){return &klass;}
                                    ^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSweep1D.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSweep1D.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
cymunk/Chipmunk-Physics/src/cpSweep1D.c:24:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass();
 ^
cymunk/Chipmunk-Physics/src/cpSweep1D.c:253:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 static inline cpSpatialIndexClass *Klass(){return &klass;}
                                    ^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/chipmunk.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/chipmunk.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceQuery.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceQuery.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpBB.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBB.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpShape.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpShape.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpace.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpace.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpVect.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpVect.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpPolyShape.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpPolyShape.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceComponent.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceComponent.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpBody.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBody.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpHashSet.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpHashSet.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -shared --sysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -lm -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan/armeabi-v7a -L/home/maho/ndk/crystax-ndk-10.3.2/sources/crystax/libs/armeabi-v7a -lcrystax -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan/armeabi-v7a -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/obj/local/armeabi-v7a -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/libs/armeabi-v7a -lpython3.5m -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/cymunk/cymunk.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpatialIndex.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceHash.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPivotJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpConstraint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSlideJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRotaryLimitJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGrooveJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGearJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRatchetJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSimpleMotor.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedRotarySpring.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPinJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedSpring.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceStep.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArray.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArbiter.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpCollision.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBBTree.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSweep1D.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/chipmunk.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceQuery.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBB.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpShape.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpace.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpVect.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpPolyShape.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceComponent.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBody.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpHashSet.o -o build/lib.linux-x86_64-3.5/cymunk/cymunk.cpython-35m-x86_64-linux-gnu.so
/home/maho/ndk/crystax-ndk-10.3.2/toolchains/arm-linux-androideabi-5/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/5.3/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpython3.5m
collect2: error: ld returned 1 exit status
error: command '/usr/bin/ccache' failed with exit status 1


  STDERR:


�[1m[INFO]�[0m:    STDOUT (last 20 lines of 126):
�[33m	cymunk/Chipmunk-Physics/src/cpSweep1D.c:24:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]	
 static inline cpSpatialIndexClass *Klass();	
 ^	
cymunk/Chipmunk-Physics/src/cpSweep1D.c:253:36: warning: function declaration isn't a prototype [-Wstrict-prototypes]	
 static inline cpSpatialIndexClass *Klass(){return &klass;}	
                                    ^	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/chipmunk.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/chipmunk.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceQuery.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceQuery.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpBB.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBB.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpShape.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpShape.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpace.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpace.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpVect.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpVect.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpPolyShape.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpPolyShape.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpSpaceComponent.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceComponent.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpBody.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBody.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icymunk/Chipmunk-Physics/include -Icymunk/Chipmunk-Physics/include/chipmunk -I/usr/include/python3.5m -c cymunk/Chipmunk-Physics/src/cpHashSet.c -o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpHashSet.o -std=c99 -ffast-math -fPIC -DCHIPMUNK_FFI	
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -shared --sysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -lm -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan/armeabi-v7a -L/home/maho/ndk/crystax-ndk-10.3.2/sources/crystax/libs/armeabi-v7a -lcrystax -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan/armeabi-v7a -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/libs_collections/alcan -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/obj/local/armeabi-v7a -L/home/maho/workspace/alcan/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python3crystax/libs/armeabi-v7a -lpython3.5m -I/home/maho/ndk/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /home/maho/ndk/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/home/maho/workspace/alcan/.buildozer/android/platform/build/build/python-installs/alcan/include/python3.5 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/cymunk/cymunk.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpatialIndex.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceHash.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPivotJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpConstraint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSlideJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRotaryLimitJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGrooveJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpGearJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpRatchetJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpSimpleMotor.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedRotarySpring.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpPinJoint.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/constraints/cpDampedSpring.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceStep.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArray.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpArbiter.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpCollision.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBBTree.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSweep1D.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/chipmunk.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceQuery.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBB.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpShape.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpace.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpVect.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpPolyShape.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpSpaceComponent.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpBody.o build/temp.linux-x86_64-3.5/cymunk/Chipmunk-Physics/src/cpHashSet.o -o build/lib.linux-x86_64-3.5/cymunk/cymunk.cpython-35m-x86_64-linux-gnu.so	
/home/maho/ndk/crystax-ndk-10.3.2/toolchains/arm-linux-androideabi-5/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/5.3/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpython3.5m	
collect2: error: ld returned 1 exit status	
error: command '/usr/bin/ccache' failed with exit status 1�[39m
�[1m[INFO]�[0m:    STDERR:
�[31m	�[39m
�[1m[INFO]�[0m:    �[33mCOMMAND:�[39m
cd /home/maho/workspace/alcan/.buildozer/android/platform/build/build/other_builds/cymunk-python3crystax/armeabi-v7a/cymunk && /usr/bin/python3.5 setup.py build_ext -v

�[1m�[31m[WARNING]�[39m�[0m: �[31mERROR: /usr/bin/python3.5 failed!�[39m
                                                   �[0m
           working: error: command '/usr/bin/ccache' failed with exit status 1                                                                        �[0m
                                                                                                                                                      
# Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=alcan --bootstrap=sdl2 --requirements=python3crystax,kivy,cymunk --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/maho/workspace/alcan/.buildozer/android/platform/build
# 
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
@KeyWeeUsr KeyWeeUsr changed the title cython build fail Cymunk build fail on python3crystax Nov 29, 2017
@maho
Copy link
Contributor Author

maho commented Dec 4, 2017

note, that if I set requirements to requirements=python3crystax,kivy, run buildozer, next set requirements=python3crystax,kivy,cymunk, then it builds successsfully.

@AndreMiras
Copy link
Member

Could you please give it another try on master since #793 was merged?

@maho
Copy link
Contributor Author

maho commented Aug 10, 2018

Sorry for delay - holidays.

Just gave another try on master and it works now, so I think this issue/pull request is no longer needed.

@maho maho closed this as completed Aug 10, 2018
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

2 participants