Created
July 28, 2018 11:53
-
-
Save Eskatrem/eeaf07a35df95cdefd5933821311d4ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
samuel@samuel-XPS-13-9360:~/code/memory-game$ buildozer android clean | |
# Check configuration tokens | |
# Ensure build layout | |
# Check configuration tokens | |
# Run '/usr/bin/python -m pythonforandroid.toolchain clean_builds --color=always --storage-dir=/home/samuel/code/memory-game/.buildozer/android/platform/build' | |
# Cwd /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
# Run '/usr/bin/python -m pythonforandroid.toolchain clean_dists --color=always --storage-dir=/home/samuel/code/memory-game/.buildozer/android/platform/build' | |
# Cwd /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
samuel@samuel-XPS-13-9360:~/code/memory-game$ buildozer android debug deploy run | |
# 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/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 'pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10,<1.12.5" "jinja2" "six"' | |
# Cwd None | |
You are using pip version 10.0.1, however version 18.0 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
# Apache ANT found at /home/samuel/.buildozer/android/platform/apache-ant-1.9.4 | |
# Android SDK found at /home/samuel/.buildozer/android/platform/android-sdk-20 | |
# Android NDK found at /home/samuel/.buildozer/android/platform/android-ndk-r9c | |
# Check application requirements | |
# Check garden requirements | |
# Compile platform | |
# Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy,hostpython2 --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/samuel/code/memory-game/.buildozer/android/platform/build' | |
# Cwd /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Will compile for the following archs: armeabi-v7a | |
[INFO]: Found Android API target in $ANDROIDAPI | |
[INFO]: Available Android APIs are (19) | |
[INFO]: Requested API target 19 is available, continuing. | |
[INFO]: Found NDK dir in $ANDROIDNDK | |
[INFO]: Got NDK version from $ANDROIDNDKVER | |
[INFO]: Using Google NDK r9c | |
[INFO]: Found virtualenv at /usr/local/bin/virtualenv | |
[INFO]: Found the following toolchain versions: ['4.6', '4.8', 'clang3.3'] | |
[INFO]: Picking the latest gcc toolchain, here 4.8 | |
[INFO]: No existing dists meet the given requirements! | |
[INFO]: No dist exists that meets your requirements, so one will be built. | |
[INFO]: Found multiple valid dependency orders: | |
[INFO]: ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', u'kivy'] | |
[INFO]: [u'hostpython2', 'hostpython3crystax', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python3crystax', 'sdl2', 'six', 'pyjnius', u'kivy'] | |
[INFO]: ['hostpython2', 'pygame_bootstrap_components', 'python2', 'sdl', 'six', 'pygame', 'pyjnius', u'kivy'] | |
[INFO]: Using the first of these: ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', u'kivy'] | |
[INFO]: The selected bootstrap is sdl2_gradle | |
[INFO]: # Creating dist with sdl2_gradle bootstrap | |
[INFO]: Dist will have name myapp and recipes (kivy, hostpython2) | |
[INFO]: Dist will also contain modules () installed from pip | |
[INFO]: -> running cp -r /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain/pythonforandroid/bootstraps/s...(and 116 more) | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2 | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Recipe build order is ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', u'kivy'] | |
[INFO]: # Downloading recipes | |
[INFO]: Downloading hostpython2 | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/hostpython2 | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/hostpython2 | |
[INFO]: -> running basename https://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
[INFO]: hostpython2 download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Downloading sdl2_image | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_image | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_image | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz | |
[INFO]: sdl2_image download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Downloading sdl2_mixer | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_mixer | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_mixer | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz | |
[INFO]: sdl2_mixer download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Downloading sdl2_ttf | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_ttf | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_ttf | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz | |
[INFO]: sdl2_ttf download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Downloading python2 | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/python2 | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/python2 | |
[INFO]: -> running basename https://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
[INFO]: python2 download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Downloading sdl2 | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2 | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2 | |
[INFO]: -> running basename https://www.libsdl.org/release/SDL2-2.0.4.tar.gz | |
[INFO]: sdl2 download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Downloading six | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/six | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/six | |
[INFO]: -> running basename https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz | |
[INFO]: six download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Downloading pyjnius | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/pyjnius | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/pyjnius | |
[INFO]: -> running basename https://github.com/kivy/pyjnius/archive/master.zip | |
[INFO]: pyjnius download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Downloading kivy | |
[INFO]: -> running mkdir -p /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/kivy | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/kivy | |
[INFO]: -> running basename https://github.com/kivy/kivy/archive/1.10.0.zip | |
working: 1.10.0.zip [INFO]: kivy download already cached, skipping | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: # Building all recipes for arch armeabi-v7a | |
[INFO]: # Unpacking recipes | |
[INFO]: Unpacking hostpython2 for armeabi-v7a | |
[INFO]: -> running basename https://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop | |
[INFO]: -> running tar tf /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/hostpython2/Python-2.7.2.tar.bz2 | |
[INFO]: -> running mv Python-2.7.2 /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2 | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Unpacking sdl2_image for armeabi-v7a | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni | |
[INFO]: -> running tar tf /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_image/SDL2_image-2.0.1.tar.gz | |
working: SDL2_image-2.0.1/acinclude/pkg.m4 [INFO]: -> running mv SDL2_image-2.0.1 /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_image | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Unpacking sdl2_mixer for armeabi-v7a | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni | |
[INFO]: -> running tar tf /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_mixer/SDL2_mixer-2.0.1.tar.gz | |
working: SDL2_mixer-2.0.1/acinclude/sdl2.m4 [INFO]: -> running mv SDL2_mixer-2.0.1 /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_mixer | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Unpacking sdl2_ttf for armeabi-v7a | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni | |
[INFO]: -> running tar tf /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2_ttf/SDL2_ttf-2.0.14.tar.gz | |
working: SDL2_ttf-2.0.14/acinclude/ltsugar.m4 [INFO]: -> running mv SDL2_ttf-2.0.14 /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_ttf | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Unpacking python2 for armeabi-v7a | |
[INFO]: -> running basename https://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
working: Python-2.7.2.tar.bz2 [INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a | |
[INFO]: -> running tar tf /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/python2/Python-2.7.2.tar.bz2 | |
[INFO]: -> running mv Python-2.7.2 /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Unpacking sdl2 for armeabi-v7a | |
[INFO]: -> running basename https://www.libsdl.org/release/SDL2-2.0.4.tar.gz | |
working: SDL2-2.0.4.tar.gz [INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni | |
[INFO]: -> running tar tf /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/sdl2/SDL2-2.0.4.tar.gz | |
working: SDL2-2.0.4/acinclude/ltsugar.m4 [INFO]: -> running mv SDL2-2.0.4 /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Unpacking six for armeabi-v7a | |
[INFO]: -> running basename https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a | |
[INFO]: -> running tar tf /home/samuel/code/memory-game/.buildozer/android/platform/build/packages/six/six-1.9.0.tar.gz | |
working: six-1[INFO]: -> running mv six-1.9.0 /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a/six | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Unpacking pyjnius for armeabi-v7a | |
[INFO]: -> running basename https://github.com/kivy/pyjnius/archive/master.zip | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a | |
[INFO]: -> running mv pyjnius-master /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Unpacking kivy for armeabi-v7a | |
[INFO]: -> running basename https://github.com/kivy/kivy/archive/1.10.0.zip | |
working: 1.10.0.zip [INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a | |
[INFO]: -> running mv kivy-1.10.0 /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: # Prebuilding recipes | |
[INFO]: Prebuilding hostpython2 for armeabi-v7a | |
[INFO]: -> running cp /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain/pythonforandroid/recipes/hostpyt...(and 139 more) | |
[INFO]: Prebuilding sdl2_image for armeabi-v7a | |
[INFO]: sdl2_image has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for sdl2_image[armeabi-v7a] | |
[INFO]: Applying patch toggle_jpg_png_webp.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL...(and 167 more) | |
[INFO]: Applying patch extra_cflags.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL...(and 160 more) | |
[INFO]: Applying patch fix_with_ndk_15_plus.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL...(and 168 more) | |
working: patching file Android.mk [INFO]: -> running touch /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_image/.patched | |
[INFO]: Prebuilding sdl2_mixer for armeabi-v7a | |
[INFO]: sdl2_mixer has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for sdl2_mixer[armeabi-v7a] | |
[INFO]: Applying patch toggle_modplug_mikmod_smpeg_ogg.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL...(and 179 more) | |
[INFO]: -> running touch /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_mixer/.patched | |
[INFO]: Prebuilding sdl2_ttf for armeabi-v7a | |
[INFO]: sdl2_ttf has no prebuild_armeabi_v7a, skipping | |
[INFO]: Prebuilding python2 for armeabi-v7a | |
[INFO]: python2 has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for python2[armeabi-v7a] | |
[INFO]: Applying patch patches/Python-2.7.2-xcompile.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 163 more) | |
working: patching f[INFO]: Applying patch patches/Python-2.7.2-ctypes-disable-wchar.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 175 more) | |
working: patching file Modules/_ctypes/callproc.c [INFO]: Applying patch patches/disable-modules.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 157 more) | |
[INFO]: Applying patch patches/fix-locale.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 152 more) | |
working: patching file Modules/posixmodule.c [INFO]: Applying patch patches/fix-gethostbyaddr.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 159 more) | |
working: patching file Modu[INFO]: Applying patch patches/fix-setup-flags.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 157 more) | |
[INFO]: Applying patch patches/fix-filesystemdefaultencoding.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 171 more) | |
[INFO]: Applying patch patches/fix-termios.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 153 more) | |
[INFO]: Applying patch patches/custom-loader.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 155 more) | |
[INFO]: Applying patch patches/verbose-compilation.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 161 more) | |
working: patching file Makefile.pre.in [INFO]: Applying patch patches/fix-remove-corefoundation.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 167 more) | |
[INFO]: Applying patch patches/fix-dynamic-lookup.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 160 more) | |
[INFO]: Applying patch patches/fix-dlfcn.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 151 more) | |
working: patching file Lib/plat[INFO]: Applying patch patches/parsetuple.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 152 more) | |
[INFO]: Applying patch patches/ctypes-find-library-updated.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1...(and 169 more) | |
[INFO]: -> running touch /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/.patched | |
[INFO]: Prebuilding sdl2 for armeabi-v7a | |
[INFO]: sdl2 has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for sdl2[armeabi-v7a] | |
[INFO]: Applying patch add_nativeSetEnv.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL...(and 151 more) | |
[INFO]: -> running touch /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL/.patched | |
[INFO]: Prebuilding six for armeabi-v7a | |
[INFO]: six has no prebuild_armeabi_v7a, skipping | |
[INFO]: Prebuilding pyjnius for armeabi-v7a | |
[INFO]: pyjnius has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for pyjnius[armeabi-v7a] | |
[INFO]: Applying patch sdl2_jnienv_getter.patch | |
[INFO]: -> running patch -t -d /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7...(and 165 more) | |
[INFO]: -> running touch /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius/.patched | |
[INFO]: Prebuilding kivy for armeabi-v7a | |
[INFO]: kivy has no prebuild_armeabi_v7a, skipping | |
[INFO]: # Building recipes | |
[INFO]: Building hostpython2 for armeabi-v7a | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2 | |
[INFO]: -> running configure | |
working: config.status: creating Modules/ld_so_aix [INFO]: -> running make -j5 | |
[INFO]: -> running mv Parser/pgen hostpgen | |
[INFO]: -> running mv python hostpython | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Building sdl2_image for armeabi-v7a | |
[INFO]: Building sdl2_mixer for armeabi-v7a | |
[INFO]: Building sdl2_ttf for armeabi-v7a | |
[INFO]: Building python2 for armeabi-v7a | |
[INFO]: -> running cp /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/hostpyth...(and 113 more) | |
[INFO]: -> running cp /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/hostpgen...(and 111 more) | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 | |
[INFO]: -> running cp /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain/pythonforandroid/recipes/hostpython2/Setup Modules | |
[INFO]: -> running gcc -dumpmachine | |
[INFO]: -> running configure --host=arm-eabi --build=x86_64-linux-gnu --prefix=/home/samuel/code/memory-game/.buildozer/android/platform/build/bu...(and 118 more) | |
[INFO]: -> running make -j5 install HOSTPYTHON=/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi...(and 206 more) | |
First install (expected to fail... | |
working: /usr/bin/install -c -m 644 ./Include/warnings.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pythException in thread background thread for pid 10334: | |
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/samuel/.local/lib/python2.7/site-packages/sh.py", line 2170, in background_thread | |
handle_exit_code(exit_code) | |
File "/home/samuel/.local/lib/python2.7/site-packages/sh.py", line 1929, in fn | |
return self.command.handle_command_exit_code(exit_code) | |
File "/home/samuel/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code | |
raise exc | |
ErrorReturnCode_2: | |
RAN: /usr/bin/make -j5 install HOSTPYTHON=/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/hostpython HOSTPGEN=/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/hostpython CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so | |
STDOUT: | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c | |
Parser/parsetok.c: In function 'parsetok': | |
Parser/parsetok.c:134:43: warning: variable 'handling_with' set but not used [-Wunused-but-set-variable] | |
int started = 0, handling_import = 0, handling_with = 0; | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c | |
Parser/pgen.c: In function 'compile_atom': | |
Parser/pgen.c:282:9: warning: variable 'i' set but not used [-Wunused-but-set-variable] | |
int i; | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c | |
Objects/bufferobject.c: In function 'buffer_repr': | |
Objects/bufferobject.c:296:36: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
self); | |
^ | |
Objects/bufferobject.c:304:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
self); | |
^ | |
Objects/bufferobject.c:304:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c | |
Objects/bytearrayobject.c: In function 'bytearray_ass_subscript': | |
Objects/bytearrayobject.c:735:30: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
needed, slicelen); | |
^ | |
Objects/bytearrayobject.c:735:30: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
Objects/bytearrayobject.c: In function 'bytearray_fromhex': | |
Objects/bytearrayobject.c:2716:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
"fromhex() arg at position %zd", i); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c | |
Objects/exceptions.c: In function 'UnicodeEncodeError_str': | |
Objects/exceptions.c:1670:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
PyString_AS_STRING(reason_str)); | |
^ | |
Objects/exceptions.c:1678:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
PyString_AS_STRING(reason_str)); | |
^ | |
Objects/exceptions.c:1678:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'long int' [-Wformat=] | |
Objects/exceptions.c: In function 'UnicodeDecodeError_str': | |
Objects/exceptions.c:1751:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
PyString_AS_STRING(reason_str)); | |
^ | |
Objects/exceptions.c:1759:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
PyString_AS_STRING(reason_str)); | |
^ | |
Objects/exceptions.c:1759:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'long int' [-Wformat=] | |
Objects/exceptions.c: In function 'UnicodeTranslateError_str': | |
Objects/exceptions.c:1848:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
PyString_AS_STRING(reason_str)); | |
^ | |
Objects/exceptions.c:1854:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type 'Py_ssize_t' [-Wformat=] | |
PyString_AS_STRING(reason_str)); | |
^ | |
Objects/exceptions.c:1854:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'long int' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c | |
Objects/funcobject.c: In function 'func_set_code': | |
Objects/funcobject.c:258:22: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
nclosure, nfree); | |
^ | |
Objects/funcobject.c:258:22: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
Objects/funcobject.c: In function 'func_new': | |
Objects/funcobject.c:413:29: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
nfree, nclosure); | |
^ | |
Objects/funcobject.c:413:29: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c | |
Objects/listobject.c: In function 'list_ass_subscript': | |
Objects/listobject.c:2713:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
slicelength); | |
^ | |
Objects/listobject.c:2713:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c | |
Objects/methodobject.c: In function 'PyCFunction_Call': | |
Objects/methodobject.c:93:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
f->m_ml->ml_name, size); | |
^ | |
Objects/methodobject.c:104:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
f->m_ml->ml_name, size); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c | |
Objects/dictobject.c: In function 'insertdict': | |
Objects/dictobject.c:517:28: warning: typedef 'lookupfunc' locally defined but not used [-Wunused-local-typedefs] | |
typedef PyDictEntry *(*lookupfunc)(PyDictObject *, PyObject *, long); | |
^ | |
Objects/dictobject.c: In function 'PyDict_MergeFromSeq2': | |
Objects/dictobject.c:1474:21: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
i); | |
^ | |
Objects/dictobject.c:1482:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
i, n); | |
^ | |
Objects/dictobject.c:1482:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c | |
Objects/setobject.c: In function 'set_insert_key': | |
Objects/setobject.c:215:25: warning: typedef 'lookupfunc' locally defined but not used [-Wunused-local-typedefs] | |
typedef setentry *(*lookupfunc)(PySetObject *, PyObject *, long); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c | |
Objects/stringobject.c: In function 'PyString_FromFormatV': | |
Objects/stringobject.c:331:25: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
va_arg(vargs, Py_ssize_t)); | |
^ | |
Objects/stringobject.c: In function 'string_join': | |
Objects/stringobject.c:1626:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
i, Py_TYPE(item)->tp_name); | |
^ | |
Objects/stringobject.c: In function 'PyString_Format': | |
Objects/stringobject.c:4551:32: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'long int' [-Wformat=] | |
PyString_AsString(format))); | |
^ | |
Objects/stringobject.c: In function '_Py_ReleaseInternedStrings': | |
Objects/stringobject.c:4797:9: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
n); | |
^ | |
Objects/stringobject.c:4819:21: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
"mortal/immortal\n", mortal_size, immortal_size); | |
^ | |
Objects/stringobject.c:4819:21: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c | |
Objects/typeobject.c: In function 'check_num_args': | |
Objects/typeobject.c:4166:9: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
"expected %d arguments, got %zd", n, PyTuple_GET_SIZE(ob)); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c | |
Objects/structseq.c: In function 'structseq_new': | |
Objects/structseq.c:179:34: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
type->tp_name, min_len, len); | |
^ | |
Objects/structseq.c:179:34: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
Objects/structseq.c:187:34: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
type->tp_name, max_len, len); | |
^ | |
Objects/structseq.c:187:34: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
Objects/structseq.c:196:34: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
type->tp_name, min_len, len); | |
^ | |
Objects/structseq.c:196:34: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c | |
Python/Python-ast.c: In function 'ast_type_init': | |
Python/Python-ast.c:408:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
numfields, numfields == 1 ? "" : "s"); | |
^ | |
Objects/unicodeobject.c: In function 'unicode_decode_call_errorhandler': | |
Objects/unicodeobject.c:1449:9: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
PyErr_Format(PyExc_IndexError, "position %zd from error handler out of bounds", newpos); | |
^ | |
Objects/unicodeobject.c: In function 'unicode_encode_call_errorhandler': | |
Objects/unicodeobject.c:3555:9: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
PyErr_Format(PyExc_IndexError, "position %zd from error handler out of bounds", *newpos); | |
^ | |
Objects/unicodeobject.c: In function 'unicode_translate_call_errorhandler': | |
Objects/unicodeobject.c:4829:9: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
PyErr_Format(PyExc_IndexError, "position %zd from error handler out of bounds", *newpos); | |
^ | |
Objects/unicodeobject.c: In function 'PyUnicodeUCS2_Join': | |
Objects/unicodeobject.c:5620:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
i, Py_TYPE(item)->tp_name); | |
^ | |
Objects/unicodeobject.c: In function 'PyUnicodeUCS2_Format': | |
Objects/unicodeobject.c:8588:43: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'long int' [-Wformat=] | |
PyUnicode_AS_UNICODE(uformat))); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c | |
Python/_warnings.c: In function 'get_filter': | |
Python/_warnings.c:134:26: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
MODULE_NAME ".filters item %zd isn't a 5-tuple", i); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c | |
Python/bltinmodule.c: In function 'builtin_ord': | |
Python/bltinmodule.c:1533:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
size); | |
^ | |
Python/bltinmodule.c: In function 'builtin_zip': | |
Python/bltinmodule.c:2529:21: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'long int' [-Wformat=] | |
i+1); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c | |
Python/getargs.c: In function 'PyArg_UnpackTuple': | |
Python/getargs.c:1850:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
name, (min == max ? "" : "at least "), min, l); | |
^ | |
Python/getargs.c:1850:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=] | |
Python/getargs.c:1856:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
(min == max ? "" : "at least "), min, l); | |
^ | |
Python/getargs.c:1856:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
Python/getargs.c:1865:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
name, (min == max ? "" : "at most "), max, l); | |
^ | |
Python/getargs.c:1865:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=] | |
Python/getargs.c:1871:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
(min == max ? "" : "at most "), max, l); | |
^ | |
Python/getargs.c:1871:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux4"' -o Python/getplatform.o ./Python/getplatform.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c | |
Python/pyarena.c: In function 'PyArena_Free': | |
Python/pyarena.c:162:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] | |
int r; | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux4:lib-tk:lib-old"' \ | |
-DPREFIX='"/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install"' \ | |
-DEXEC_PREFIX='"/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install"' \ | |
-DVERSION='"2.7"' \ | |
-DVPATH='""' \ | |
-o Modules/getpath.o ./Modules/getpath.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c | |
Python/dynload_shlib.c: In function '_PyImport_GetDynLoadFunc': | |
Python/dynload_shlib.c:79:33: warning: initialization makes pointer from integer without a cast [enabled by default] | |
static void *libpymodules = -1; | |
^ | |
Python/dynload_shlib.c:83:22: warning: comparison between pointer and integer [enabled by default] | |
if (libpymodules == -1) { | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o | |
In file included from Python/thread.c:121:0: | |
Python/thread_pthread.h: In function 'PyThread_free_lock': | |
Python/thread_pthread.h:392:17: warning: variable 'error' set but not used [-Wunused-but-set-variable] | |
int status, error = 0; | |
^ | |
Python/thread_pthread.h: In function 'PyThread_release_lock': | |
Python/thread_pthread.h:443:17: warning: variable 'error' set but not used [-Wunused-but-set-variable] | |
int status, error = 0; | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o | |
./Modules/threadmodule.c: In function 'thread_stack_size': | |
./Modules/threadmodule.c:815:22: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
new_size); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o | |
Modules/gcmodule.c: In function 'collect': | |
Modules/gcmodule.c:845:31: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type 'Py_ssize_t' [-Wformat=] | |
gc_list_size(GEN_HEAD(i))); | |
^ | |
Modules/gcmodule.c:950:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type 'Py_ssize_t' [-Wformat=] | |
n+m, n); | |
^ | |
Modules/gcmodule.c:950:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/arraymodule.c -o Modules/arraymodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/cmathmodule.c -o Modules/cmathmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/mathmodule.c -o Modules/mathmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_struct.c -o Modules/_struct.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/timemodule.c -o Modules/timemodule.o | |
./Modules/arraymodule.c: In function 'array_ass_subscr': | |
./Modules/arraymodule.c:1836:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
needed, slicelength); | |
^ | |
./Modules/arraymodule.c:1836:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/operator.c -o Modules/operator.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_randommodule.c -o Modules/_randommodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o | |
./Modules/_struct.c: In function '_range_error': | |
./Modules/_struct.c:323:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
largest); | |
^ | |
./Modules/_struct.c:323:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=] | |
./Modules/_struct.c: In function 's_unpack': | |
./Modules/_struct.c:1469:9: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
soself->s_size); | |
^ | |
./Modules/_struct.c: In function 's_unpack_from': | |
./Modules/_struct.c:1512:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
soself->s_size); | |
^ | |
./Modules/_struct.c: In function 's_pack': | |
./Modules/_struct.c:1606:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
"pack requires exactly %zd arguments", soself->s_len); | |
^ | |
./Modules/_struct.c: In function 's_pack_into': | |
./Modules/_struct.c:1647:22: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'long int' [-Wformat=] | |
(soself->s_len + 2)); | |
^ | |
./Modules/_struct.c:1671:22: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
soself->s_size); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/stropmodule.c -o Modules/stropmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o | |
./Modules/itertoolsmodule.c: In function 'count_repr': | |
./Modules/itertoolsmodule.c:3357:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type 'Py_ssize_t' [-Wformat=] | |
return PyString_FromFormat("count(%zd)", lz->cnt); | |
^ | |
./Modules/itertoolsmodule.c: In function 'izip_new': | |
./Modules/itertoolsmodule.c:3490:21: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'long int' [-Wformat=] | |
i+1); | |
^ | |
./Modules/itertoolsmodule.c: In function 'repeat_repr': | |
./Modules/itertoolsmodule.c:3710:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
PyString_AS_STRING(objrepr), ro->cnt); | |
^ | |
./Modules/itertoolsmodule.c: In function 'izip_longest_new': | |
./Modules/itertoolsmodule.c:3829:21: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'long int' [-Wformat=] | |
i+1); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI -c ./Modules/_elementtree.c -o Modules/_elementtree.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/datetimemodule.c -o Modules/datetimemodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_bisectmodule.c -o Modules/_bisectmodule.o | |
./Modules/_collectionsmodule.c: In function 'deque_clearmethod': | |
./Modules/_collectionsmodule.c:707:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable] | |
int rv; | |
^ | |
./Modules/_collectionsmodule.c: In function 'deque_repr': | |
./Modules/_collectionsmodule.c:817:33: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type 'Py_ssize_t' [-Wformat=] | |
((dequeobject *)deque)->maxlen); | |
^ | |
./Modules/_collectionsmodule.c: In function 'deque_tp_print': | |
./Modules/_collectionsmodule.c:879:9: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
fprintf(fp, "], maxlen=%" PY_FORMAT_SIZE_T "d)", ((dequeobject *)deque)->maxlen); | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/fcntlmodule.c -o Modules/fcntlmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/selectmodule.c -o Modules/selectmodule.o | |
./Modules/_elementtree.c: In function 'element_ass_subscr': | |
./Modules/_elementtree.c:1377:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=] | |
); | |
^ | |
./Modules/_elementtree.c:1377:17: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'Py_ssize_t' [-Wformat=] | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/socketmodule.c -o Modules/socketmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/md5module.c -o Modules/md5module.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/md5.c -o Modules/md5.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/shamodule.c -o Modules/shamodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/sha256module.c -o Modules/sha256module.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/sha512module.c -o Modules/sha512module.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/binascii.c -o Modules/binascii.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/parsermodule.c -o Modules/parsermodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/cStringIO.c -o Modules/cStringIO.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/cPickle.c -o Modules/cPickle.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include -c ./Modules/zlibmodule.c -o Modules/zlibmodule.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI -c ./Modules/expat/xmlparse.c -o Modules/xmlparse.o | |
./Modules/cPickle.c: In function 'load': | |
./Modules/cPickle.c:4460:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] | |
if (!( (len=self->stack->length) >= x | |
^ | |
./Modules/cPickle.c: In function 'Unpickler_noload': | |
./Modules/cPickle.c:202:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] | |
if (clearto >= self->length) return 0; | |
^ | |
./Modules/cPickle.c:202:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] | |
if (clearto >= self->length) return 0; | |
^ | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI -c ./Modules/expat/xmlrole.c -o Modules/xmlrole.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI -c ./Modules/expat/xmltok.c -o Modules/xmltok.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI -c ./Modules/pyexpat.c -o Modules/pyexpat.o | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -DNO_MALLINFO -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o | |
/usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py | |
mkdir ./Lib/plat-linux4 | |
cp ./Lib/plat-generic/regen ./Lib/plat-linux4/regen | |
Creating directory /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include | |
Creating directory /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
export PATH; PATH="`pwd`:$PATH"; \ | |
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \ | |
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \ | |
export EXE; EXE=""; \ | |
cd ./Lib/plat-linux4; LD_LIBRARY_PATH=/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2: ./regen | |
# Substitution happens here, as the completely-expanded BINDIR | |
# is not available in configure | |
Creating directory /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib | |
Creating directory /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/share/man | |
/usr/bin/install -c -m 644 ./Include/Python-ast.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
sed -e "s,@EXENAME@,/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/bin/python2.7," < ./Misc/python-config.in >python-config | |
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h | |
Creating directory /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib/python2.7 | |
Creating directory /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/share/man/man1 | |
/usr/bin/install -c -m 644 ./Include/Python.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Misc/python.man \ | |
/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/share/man/man1/python2.7.1 | |
Creating directory /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib/python2.7/lib-dynload | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes --sysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -lm -L/home/samuel/code/memory-game/.buildozer/android/platform/build/build/libs_collections/myapp/armeabi-v7a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -ldl -o Parser/pgen | |
/usr/bin/install -c -m 644 ./Include/abstract.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/asdl.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/ast.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/bitset.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/boolobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/bufferobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/bytearrayobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/bytes_methods.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/bytesobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/hostpython ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c | |
/usr/bin/install -c -m 644 ./Include/cStringIO.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/cellobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/ceval.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/classobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/cobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/code.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/codecs.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/compile.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/complexobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/datetime.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/descrobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/dictobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/dtoa.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/enumobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/errcode.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
Traceback (most recent call last): | |
File "/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/Lib/site.py", line 563, in <module> | |
main() | |
File "/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/Lib/site.py", line 545, in main | |
known_paths = addusersitepackages(known_paths) | |
File "/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/Lib/site.py", line 278, in addusersitepackages | |
user_site = getusersitepackages() | |
File "/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/Lib/site.py", line 253, in getusersitepackages | |
user_base = getuserbase() # this will also set USER_BASE | |
File "/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/Lib/site.py", line 243, in getuserbase | |
USER_BASE = get_config_var('userbase') | |
File "/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/Lib/sysconfig.py", line 520, in get_config_var | |
return get_config_vars().get(name) | |
File "/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/Lib/sysconfig.py", line 419, in get_config_vars | |
_init_posix(_CONFIG_VARS) | |
File "/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/Lib/sysconfig.py", line 287, in _init_posix | |
raise IOError(msg) | |
IOError: invalid Python installation: unable to open /usr/lib/python2.7/config/Makefile (No such file or directory) | |
/usr/bin/install -c -m 644 ./Include/eval.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/fileobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
Makefile:971: recipe for target 'Lib/plat-linux4' failed | |
make: *** [Lib/plat-linux4] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
/usr/bin/install -c -m 644 ./Include/floatobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/frameobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/funcobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/genobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/graminit.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/grammar.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/import.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/intobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/intrcheck.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/iterobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/listobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
File "./Grammar/Grammar", line 18 | |
single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE | |
^ | |
SyntaxError: invalid syntax | |
/usr/bin/install -c -m 644 ./Include/longintrepr.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/longobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
Makefile:564: recipe for target 'Parser/pgen.stamp' failed | |
make: [Parser/pgen.stamp] Error 1 (ignored) | |
touch Parser/pgen.stamp | |
/usr/bin/install -c -m 644 ./Include/marshal.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/memoryobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/metagrammar.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/methodobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/modsupport.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/moduleobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/node.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/object.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/objimpl.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/opcode.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/osdefs.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/parsetok.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/patchlevel.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pgen.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pgenheaders.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/py_curses.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pyarena.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pycapsule.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pyctype.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pydebug.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pyerrors.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pyexpat.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pyfpe.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pygetopt.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pymacconfig.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pymactoolbox.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pymath.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pymem.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pyport.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pystate.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pystrcmp.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pystrtod.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pythonrun.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/pythread.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/rangeobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/setobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/sliceobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/stringobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/structmember.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/structseq.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/symtable.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/sysmodule.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/timefuncs.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/token.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/traceback.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/tupleobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/ucnhash.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/unicodeobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/warnings.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 ./Include/weakrefobject.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7 | |
/usr/bin/install -c -m 644 pyconfig.h /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/include/python2.7/pyconfig.h | |
STDERR: | |
[INFO]: -> running touch python.exe python | |
[INFO]: -> running make -j5 install HOSTPYTHON=/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi...(and 206 more) | |
First python2 make failed. This is expected, trying again. | |
Second install (expected to work) | |
working: PYTHONPATH=/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-instal[INFO]: -> running rm -rf python-install/lib/python2.7/test | |
[INFO]: -> running rm -rf python-install/lib/python2.7/json/tests | |
[INFO]: -> running rm -rf python-install/lib/python2.7/lib-tk | |
[INFO]: -> running rm -rf python-install/lib/python2.7/sqlite3/test | |
[INFO]: -> running rm -rf python-install/lib/python2.7/unittest, test | |
[INFO]: -> running rm -rf python-install/lib/python2.7/lib2to3/tests | |
[INFO]: -> running rm -rf python-install/lib/python2.7/bsddb/tests | |
[INFO]: -> running rm -rf python-install/lib/python2.7/distutils/tests | |
[INFO]: -> running rm -rf python-install/lib/python2.7/email/test | |
[INFO]: -> running rm -rf python-install/lib/python2.7/curses | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: -> running cp -a /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-in...(and 97 more) | |
[INFO]: Copying hostpython binary to targetpython folder | |
[INFO]: -> running cp /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/hostpyth...(and 110 more) | |
[INFO]: -> running cp /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/libpython2.7...(and 108 more) | |
[INFO]: Building sdl2 for armeabi-v7a | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni | |
[INFO]: -> running ndk-build V=1 | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain more) | |
[INFO]: Building six for armeabi-v7a | |
[INFO]: six apparently isn't already in site-packages | |
[INFO]: Installing six into site-packages | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a/six | |
[INFO]: -> running python.host setup.py install -O2 | |
working: /home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/b[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Building pyjnius for armeabi-v7a | |
[INFO]: jnius apparently isn't already in site-packages | |
[INFO]: Cythonizing anything necessary in pyjnius | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius | |
[INFO]: -> running python.host -c import sys; print(sys.path) | |
[INFO]: Trying first build of pyjnius to get cython files: this is expected to faile/samuel/code/m...(and 686 more) | |
[INFO]: -> running python.host setup.py build_ext -v | |
('cwd is', '/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius') | |
working: error: command '/usr/bin/ccache' failed witException in thread background thread for pid 15658: | |
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/samuel/.local/lib/python2.7/site-packages/sh.py", line 2170, in background_thread | |
handle_exit_code(exit_code) | |
File "/home/samuel/.local/lib/python2.7/site-packages/sh.py", line 1929, in fn | |
return self.command.handle_command_exit_code(exit_code) | |
File "/home/samuel/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code | |
raise exc | |
ErrorReturnCode_1: | |
RAN: /home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/bin/python.host setup.py build_ext -v | |
STDOUT: | |
/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' | |
warnings.warn(msg) | |
running build_ext | |
building 'jnius' extension | |
creating build | |
creating build/temp.linux-x86_64-2.7 | |
creating build/temp.linux-x86_64-2.7/jnius | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c jnius/jnius.c -o build/temp.linux-x86_64-2.7/jnius/jnius.o | |
arm-linux-androideabi-gcc: error: jnius/jnius.c: No such file or directory | |
arm-linux-androideabi-gcc: fatal error: no input files | |
compilation terminated. | |
error: command '/usr/bin/ccache' failed with exit status 1 | |
STDERR: | |
[INFO]: pyjnius first build failed (as expected) | |
[INFO]: Running cython where appropriate | |
[INFO]: Cythonize jnius/jnius.pyx | |
[INFO]: -> running cython ./jnius/jnius.pyx | |
() | |
[INFO]: -> running python.host setup.py build_ext -v | |
working: creati[INFO]: Stripping object files_v_retclass' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
[INFO]: -> running find ./build/lib.linux-x86_64-2.7 -name *.o -exec arm-linux-androideabi-strip --strip-unneeded {} ; | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Installing pyjnius into site-packages | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius | |
[INFO]: -> running python.host setup.py install -O2 | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Building kivy for armeabi-v7a | |
[INFO]: kivy apparently isn't already in site-packages | |
[INFO]: Cythonizing anything necessary in kivy | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy | |
[INFO]: -> running python.host -c import sys; print(sys.path) | |
[INFO]: Trying first build of kivy to get cython files: this is expected to fail | |
[INFO]: -> running python.host setup.py build_ext -v | |
('cwd is', '/home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy') | |
working: arm-linux-androideabi-gcc: fatal error: no input files Exception in thread background thread for pid 15712: | |
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/samuel/.local/lib/python2.7/site-packages/sh.py", line 2170, in background_thread | |
handle_exit_code(exit_code) | |
File "/home/samuel/.local/lib/python2.7/site-packages/sh.py", line 1929, in fn | |
return self.command.handle_command_exit_code(exit_code) | |
File "/home/samuel/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code | |
raise exc | |
ErrorReturnCode_1: | |
RAN: /home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/bin/python.host setup.py build_ext -v | |
STDOUT: | |
Using distutils | |
Environ change use_sdl2 -> True | |
Cython check avoided. | |
Using this graphics system: OpenGL ES 2 | |
WARNING: A problem occurred while running pkg-config --libs --cflags sdl2 SDL2_ttf SDL2_image SDL2_mixer (code 1) | |
Package sdl2 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `sdl2.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'sdl2' found | |
Package SDL2_ttf was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `SDL2_ttf.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'SDL2_ttf' found | |
Package SDL2_image was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `SDL2_image.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'SDL2_image' found | |
Package SDL2_mixer was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `SDL2_mixer.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'SDL2_mixer' found | |
SDL2: found SDL header at /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL/include/SDL.h | |
SDL2: found SDL_mixer header at /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_mixer/SDL_mixer.h | |
SDL2: found SDL_ttf header at /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_ttf/SDL_ttf.h | |
SDL2: found SDL_image header at /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_image/SDL_image.h | |
/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires' | |
warnings.warn(msg) | |
/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'dependency_links' | |
warnings.warn(msg) | |
/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' | |
warnings.warn(msg) | |
running build_ext | |
Build configuration is: | |
* use_rpi = 0 | |
* use_mali = 0 | |
* use_egl = 0 | |
* use_opengl_es2 = 1 | |
* use_opengl_mock = 0 | |
* use_sdl2 = 1 | |
* use_ios = 0 | |
* use_mesagl = 0 | |
* use_x11 = 0 | |
* use_gstreamer = 0 | |
* use_avfoundation = 0 | |
* use_osx_frameworks = 0 | |
* debug_gl = 0 | |
* debug = False | |
Updated kivy/include/config.h | |
Updated kivy/include/config.pxi | |
Updated kivy/setupconfig.py | |
Detected compiler is unix | |
building 'kivy.core.text._text_sdl2' extension | |
creating build | |
creating build/temp.linux-x86_64-2.7 | |
creating build/temp.linux-x86_64-2.7/kivy | |
creating build/temp.linux-x86_64-2.7/kivy/core | |
creating build/temp.linux-x86_64-2.7/kivy/core/text | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Ikivy/include -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL/include -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_image -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_mixer -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni/SDL2_ttf -I/home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c kivy/core/text/_text_sdl2.c -o build/temp.linux-x86_64-2.7/kivy/core/text/_text_sdl2.o | |
arm-linux-androideabi-gcc: error: kivy/core/text/_text_sdl2.c: No such file or directory | |
arm-linux-androideabi-gcc: fatal error: no input files | |
compilation terminated. | |
error: command '/usr/bin/ccache' failed with exit status 1 | |
STDERR: | |
[INFO]: kivy first build failed (as expected) | |
[INFO]: Running cython where appropriate | |
[INFO]: Cythonize kivy/properties.pyx | |
[INFO]: -> running cython ./kivy/properties.pyx | |
[INFO]: Cythonize kivy/weakproxy.pyx | |
[INFO]: -> running cython ./kivy/weakproxy.pyx | |
[INFO]: Cythonize kivy/_event.pyx | |
[INFO]: -> running cython ./kivy/_event.pyx | |
[INFO]: Cythonize kivy/_clock.pyx | |
[INFO]: -> running cython ./kivy/_clock.pyx | |
[INFO]: Cythonize kivy/core/text/text_layout.pyx | |
[INFO]: -> running cython ./kivy/core/text/text_layout.pyx | |
[INFO]: Cythonize kivy/core/text/_text_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/text/_text_sdl2.pyx | |
[INFO]: Cythonize kivy/core/audio/audio_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/audio/audio_sdl2.pyx | |
[INFO]: Cythonize kivy/core/camera/camera_avfoundation.pyx | |
[INFO]: -> running cython ./kivy/core/camera/camera_avfoundation.pyx | |
[INFO]: Cythonize kivy/core/window/window_x11.pyx | |
[INFO]: -> running cython ./kivy/core/window/window_x11.pyx | |
[INFO]: Cythonize kivy/core/window/_window_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/window/_window_sdl2.pyx | |
[INFO]: Cythonize kivy/core/image/img_imageio.pyx | |
[INFO]: -> running cython ./kivy/core/image/img_imageio.pyx | |
[INFO]: Cythonize kivy/core/image/_img_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/image/_img_sdl2.pyx | |
[INFO]: Cythonize kivy/core/clipboard/_clipboard_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/clipboard/_clipboard_sdl2.pyx | |
[INFO]: Cythonize kivy/lib/gstplayer/_gstplayer.pyx | |
[INFO]: -> running cython ./kivy/lib/gstplayer/_gstplayer.pyx | |
[INFO]: Cythonize kivy/lib/vidcore_lite/bcm.pyx | |
[INFO]: -> running cython ./kivy/lib/vidcore_lite/bcm.pyx | |
[INFO]: Cythonize kivy/lib/vidcore_lite/egl.pyx | |
[INFO]: -> running cython ./kivy/lib/vidcore_lite/egl.pyx | |
[INFO]: Cythonize kivy/graphics/instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/instructions.pyx | |
[INFO]: Cythonize kivy/graphics/svg.pyx | |
[INFO]: -> running cython ./kivy/graphics/svg.pyx | |
[INFO]: Cythonize kivy/graphics/vbo.pyx | |
[INFO]: -> running cython ./kivy/graphics/vbo.pyx | |
[INFO]: Cythonize kivy/graphics/gl_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/gl_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/texture.pyx | |
[INFO]: -> running cython ./kivy/graphics/texture.pyx | |
[INFO]: Cythonize kivy/graphics/vertex_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/vertex_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/vertex.pyx | |
[INFO]: -> running cython ./kivy/graphics/vertex.pyx | |
[INFO]: Cythonize kivy/graphics/context.pyx | |
[INFO]: -> running cython ./kivy/graphics/context.pyx | |
[INFO]: Cythonize kivy/graphics/compiler.pyx | |
[INFO]: -> running cython ./kivy/graphics/compiler.pyx | |
[INFO]: Cythonize kivy/graphics/stencil_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/stencil_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/shader.pyx | |
[INFO]: -> running cython ./kivy/graphics/shader.pyx | |
[INFO]: Cythonize kivy/graphics/opengl.pyx | |
[INFO]: -> running cython ./kivy/graphics/opengl.pyx | |
[INFO]: Cythonize kivy/graphics/tesselator.pyx | |
[INFO]: -> running cython ./kivy/graphics/tesselator.pyx | |
[INFO]: Cythonize kivy/graphics/context_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/context_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/buffer.pyx | |
[INFO]: -> running cython ./kivy/graphics/buffer.pyx | |
[INFO]: Cythonize kivy/graphics/fbo.pyx | |
[INFO]: -> running cython ./kivy/graphics/fbo.pyx | |
[INFO]: Cythonize kivy/graphics/scissor_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/scissor_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/opengl_utils.pyx | |
[INFO]: -> running cython ./kivy/graphics/opengl_utils.pyx | |
[INFO]: Cythonize kivy/graphics/transformation.pyx | |
[INFO]: -> running cython ./kivy/graphics/transformation.pyx | |
[INFO]: Cythonize kivy/graphics/cgl.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_debug.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_debug.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_mock.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_mock.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_gl.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_gl.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_sdl2.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_sdl2.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_glew.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_glew.pyx | |
[INFO]: -> directory context . | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy | |
[INFO]: -> running python.host setup.py build_ext -v | |
() | |
working: /home/samuel/code/memor[INFO]: Stripping object files | |
[INFO]: -> running find ./build/lib.linux-x86_64-2.7 -name *.o -exec arm-linux-androideabi-strip --strip-unneeded {} ; | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Installing kivy into site-packages | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy | |
[INFO]: -> running python.host setup.py install -O2 | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchainte-packages/Kivy-1.10.0-py2.7.egg-info | |
[INFO]: # Biglinking object files | |
[INFO]: Collating object files from each recipe | |
[INFO]: hostpython2 recipe has no biglinkable files dir, skipping | |
[INFO]: sdl2_image recipe has no biglinkable files dir, skipping | |
[INFO]: sdl2_mixer recipe has no biglinkable files dir, skipping | |
[INFO]: sdl2_ttf recipe has no biglinkable files dir, skipping | |
[INFO]: python2 recipe has no biglinkable files dir, skipping | |
[INFO]: sdl2 recipe has no biglinkable files dir, skipping | |
[INFO]: six recipe has no biglinkable files dir, skipping | |
[INFO]: pyjnius recipe has object files, copying | |
[INFO]: -> running cp -r /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/obje...(and 298 more) | |
[INFO]: kivy recipe has object files, copying | |
[INFO]: -> running cp -r /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/objec...(and 10234 more) | |
[INFO]: Biglinking | |
[INFO]: target /home/samuel/code/memory-game/.buildozer/android/platform/build/build/libs_collections/myapp/armeabi-v7a/libpymodules.so | |
[INFO]: -> directory context /home/samuel/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: # Postbuilding recipes | |
[INFO]: Postbuilding hostpython2 for armeabi-v7a | |
[INFO]: Postbuilding sdl2_image for armeabi-v7a | |
[INFO]: Postbuilding sdl2_mixer for armeabi-v7a | |
[INFO]: Postbuilding sdl2_ttf for armeabi-v7a | |
[INFO]: Postbuilding python2 for armeabi-v7a | |
[INFO]: Postbuilding sdl2 for armeabi-v7a | |
[INFO]: Postbuilding six for armeabi-v7a | |
[INFO]: Postbuilding pyjnius for armeabi-v7a | |
[INFO]: Copying pyjnius java class to classes build dir | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius | |
[INFO]: -> running cp -a jnius/src/org /home/samuel/code/memory-game/.buildozer/android/platform/build/build/javaclasses/myapp | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Postbuilding kivy for armeabi-v7a | |
[INFO]: # Installing pure Python modules | |
[INFO]: There are no Python modules to install, skipping | |
[INFO]: # Creating Android project (sdl2_gradle) | |
[INFO]: Copying SDL2/gradle build for armeabi-v7a | |
[INFO]: -> running rm -rf /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp | |
[INFO]: -> running cp -r /home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2 /home/samuel/...(and 62 more) | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp | |
[INFO]: Copying Python distribution | |
[INFO]: -> running python.host -OO -m compileall /home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp | |
objs_paths are ['/home/samuel/code/memory-game/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/collated_objects'] | |
Copying libraries | |
[INFO]: -> running cp -a /home/samuel/code/memory-game/.buildozer/android/platform/build/build/python-installs/myapp ./python-install | |
[INFO]: Copying libs | |
[INFO]: -> running cp -a /home/samuel/code/memory-game/.buildozer/android/platform/build/build/libs_collections/myapp/armeabi-v7a/libpython2.7.so libs/armeabi-v7a | |
[INFO]: Copying java files | |
[INFO]: -> running cp -a /home/samuel/code/memory-game/.buildozer/android/platform/build/build/javaclasses/myapp src/main/java | |
[INFO]: Filling private directory | |
[INFO]: private/lib does not exist, making | |
[INFO]: -> running cp -a python-install/lib private | |
[INFO]: -> running mkdir -p private/include/python2.7 | |
[INFO]: -> running cp python-install/include/python2.7/pyconfig.h private/include/python2.7/ | |
[INFO]: Removing some unwanted files | |
[INFO]: -> running rm -f private/lib/libpython2.7.so | |
[INFO]: -> running rm -rf private/lib/pkgconfig | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7 | |
[INFO]: -> running rm -f argparse.py sgmllib.py sre.py getpass.pyc plistlib.pyc markupbase.pyc telnetlib.pyc sre_compile.pyc modulefinder.py su...(and 27153 more) | |
[INFO]: Deleting some other stuff not used on android | |
[INFO]: -> running rm -rf lib2to3 | |
[INFO]: -> running rm -rf idlelib | |
[INFO]: -> running rm -f config/libpython2.7.a | |
[INFO]: -> running rm -rf config/python.o | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Stripping libraries | |
[INFO]: -> running find /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private /home/samuel/code/memory-game/.buildo...(and 55 more) | |
working: /home/samuel/code/memory-g[INFO]: Stripping libraries in private diryapp/libs/armeabi-v7a/libSDL2.so | |
[INFO]: Frying eggs in /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp | |
[INFO]: Saving distribution info | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: # Your distribution was created successfully, exiting. | |
[INFO]: Dist can be found at (for now) /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp | |
# Build the application #24 | |
# Copy application source from /home/samuel/code/memory-game | |
# Create directory /home/samuel/code/memory-game/.buildozer/android/app | |
# Copy /home/samuel/code/memory-game/settings-md.png | |
# Copy /home/samuel/code/memory-game/trophee.jpg | |
# Copy /home/samuel/code/memory-game/testClass.py | |
# Copy /home/samuel/code/memory-game/main.py | |
# Create directory /home/samuel/code/memory-game/.buildozer/android/app/img | |
# Copy /home/samuel/code/memory-game/img/jardin_du_luxembourg.jpeg | |
# Copy /home/samuel/code/memory-game/img/quartier_latin.jpeg | |
# Copy /home/samuel/code/memory-game/img/arc_de_triomphe.jpeg | |
# Copy /home/samuel/code/memory-game/img/tour_montparnasse.jpeg | |
# Copy /home/samuel/code/memory-game/img/centre_georges_pompidou.jpeg | |
# Copy /home/samuel/code/memory-game/img/tour_eiffel.jpeg | |
# Copy /home/samuel/code/memory-game/img/la_villette.jpeg | |
# Copy /home/samuel/code/memory-game/img/notre_dame.jpeg | |
# Copy /home/samuel/code/memory-game/img/interrogation_mark.jpeg | |
# Copy /home/samuel/code/memory-game/img/quais_de_la_seine.jpeg | |
# Copy /home/samuel/code/memory-game/img/bibliotheque_sainte_genevieve.jpeg | |
# Copy /home/samuel/code/memory-game/img/sacre_coeur.jpeg | |
# Copy /home/samuel/code/memory-game/img/les_invalides.jpeg | |
# Copy /home/samuel/code/memory-game/img/la_concorde.jpeg | |
# Copy /home/samuel/code/memory-game/img/trocadero.jpeg | |
# Package the application | |
# project.properties updated | |
# Gradle project detected, copy files /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/src/main/java | |
# Run "/usr/bin/python -m pythonforandroid.toolchain apk --debug --bootstrap=sdl2 --dist_name myapp --name 'My Application' --version 0.1 --package org.slek.myapp --android_api 19 --minsdk 13 --private /home/samuel/code/memory-game/.buildozer/android/app --orientation portrait --window --copy-libs --arch armeabi-v7a --color=always --storage-dir=/home/samuel/code/memory-game/.buildozer/android/platform/build" | |
# Cwd /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: Will compile for the following archs: armeabi-v7a | |
[INFO]: Getting Android API version from user argument | |
[INFO]: Available Android APIs are (19) | |
[INFO]: Requested API target 19 is available, continuing. | |
[INFO]: Found NDK dir in $ANDROIDNDK | |
[INFO]: Got NDK version from $ANDROIDNDKVER | |
[INFO]: Using Google NDK r9c | |
[INFO]: Found virtualenv at /usr/local/bin/virtualenv | |
[INFO]: Found the following toolchain versions: ['4.6', '4.8', 'clang3.3'] | |
[INFO]: Picking the latest gcc toolchain, here 4.8 | |
[INFO]: Of the existing distributions, the following meet the given requirements: | |
[INFO]: myapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, six, pyjnius, kivy), built for archs (armeabi-v7a) | |
[INFO]: myapp has compatible recipes, using this one | |
[INFO]: Of the existing distributions, the following meet the given requirements: | |
[INFO]: myapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, six, pyjnius, kivy), built for archs (armeabi-v7a) | |
[INFO]: myapp has compatible recipes, using this one | |
[INFO]: -> directory context /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp | |
Listing /home/samuel/code/memory-game/.buildozer/android/app ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/app/_applibs ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/app/img ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/app/main.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/app/sitecustomize.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/app/testClass.py ... | |
SyntaxError: ('invalid syntax', ('/home/samuel/code/memory-game/.buildozer/android/app/testClass.py', 1, 7, 'class \n')) | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/include ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/include/python2.7 ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7 ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/db.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbobj.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbrecio.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbshelve.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbtables.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbutils.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_all.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_associate.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_basics.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_compare.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_compat.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_db.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_dbenv.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_dbobj.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_dbshelve.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_dbtables.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_distributed_transactions.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_early_close.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_fileid.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_get_none.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_join.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_lock.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_misc.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_pickle.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_queue.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_recno.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_replication.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_sequence.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_thread.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/ast.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/consts.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/future.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/misc.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/pyassem.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/pycodegen.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/symbols.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/syntax.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/transformer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/visitor.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/config ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/_endian.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib/dyld.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib/dylib.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib/framework.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/runtests.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_anon.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_array_in_pointer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_arrays.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_as_parameter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_bitfields.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_buffers.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_byteswap.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_callbacks.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_cast.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_cfuncs.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_checkretval.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_delattr.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_errcheck.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_errno.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_find.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_frombuffer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_funcptr.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_functions.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_incomplete.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_init.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_integers.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_internals.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_keeprefs.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_libc.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_loading.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_macholib.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_memfunctions.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_numbers.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_objects.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_parameters.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_pep3118.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_pickling.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_pointers.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_prototypes.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_python_api.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_random_things.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_refcounts.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_repr.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_returnfuncptrs.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_simplesubclasses.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_sizes.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_slicing.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_stringptr.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_strings.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_struct_fields.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_structures.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_unaligned_structures.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_unicode.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_values.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_varsize_struct.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_win32.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/util.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/wintypes.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/archive_util.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/bcppcompiler.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/ccompiler.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/cmd.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist_dumb.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist_msi.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist_rpm.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist_wininst.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build_clib.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build_ext.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build_py.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build_scripts.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/check.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/clean.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/config.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_data.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_egg_info.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_headers.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_lib.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_scripts.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/register.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/sdist.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/upload.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/config.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/core.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/cygwinccompiler.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/debug.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/dep_util.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/dir_util.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/dist.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/emxccompiler.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/errors.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/extension.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/fancy_getopt.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/file_util.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/filelist.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/log.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/msvc9compiler.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/msvccompiler.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/spawn.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/sysconfig.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/text_file.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/unixccompiler.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/util.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/version.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/versionpredicate.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/_parseaddr.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/base64mime.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/charset.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/encoders.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/errors.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/feedparser.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/generator.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/header.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/iterators.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/message.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/application.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/audio.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/base.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/image.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/message.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/multipart.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/nonmultipart.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/text.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/parser.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/quoprimime.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/utils.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/aliases.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/ascii.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/base64_codec.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/big5.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/big5hkscs.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/bz2_codec.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/charmap.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp037.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1006.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1026.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1140.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1250.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1251.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1252.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1253.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1254.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1255.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1256.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1257.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1258.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp424.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp437.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp500.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp720.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp737.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp775.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp850.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp852.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp855.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp856.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp857.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp858.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp860.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp861.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp862.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp863.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp864.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp865.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp866.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp869.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp874.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp875.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp932.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp949.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp950.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/euc_jis_2004.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/euc_jisx0213.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/euc_jp.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/euc_kr.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/gb18030.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/gb2312.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/gbk.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/hex_codec.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/hp_roman8.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/hz.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/idna.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_1.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_2.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_2004.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_3.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_ext.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_kr.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_1.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_10.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_11.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_13.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_14.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_15.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_16.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_2.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_3.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_4.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_5.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_6.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_7.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_8.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_9.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/johab.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/koi8_r.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/koi8_u.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/latin_1.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_arabic.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_centeuro.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_croatian.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_cyrillic.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_farsi.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_greek.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_iceland.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_latin2.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_roman.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_romanian.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_turkish.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mbcs.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/palmos.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/ptcp154.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/punycode.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/quopri_codec.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/raw_unicode_escape.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/rot_13.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/shift_jis.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/shift_jis_2004.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/shift_jisx0213.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/string_escape.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/tis_620.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/undefined.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/unicode_escape.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/unicode_internal.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_16.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_16_be.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_16_le.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_32.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_32_be.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_32_le.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_7.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_8.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_8_sig.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/uu_codec.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/zlib_codec.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot/log.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot/stats.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot/stones.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/importlib ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/importlib/__init__.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/decoder.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/encoder.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/scanner.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/tool.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/lib-dynload ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/logging ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/logging/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/logging/config.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/logging/handlers.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/connection.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/dummy ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/dummy/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/dummy/connection.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/forking.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/heap.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/managers.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/pool.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/process.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/queues.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/reduction.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/sharedctypes.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/synchronize.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/util.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/plat-linux4 ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/pydoc_data ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/pydoc_data/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/pydoc_data/topics.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/reflect.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/signatures.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/src ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/src/org ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/src/org/jnius ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius_config.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/__init__.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/adapter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/args_converters.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/dictadapter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/listadapter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/models.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/simplelistadapter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/animation.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/app.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/atlas.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/base.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/cache.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/clock.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/compat.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/config.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/context.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/__init__.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_avplayer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_ffpyplayer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_gstplayer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_pygame.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_android.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_gi.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_opencv.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/_clipboard_ext.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_android.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_dbusklipper.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_dummy.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_gtk3.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_nspaste.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_pygame.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_sdl2.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_winctypes.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xclip.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xsel.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/gl ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/gl/__init__.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_dds.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_ffpyplayer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_gif.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_pil.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_pygame.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_sdl2.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_tex.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/spelling ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/spelling/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/spelling/spelling_enchant.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/spelling/spelling_osxappkit.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/markup.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/text_pil.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/text_pygame.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/text_sdl2.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/video_ffmpeg.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/video_ffpyplayer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/video_gstplayer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/video_null.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window/window_egl_rpi.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window/window_pygame.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window/window_sdl2.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/fonts ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/glsl ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/images ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/keyboards ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/logo ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/deps ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/deps/__init__.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/dampedscroll.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/kinetic.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/opacityscroll.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/scroll.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/event.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/extras ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/extras/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/extras/highlight.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/factory.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/factory_registers.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/garden ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/garden/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/geometry.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/gesture.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/graphics ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/graphics/__init__.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/graphics/cgl_backend ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/graphics/cgl_backend/__init__.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/include ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/factory.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/motionevent.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/calibration.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/dejitter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/doubletap.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/ignorelist.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/retaintouch.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/tripletap.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/provider.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/androidjoystick.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/hidinput.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/leapfinger.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/linuxwacom.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/mactouch.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/mouse.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/mtdev.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/probesysfs.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/tuio.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_common.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_pen.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_touch.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/recorder.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/shape.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/interactive.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lang ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lang/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lang/builder.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lang/parser.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/ddsfile.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/gstplayer ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/gstplayer/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/mtdev.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/osc ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/osc/OSC.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/osc/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/osc/oscAPI.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/vidcore_lite ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/vidcore_lite/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/loader.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/logger.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/metrics.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/_webdebugger.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/console.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/cursor.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/inspector.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/joycursor.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/keybinding.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/monitor.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/recorder.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/screen.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/touchring.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/webdebugger.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/multistroke.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/network ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/network/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/network/urlrequest.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/parser.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/resources.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/setupconfig.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage/dictstore.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage/jsonstore.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage/redisstore.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/support.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/common.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/perf_test_textinput.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_adapters.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_animations.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_app.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_audio.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_clipboard.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_clock.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_doc_gallery.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_fbo_py2py3.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_filechooser.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_filechooser_unicode.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_fonts.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_graphics.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_image.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_invalid_lang.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_1084.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_1091.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_599.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_609.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_883.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_knspace.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_lang.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_lang_complex.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_multistroke.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_properties.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_selection.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_storage.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_anchorlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_boxlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_gridlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_layout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_listview.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_relativelayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_stacklayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_textinput.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_widget.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_urlrequest.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_utils.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_vector.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_video.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_widget.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_widget_walk.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/visual_test_label.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/benchmark.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/generate-icons.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/gles_compat ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/highlight ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/highlight/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/kviewer.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/factory.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/__main__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/hook-kivy.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/pyi_rth_kivy.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/report.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/stub-gl-debug.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/texturecompress.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/abstractview.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/accordion.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/actionbar.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/anchorlayout.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/button.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/codenavigation.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/compoundselection.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/cover.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/drag.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/emacs.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/focus.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/knspace.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/togglebutton.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/boxlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/bubble.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/button.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/camera.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/carousel.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/checkbox.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/codeinput.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/colorpicker.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/dropdown.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/effectwidget.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/filechooser.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/floatlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/gesturesurface.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/gridlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/image.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/label.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/layout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/listview.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/modalview.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/pagelayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/popup.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/progressbar.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleboxlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recyclegridlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recyclelayout.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/datamodel.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/layout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/views.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/relativelayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/rst.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/sandbox.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/scatter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/scatterlayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/screenmanager.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/scrollview.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/selectableview.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/settings.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/slider.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/spinner.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/splitter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/stacklayout.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/stencilview.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/switch.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/tabbedpanel.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/textinput.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/togglebutton.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/treeview.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/video.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/videoplayer.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/vkeyboard.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/widget.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/utils.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/vector.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/version.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/weakmethod.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/six.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/sqlite3 ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/sqlite3/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/sqlite3/dbapi2.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/sqlite3/dump.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/__main__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/case.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/loader.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/main.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/result.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/runner.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/signals.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/suite.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/dummy.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/support.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_assertions.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_break.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_case.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_discovery.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_functiontestcase.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_loader.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_program.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_result.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_runner.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_setups.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_skipping.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_suite.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/util.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/handlers.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/headers.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/simple_server.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/util.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/validate.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/__init__.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/NodeFilter.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/domreg.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/expatbuilder.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/minicompat.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/minidom.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/pulldom.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/xmlbuilder.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/ElementInclude.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/ElementPath.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/ElementTree.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/cElementTree.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/parsers ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/parsers/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/parsers/expat.py ... | |
Listing /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/__init__.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/_exceptions.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/expatreader.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/handler.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/saxutils.py ... | |
Compiling /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/xmlreader.py ... | |
[INFO]: Selecting java build tool: | |
[INFO]: Detected highest available build tools version to be 28.0.1 | |
[INFO]: Building with gradle, as gradle executable is present | |
[DEBUG]: -> running gradlew assembleDebug | |
[DEBUG]: Incremental java compilation is an incubating feature. | |
[DEBUG]: :preBuild UP-TO-DATE | |
[DEBUG]: :preDebugBuild UP-TO-DATE | |
[DEBUG]: :checkDebugManifest | |
[DEBUG]: :prepareDebugDependencies | |
[DEBUG]: :compileDebugAidl | |
[DEBUG]: :compileDebugRenderscript | |
[DEBUG]: :generateDebugBuildConfig | |
[DEBUG]: :generateDebugResValues | |
[DEBUG]: :generateDebugResources | |
[DEBUG]: :mergeDebugResources | |
[DEBUG]: :processDebugManifest | |
[DEBUG]: :processDebugResources | |
[DEBUG]: :generateDebugSources | |
[DEBUG]: :incrementalDebugJavaCompilationSafeguard | |
[DEBUG]: :javaPreCompileDebug | |
[DEBUG]: :compileDebugJavaWithJavac | |
[DEBUG]: :compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). | |
[DEBUG]: Note: Some input files use or override a deprecated API. | |
[DEBUG]: Note: Recompile with -Xlint:deprecation for details. | |
[DEBUG]: :compileDebugNdk UP-TO-DATE | |
[DEBUG]: :compileDebugSources | |
[DEBUG]: :mergeDebugShaders | |
[DEBUG]: :compileDebugShaders | |
[DEBUG]: :generateDebugAssets | |
[DEBUG]: :mergeDebugAssets | |
[DEBUG]: :transformClassesWithDexForDebug | |
[DEBUG]: | |
[DEBUG]: Running dex as a separate process. | |
[DEBUG]: | |
[DEBUG]: To run dex in process, the Gradle daemon needs a larger heap. | |
[DEBUG]: It currently has 1024 MB. | |
[DEBUG]: For faster builds, increase the maximum heap size for the Gradle daemon to at least 1536 MB. | |
[DEBUG]: To do this set org.gradle.jvmargs=-Xmx1536M in the project gradle.properties. | |
[DEBUG]: For more information see https://docs.gradle.org/current/userguide/build_environment.html | |
[DEBUG]: | |
[DEBUG]: :mergeDebugJniLibFolders | |
[DEBUG]: :transformNativeLibsWithMergeJniLibsForDebug | |
[DEBUG]: :transformNativeLibsWithStripDebugSymbolForDebug | |
[DEBUG]: :processDebugJavaRes UP-TO-DATE | |
[DEBUG]: :transformResourcesWithMergeJavaResForDebug | |
[DEBUG]: :validateSigningDebug | |
[DEBUG]: :packageDebug | |
[DEBUG]: :assembleDebug | |
[DEBUG]: | |
[DEBUG]: BUILD SUCCESSFUL | |
[DEBUG]: | |
[DEBUG]: Total time: 2.303 secs | |
[DEBUG]: | |
[INFO]: <- directory context /home/samuel/code/memory-game/.buildozer/android/platform/python-for-android-new-toolchain | |
[INFO]: # Copying APK to current directory | |
[INFO]: # APK filename not found in build output, trying to guess | |
[INFO]: # Found APK file: /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/build/outputs/apk/myapp-debug.apk | |
[INFO]: # Add version number to APK | |
[INFO]: # APK renamed to myapp-0.1-debug.apk | |
[DEBUG]: -> running cp /home/samuel/code/memory-game/.buildozer/android/platform/build/dists/myapp/build/outputs/apk/myapp-debug.apk myapp-0.1-debug.apk | |
# Android packaging done! | |
# APK myapp-0.1-debug.apk available in the bin directory | |
# Run '/home/samuel/.buildozer/android/platform/android-sdk-20/platform-tools/adb devices' | |
# Cwd None | |
List of devices attached | |
4df177ff5cd7af89 device | |
# Deploy on 4df177ff5cd7af89 | |
# Run '/home/samuel/.buildozer/android/platform/android-sdk-20/platform-tools/adb install -r "/home/samuel/code/memory-game/bin/myapp-0.1-debug.apk"' | |
# Cwd /home/samuel/.buildozer/android/platform | |
[ 0%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 1%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 2%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 3%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 3%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 4%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 5%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 6%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 7%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 7%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 8%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 9%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 10%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 11%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 11%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 12%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 13%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 14%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 15%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 15%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 16%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 17%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 18%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 19%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 19%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 20%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 21%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 22%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 23%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 23%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 24%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 25%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 26%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 27%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 27%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 28%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 29%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 30%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 31%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 31%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 32%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 33%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 34%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 35%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 35%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 36%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 37%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 38%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 39%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 39%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 40%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 41%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 42%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 43%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 43%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 44%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 45%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 46%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 47%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 47%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 48%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 49%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 50%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 51%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 51%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 52%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 53%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 54%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 55%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 55%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 56%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 57%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 58%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 59%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 59%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 60%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 61%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 62%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 63%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 63%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 64%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 65%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 66%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 67%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 67%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 68%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 69%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 70%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 71%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 71%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 72%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 73%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 74%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 75%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 75%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 76%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 77%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 78%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 79%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 79%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 80%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 81%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 82%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 82%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 83%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 84%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 85%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 86%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 86%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 87%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 88%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 89%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 90%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 90%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 91%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 92%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 93%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 94%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 94%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 95%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 96%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 97%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 98%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 98%] /data/local/tmp/myapp-0.1-debug.apk | |
[ 99%] /data/local/tmp/myapp-0.1-debug.apk | |
[100%] /data/local/tmp/myapp-0.1-debug.apk | |
/home/samuel/code/memory-game/bin/myapp-0.1-debug.apk: 1 file pushed. 6.7 MB/s (8210842 bytes in 1.175s) | |
pkg: /data/local/tmp/myapp-0.1-debug.apk | |
Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE] | |
# Application pushed. | |
# Run on 4df177ff5cd7af89 | |
# Run '/home/samuel/.buildozer/android/platform/android-sdk-20/platform-tools/adb shell am start -n org.slek.myapp/org.kivy.android.PythonActivity -a org.kivy.android.PythonActivity' | |
# Cwd /home/samuel/.buildozer/android/platform | |
Starting: Intent { act=org.kivy.android.PythonActivity cmp=org.slek.myapp/org.kivy.android.PythonActivity } | |
Error type 3 | |
Error: Activity class {org.slek.myapp/org.kivy.android.PythonActivity} does not exist. | |
# Application started. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment