kivy / python-for-android

Turn your Python application into an Android APK
https://python-for-android.readthedocs.io
MIT License
8.35k stars 1.85k forks source link

Unable to compile. #1710

Closed Watashis closed 2 years ago

Watashis commented 5 years ago

Versions

Description

I can't get it to compile.

buildozer.spec

Command:

p4a apk --private /home/vladislav/coding/python/0 --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python2,sdl2

Spec file:

[app]

title = My Application

package.name = myapp

package.domain = org.test

source.dir = .
source.include_exts = py,png,jpg,kv,atlas
version = 0.1
requirements = python2,sdl2
orientation = portrait
osx.python_version = 3
osx.kivy_version = 1.9.1
fullscreen = 0
android.ndk_path = /home/vladislav/Android/android-ndk-r17c

android.sdk_path = /home/vladislav/Android/Sdk
android.arch = armeabi-v7a
ios.kivy_ios_url = https://github.com/kivy/kivy-ios
ios.kivy_ios_branch = master

ios.ios_deploy_url = https://github.com/phonegap/ios-deploy
ios.ios_deploy_branch = 1.7.0

[buildozer]
log_level = 2

warn_on_root = 1

p4a

Logs

[INFO]:    Will compile for the following archs: armeabi-v7a
[INFO]:    Android API target was not set manually, using the default of 27
[INFO]:    Available Android APIs are (21, 27, 28)
[INFO]:    Requested API target 27 is available, continuing.
[INFO]:    Found NDK dir in $ANDROIDNDK: /home/vladislav/Android/android-ndk-r17c
[INFO]:    Found NDK revision 17.2.4988734
[WARNING]: NDK API target was not set manually, using the default of 21 = min(android-api=27, default ndk-api=21)
[INFO]:    Found virtualenv at /usr/bin/virtualenv
[INFO]:    ccache is missing, the build will not be optimized in the future.
[INFO]:    Found the following toolchain versions: ['4.9']
[INFO]:    Picking the latest gcc toolchain, here 4.9
[INFO]:    No existing dists meet the given requirements!
[INFO]:    No dist exists that meets your requirements, so one will be built.
[INFO]:    Found a single valid recipe set: ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', 'android']
[INFO]:    The selected bootstrap is sdl2
[INFO]:    # Creating dist with sdl2 bootstrap
[INFO]:    Dist will have name unnamed_dist_18 and requirements (python2, sdl2)
[INFO]:    Dist contains the following requirements as recipes: ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', 'android']
[INFO]:    Dist will also contain modules () installed from pip
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Recipe build order is ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', 'android']
[INFO]:    # Downloading recipes 
[INFO]:    Downloading hostpython2
[INFO]:    -> running mkdir -p /home/vladislav/.local/share/python-for-android/packages/hostpython2
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/packages/hostpython2
[INFO]:    -> running basename https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
[INFO]:    hostpython2 download already cached, skipping                                                                                          
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Downloading sdl2_image
[INFO]:    -> running mkdir -p /home/vladislav/.local/share/python-for-android/packages/sdl2_image
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/packages/sdl2_image
[INFO]:    -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz
[INFO]:    sdl2_image download already cached, skipping                                                                                           
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Downloading sdl2_mixer
[INFO]:    -> running mkdir -p /home/vladislav/.local/share/python-for-android/packages/sdl2_mixer
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/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/vladislav/coding/python/0
[INFO]:    Downloading sdl2_ttf
[INFO]:    -> running mkdir -p /home/vladislav/.local/share/python-for-android/packages/sdl2_ttf
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/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/vladislav/coding/python/0
[INFO]:    Downloading python2
[INFO]:    -> running mkdir -p /home/vladislav/.local/share/python-for-android/packages/python2
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/packages/python2
[INFO]:    -> running basename https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
[INFO]:    python2 download already cached, skipping                                                                                              
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Downloading sdl2
[INFO]:    -> running mkdir -p /home/vladislav/.local/share/python-for-android/packages/sdl2
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/packages/sdl2
[INFO]:    -> running basename https://www.libsdl.org/release/SDL2-2.0.9.tar.gz
[INFO]:    sdl2 download already cached, skipping                                                                                                 
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Downloading six
[INFO]:    -> running mkdir -p /home/vladislav/.local/share/python-for-android/packages/six
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/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/vladislav/coding/python/0
[INFO]:    Downloading pyjnius
[INFO]:    -> running mkdir -p /home/vladislav/.local/share/python-for-android/packages/pyjnius
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/packages/pyjnius
[INFO]:    -> running basename https://github.com/kivy/pyjnius/archive/1.1.3.zip
[INFO]:    pyjnius download already cached, skipping                                                                                              
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Downloading android
[INFO]:    Skipping android download as no URL is set
[INFO]:    # Building all recipes for arch armeabi-v7a
[INFO]:    # Unpacking recipes
[INFO]:    Unpacking hostpython2 for armeabi-v7a
[INFO]:    -> running basename https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/build/other_builds/hostpython2/desktop                            
[INFO]:    hostpython2 is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Unpacking sdl2_image for armeabi-v7a
[INFO]:    -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni                           
[INFO]:    sdl2_image is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0
[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/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni                           
[INFO]:    sdl2_mixer is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0
[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/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni                           
[INFO]:    sdl2_ttf is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Unpacking python2 for armeabi-v7a
[INFO]:    -> running basename https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/build/other_builds/python2/armeabi-v7a__ndk_target_21             
[INFO]:    python2 is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Unpacking sdl2 for armeabi-v7a
[INFO]:    -> running basename https://www.libsdl.org/release/SDL2-2.0.9.tar.gz
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni                           
[INFO]:    sdl2 is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0
[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/vladislav/.local/share/python-for-android/build/other_builds/six-python2/armeabi-v7a__ndk_target_21         
[INFO]:    six is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Unpacking pyjnius for armeabi-v7a
[INFO]:    -> running basename https://github.com/kivy/pyjnius/archive/1.1.3.zip
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21
[INFO]:    pyjnius is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    -> running rm -rf /home/vladislav/.local/share/python-for-android/build/other_builds/android-python2-sdl2/ar...(and 32 more)
[INFO]:    -> running cp -a /home/vladislav/.local/lib/python3.7/site-packages/pythonforandroid/recipes/android/src /ho...(and 119 more)
[INFO]:    # Prebuilding recipes
[INFO]:    Prebuilding hostpython2 for armeabi-v7a
[INFO]:    hostpython2 has no prebuild_armeabi_v7a, skipping
[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]:    sdl2_image already patched, skipping
[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]:    sdl2_mixer already patched, skipping
[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]:    python2 already patched, skipping
[INFO]:    Prebuilding sdl2 for armeabi-v7a
[INFO]:    sdl2 has no prebuild_armeabi_v7a, skipping
[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]:    pyjnius already patched, skipping
[INFO]:    Prebuilding android for armeabi-v7a
[INFO]:    android has no prebuild_armeabi_v7a, skipping
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    # Building recipes
[INFO]:    Building hostpython2 for armeabi-v7a
[INFO]:    Skipping hostpython2 (2.7.15) build, as it has already been completed
[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]:    -> directory context /home/vladislav/.local/share/python-for-android/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/android-build
[WARNING]: Doing some hacky stuff to link properly
[INFO]:    -> running cp /home/vladislav/Android/android-ndk-r17c/platforms/android-21/arch-arm/usr/lib/crtbegin_so.o ./
[INFO]:    -> running cp /home/vladislav/Android/android-ndk-r17c/platforms/android-21/arch-arm/usr/lib/crtend_so.o ./
[INFO]:    <- directory context /home/vladislav/coding/python/0
[INFO]:    Building sdl2 for armeabi-v7a
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni
[INFO]:    -> running ndk-build V=1
           working: make: *** [/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/arm...(and 39 more)  Exception in thread background thread for pid 13420:
Traceback (most recent call last):
  File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.7/threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 1540, in wrap
    fn(*args, **kwargs)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 2459, in background_thread
    handle_exit_code(exit_code)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 2157, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_2: 

  RAN: /home/vladislav/Android/android-ndk-r17c/ndk-build V=1

  STDOUT:
Android NDK: WARNING:/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/application/src/Android.mk:main: non-system libraries in linker flags: -lpython2.7    
Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES    
Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the    
Android NDK:     current module    
/home/vladislav/Android/android-ndk-r17c/build/core/build-binary.mk:688: Android NDK: Module main depends on undefined modules: python_shared    
rm -f /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/arm64-v8a/* /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a/* /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86/* /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86_64/*
rm -f /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/arm64-v8a/gdbserver /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a/gdbserver /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86/gdbserver /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86_64/gdbserver
rm -f /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/arm64-v8a/gdb.setup /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a/gdb.setup /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86/gdb.setup /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86_64/gdb.setup
[armeabi-v7a] Compile thumb  : SDL2 <= SDL.c
/home/vladislav/Android/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -MMD -MP -MF /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a/objs/SDL2/src/SDL.o.d -gcc-toolchain /home/vladislav/Android/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -fpic -ffunction-sections -funwind-tables -fstack-protector-strong -Wno-invalid-command-line-argument -Wno-unused-command-line-argument -no-canonical-prefixes -g -target armv7-none-linux-androideabi21 -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -Os -DNDEBUG  -I/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/home/vladislav/Android/android-ndk-r17c/sources/cxx-stl/system/include -I/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL   -DANDROID -DGL_GLEXT_PROTOTYPES -D__ANDROID_API__=21 -Wa,--noexecstack -Wformat -Werror=format-security  --sysroot /home/vladislav/Android/android-ndk-r17c/sysroot -isystem /home/vladislav/Android/android-ndk-r17c/sysroot/usr/include/arm-linux-androideabi -c  /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL/src/SDL.c -o /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a/objs/SDL2/src/SDL.o
/home/vladislav/Android/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
make: *** [/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a/objs/SDL2/src/SDL.o] Error 127

  STDERR:

Traceback (most recent call last):                                                                                                                
  File "/usr/bin/p4a", line 10, in <module>
    sys.exit(main())
  File "/home/vladislav/.local/lib/python3.7/site-packages/pythonforandroid/toolchain.py", line 1067, in main
    ToolchainCL()
  File "/home/vladislav/.local/lib/python3.7/site-packages/pythonforandroid/toolchain.py", line 576, in __init__
    getattr(self, args.subparser_name.replace('-', '_'))(args)
  File "/home/vladislav/.local/lib/python3.7/site-packages/pythonforandroid/toolchain.py", line 151, in wrapper_func
    build_dist_from_args(ctx, dist, args)
  File "/home/vladislav/.local/lib/python3.7/site-packages/pythonforandroid/toolchain.py", line 200, in build_dist_from_args
    build_recipes(build_order, python_modules, ctx)
  File "/home/vladislav/.local/lib/python3.7/site-packages/pythonforandroid/build.py", line 562, in build_recipes
    recipe.build_arch(arch)
  File "/home/vladislav/.local/lib/python3.7/site-packages/pythonforandroid/recipes/sdl2/__init__.py", line 26, in build_arch
    shprint(sh.ndk_build, "V=1", _env=env)
  File "/home/vladislav/.local/lib/python3.7/site-packages/pythonforandroid/logger.py", line 178, in shprint
    for line in output:
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 863, in next
    self.wait()
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 792, in wait
    self.handle_command_exit_code(exit_code)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_2: 

  RAN: /home/vladislav/Android/android-ndk-r17c/ndk-build V=1

  STDOUT:
Android NDK: WARNING:/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/application/src/Android.mk:main: non-system libraries in linker flags: -lpython2.7    
Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES    
Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the    
Android NDK:     current module    
/home/vladislav/Android/android-ndk-r17c/build/core/build-binary.mk:688: Android NDK: Module main depends on undefined modules: python_shared    
rm -f /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/arm64-v8a/* /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a/* /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86/* /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86_64/*
rm -f /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/arm64-v8a/gdbserver /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a/gdbserver /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86/gdbserver /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86_64/gdbserver
rm -f /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/arm64-v8a/gdb.setup /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a/gdb.setup /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86/gdb.setup /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/libs/x86_64/gdb.setup
[armeabi-v7a] Compile thumb  : SDL2 <= SDL.c
/home/vladislav/Android/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -MMD -MP -MF /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a/objs/SDL2/src/SDL.o.d -gcc-toolchain /home/vladislav/Android/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -fpic -ffunction-sections -funwind-tables -fstack-protector-strong -Wno-invalid-command-line-argument -Wno-unused-command-line-argument -no-canonical-prefixes -g -target armv7-none-linux-androideabi21 -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -Os -DNDEBUG  -I/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/home/vladislav/Android/android-ndk-r17c/sources/cxx-stl/system/include -I/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL   -DANDROID -DGL_GLEXT_PROTOTYPES -D__ANDROID_API__=21 -Wa,--noexecstack -Wformat -Werror=format-security  --sysroot /home/vladislav/Android/android-ndk-r17c/sysroot -isystem /home/vladislav/Android/android-ndk-r17c/sysroot/usr/include/arm-linux-androideabi -c  /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL/src/SDL.c -o /home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a/objs/SDL2/src/SDL.o
/home/vladislav/Android/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
make: *** [/home/vladislav/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a/objs/SDL2/src/SDL.o] Error 127

  STDERR:

buildozer

Command:

buildozer android debug deploy run

Logs

# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
/bin/sh: dpkg: команда не найдена
# 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-10-openjdk/bin/javac
# Search for Java keytool (keytool)
#  -> found at /usr/lib/jvm/java-10-openjdk/bin/keytool
# Install platform
# Run '/usr/bin/python -m pip install -q --user \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\''
# Cwd None
# Apache ANT found at /home/vladislav/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/vladislav/Android/Sdk
# Android NDK found at /home/vladislav/Android/android-ndk-r17c
# Check application requirements
# Check garden requirements
# Compile platform
# Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python2,sdl2 --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/vladislav/coding/python/0/.buildozer/android/platform/build" --ndk-api=21'
# Cwd /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py:83: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
[INFO]:    Will compile for the following archs: armeabi-v7a
[INFO]:    Found Android API target in $ANDROIDAPI: 27
[INFO]:    Available Android APIs are (21, 27, 28)
[INFO]:    Requested API target 27 is available, continuing.
[INFO]:    Found NDK dir in $ANDROIDNDK: /home/vladislav/Android/android-ndk-r17c
[INFO]:    Found NDK revision 17.2.4988734
[INFO]:    Getting NDK API version (i.e. minimum supported API) from user argument
[INFO]:    Found virtualenv at /usr/bin/virtualenv
[INFO]:    ccache is missing, the build will not be optimized in the future.
[INFO]:    Found the following toolchain versions: ['4.9']
[INFO]:    Picking the latest gcc toolchain, here 4.9
[INFO]:    No existing dists meet the given requirements!
[INFO]:    No dist exists that meets your requirements, so one will be built.
[INFO]:    Found a single valid recipe set: ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', 'android']
[INFO]:    The selected bootstrap is sdl2
[INFO]:    # Creating dist with sdl2 bootstrap
[INFO]:    Dist will have name myapp and requirements (python2, sdl2)
[INFO]:    Dist contains the following requirements as recipes: ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', 'android']
[INFO]:    Dist will also contain modules () installed from pip
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Recipe build order is ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'six', 'pyjnius', 'android']
[INFO]:    # Downloading recipes 
[INFO]:    Downloading hostpython2
[INFO]:    -> running mkdir -p /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/hostpython2
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/hostpython2
[INFO]:    -> running basename https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
[INFO]:    hostpython2 download already cached, skipping                                                                                          
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Downloading sdl2_image
[INFO]:    -> running mkdir -p /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_image
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_image
[INFO]:    -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz
[INFO]:    sdl2_image download already cached, skipping                                                                                           
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Downloading sdl2_mixer
[INFO]:    -> running mkdir -p /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_mixer
[INFO]:    -> directory context /home/vladislav/coding/python/0/.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/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Downloading sdl2_ttf
[INFO]:    -> running mkdir -p /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_ttf
[INFO]:    -> directory context /home/vladislav/coding/python/0/.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/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Downloading python2
[INFO]:    -> running mkdir -p /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/python2
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/python2
[INFO]:    -> running basename https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
[INFO]:    python2 download already cached, skipping                                                                                              
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Downloading sdl2
[INFO]:    -> running mkdir -p /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2
[INFO]:    -> running basename https://www.libsdl.org/release/SDL2-2.0.9.tar.gz
[INFO]:    sdl2 download already cached, skipping                                                                                                 
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Downloading six
[INFO]:    -> running mkdir -p /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/six
[INFO]:    -> directory context /home/vladislav/coding/python/0/.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/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Downloading pyjnius
[INFO]:    -> running mkdir -p /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/pyjnius
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/pyjnius
[INFO]:    -> running basename https://github.com/kivy/pyjnius/archive/1.1.3.zip
[INFO]:    pyjnius download already cached, skipping                                                                                              
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Downloading android
[INFO]:    Skipping android download as no URL is set
[INFO]:    # Building all recipes for arch armeabi-v7a
[INFO]:    # Unpacking recipes
[INFO]:    Unpacking hostpython2 for armeabi-v7a
[INFO]:    -> running basename https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop          
[INFO]:    hostpython2 is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Unpacking sdl2_image for armeabi-v7a
[INFO]:    -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni         
[INFO]:    sdl2_image is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[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/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni         
[INFO]:    sdl2_mixer is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[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/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni         
[INFO]:    sdl2_ttf is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Unpacking python2 for armeabi-v7a
[INFO]:    -> running basename https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21
[INFO]:    python2 is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Unpacking sdl2 for armeabi-v7a
[INFO]:    -> running basename https://www.libsdl.org/release/SDL2-2.0.9.tar.gz
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni         
[INFO]:    sdl2 is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[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/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21
[INFO]:    six is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    Unpacking pyjnius for armeabi-v7a
[INFO]:    -> running basename https://github.com/kivy/pyjnius/archive/1.1.3.zip
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21
[INFO]:    pyjnius is already unpacked, skipping
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    -> running rm -rf /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/andro...(and 50 more)
[INFO]:    -> running cp -a /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforand...(and 165 more)
[INFO]:    # Prebuilding recipes
[INFO]:    Prebuilding hostpython2 for armeabi-v7a
[INFO]:    hostpython2 has no prebuild_armeabi_v7a, skipping
[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]:    sdl2_image already patched, skipping
[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]:    sdl2_mixer already patched, skipping
[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]:    python2 already patched, skipping
[INFO]:    Prebuilding sdl2 for armeabi-v7a
[INFO]:    sdl2 has no prebuild_armeabi_v7a, skipping
[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]:    pyjnius already patched, skipping
[INFO]:    Prebuilding android for armeabi-v7a
[INFO]:    android has no prebuild_armeabi_v7a, skipping
[INFO]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android
[INFO]:    <- directory context /home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android
[INFO]:    # Building recipes
[INFO]:    Building hostpython2 for armeabi-v7a
[INFO]:    Skipping hostpython2 (2.7.15) build, as it has already been completed
[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]:    -> directory context /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/android-build
[WARNING]: Doing some hacky stuff to link properly
[INFO]:    -> running cp /home/vladislav/Android/android-ndk-r17c/platforms/android-21/arch-arm/usr/lib/crtbegin_so.o ./
[INFO]:    -> running cp /home/vladislav/Android/android-ndk-r17c/platforms/android-21/arch-arm/usr/lib/crtend_so.o ./
[INFO]:    -> running configure --host=arm-linux-androideabi --build=x86_64-pc-linux-gnu --enable-shared --disable-ipv6...(and 214 more)
Exception in thread background thread for pid 25826:                                                                                              
Traceback (most recent call last):
  File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.7/threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 1540, in wrap
    fn(*args, **kwargs)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 2459, in background_thread
    handle_exit_code(exit_code)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 2157, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_77: 

  RAN: /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/configure --host=arm-linux-androideabi --build=x86_64-pc-linux-gnu --enable-shared --disable-ipv6 --disable-toolbox-glue --disable-framework ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no --without-ensurepip ac_cv_little_endian_double=yes ac_cv_header_langinfo_h=no --prefix=/usr/local --exec-prefix=/usr/local

  STDOUT:
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking for python2.7... python2.7
checking for python interpreter for cross build... python2.7
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... linux2
checking EXTRAPLATDIR... 
checking for --without-gcc... no
checking for --with-icc... no
checking for arm-linux-androideabi-gcc... /home/vladislav/Android/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-none-linux-androideabi -gcc-toolchain /home/vladislav/Android/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
checking whether the C compiler works... no
configure: error: in `/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/android-build':
configure: error: C compiler cannot create executables
See `config.log' for more details

  STDERR:

Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1073, in <module>
    main()
  File "/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1067, in main
    ToolchainCL()
  File "/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 576, in __init__
    getattr(self, args.subparser_name.replace('-', '_'))(args)
  File "/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 151, in wrapper_func
    build_dist_from_args(ctx, dist, args)
  File "/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 200, in build_dist_from_args
    build_recipes(build_order, python_modules, ctx)
  File "/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 562, in build_recipes
    recipe.build_arch(arch)
  File "/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/python.py", line 248, in build_arch
    _env=env)
  File "/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 178, in shprint
    for line in output:
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 863, in next
    self.wait()
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 792, in wait
    self.handle_command_exit_code(exit_code)
  File "/home/vladislav/.local/lib/python3.7/site-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_77: 

  RAN: /home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/configure --host=arm-linux-androideabi --build=x86_64-pc-linux-gnu --enable-shared --disable-ipv6 --disable-toolbox-glue --disable-framework ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no --without-ensurepip ac_cv_little_endian_double=yes ac_cv_header_langinfo_h=no --prefix=/usr/local --exec-prefix=/usr/local

  STDOUT:
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking for python2.7... python2.7
checking for python interpreter for cross build... python2.7
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... linux2
checking EXTRAPLATDIR... 
checking for --without-gcc... no
checking for --with-icc... no
checking for arm-linux-androideabi-gcc... /home/vladislav/Android/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-none-linux-androideabi -gcc-toolchain /home/vladislav/Android/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
checking whether the C compiler works... no
configure: error: in `/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/android-build':
configure: error: C compiler cannot create executables
See `config.log' for more details

  STDERR:

# Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python2,sdl2 --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/vladislav/coding/python/0/.buildozer/android/platform/build" --ndk-api=21
# 
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2



Immediately I apologize, I am bad in all this, so I do not quite understand everything.

AndreMiras commented 5 years ago

There're two different commands and two different errors here. The first error when you build via p4a command is a linking error:

/home/vladislav/Android/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

So it looks like libtinfo cannot be found during the linking. So maybe try installing that in your system?

The other error when you build via buildozer is at configure time, but we need config.log to know what happened.

Watashis commented 5 years ago

where to find config.log?

Watashis commented 5 years ago

Command:

 p4a apk --private /home/vladislav/coding/python/0 --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python3,kivy

file main.py:

import kivy
kivy.require('1.10.1')

from kivy.app import App
from kivy.uix.button import Button

class DummyApp(App):
    def build(self):
        return Button(text="Hello World")

if __name__ == '__main__':
    DummyApp().run()

Logs

[INFO]:    Will compile for the following archs: armeabi-v7a
[INFO]:    Android API target was not set manually, using the default of 27
[INFO]:    Available Android APIs are (21, 27, 28)
[INFO]:    Requested API target 27 is available, continuing.
[INFO]:    Found NDK dir in $ANDROIDNDK: /home/vladislav/Android/android-ndk-r17c
[INFO]:    Found NDK revision 17.2.4988734
[WARNING]: NDK API target was not set manually, using the default of 21 = min(android-api=27, default ndk-api=21)
[INFO]:    Found virtualenv at /usr/bin/virtualenv
[INFO]:    ccache is missing, the build will not be optimized in the future.
[INFO]:    Found the following toolchain versions: ['4.9']
[INFO]:    Picking the latest gcc toolchain, here 4.9
[INFO]:    Of the existing distributions, the following meet the given requirements:
[INFO]:     unnamed_dist_22: min API 21, includes recipes (hostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, six, pyjnius, android, kivy), built for archs (armeabi-v7a)
[INFO]:    unnamed_dist_22 has compatible recipes, using this one
[INFO]:    Of the existing distributions, the following meet the given requirements:
[INFO]:     unnamed_dist_22: min API 21, includes recipes (hostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, six, pyjnius, android, kivy), built for archs (armeabi-v7a)
[INFO]:    unnamed_dist_22 has compatible recipes, using this one
[INFO]:    -> directory context /home/vladislav/.local/share/python-for-android/dists/unnamed_dist_22
WARNING: Received a --sdk argument, but this argument is deprecated and does nothing.
No compiled python is present to zip, skipping.
Listing '/tmp/p4a-extra-env-tt5qlc8q'...
Listing '/home/vladislav/coding/python/0'...
Listing '/home/vladislav/coding/python/0/.buildozer'...
Listing '/home/vladislav/coding/python/0/.buildozer/android'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/app'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/build.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/gradle'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/gradle/wrapper'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/VisualC'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/VisualC-WinRT'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/Xcode'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/Xcode-iOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/acinclude'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/android-project'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/build-scripts'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/cmake'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/debian'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/docs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/test'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/wayland-protocols'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/VisualC'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/VisualC-WinRT'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/VisualCE'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/Xcode'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/Xcode-iOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/acinclude'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/debian'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/external'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/VisualC'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/Xcode'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/Xcode-iOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/acinclude'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/build-scripts'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/debian'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/external'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/native_midi'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/timidity'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/VisualC'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/Xcode'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/Xcode-iOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/acinclude'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/debian'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/external'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/application/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/assets'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/java'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/jniLibs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/libs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/main/res'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/src/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/activity.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/billing.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/broadcast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/config.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/loadingscreen.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/mixer.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/permissions.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/android/runnable.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/android-python2-sdl2/armeabi-v7a__ndk_target_21/android/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Demo'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Doc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Doc/conf.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Grammar'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Include'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/BaseHTTPServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/BaseHTTPServer.py", line 330
    except socket.timeout, e:
                         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/Bastion.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/Bastion.py", line 103
    raise RuntimeError, "This code is not secure in Python 2.2 and later"
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/CGIHTTPServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/CGIHTTPServer.py", line 369
    return st.st_mode & 0111 != 0
                           ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ConfigParser.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ConfigParser.py", line 261
    raise ValueError, 'Invalid section name: %s' % section
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/Cookie.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/DocXMLRPCServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/DocXMLRPCServer.py", line 272
    print 'Content-Type: text/html'
                                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Content-Type: text/html')?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/HTMLParser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/MimeWriter.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/Queue.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SimpleHTTPServer.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SimpleXMLRPCServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SimpleXMLRPCServer.py", line 265
    except Fault, fault:
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SocketServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/SocketServer.py", line 347
    print '-'*40
            ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('-'*40)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/StringIO.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/StringIO.py", line 40
    raise ValueError, "I/O operation on closed file"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserDict.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserDict.py", line 167
    raise TypeError, "pop expected at most 2 arguments, got "\
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserList.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserString.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/UserString.py", line 170
    raise TypeError, "invalid step in slicing assignment"
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_LWPCookieJar.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_MozillaCookieJar.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/__future__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/__phello__.foo.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_abcoll.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_osx_support.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_pyio.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_strptime.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_strptime.py", line 112
    for hour in (01,22):
                  ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_threading_local.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/_weakrefset.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/abc.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/aifc.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/aifc.py", line 145
    _AIFC_version = 0xA2805140L     # Version 1 of AIFF-C
                              ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/antigravity.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/anydbm.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/anydbm.py", line 53
    raise ImportError, "no dbm clone found; tried %s" % _names
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/argparse.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/asynchat.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/asynchat.py", line 116
    except socket.error, why:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/asyncore.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/asyncore.py", line 115
    except socket.error, e:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/atexit.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/atexit.py", line 34
    raise exc_info[0], exc_info[1], exc_info[2]
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/audiodev.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/audiodev.py", line 89
    raise error, 'bad output rate'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/base64.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/base64.py", line 76
    except binascii.Error, msg:
                         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/bdb.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/bdb.py", line 62
    print 'bdb.Bdb.dispatch: unknown debugging event:', repr(event)
                                                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/binhex.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/binhex.py", line 193
    raise Error, 'Filename too long'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/bisect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cProfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cProfile.py", line 61
    print "Documentation for the profile/cProfile modules can be found "
                                                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Documentation for the profile/cProfile modules can be found ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/calendar.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/calendar.py", line 270
    print self.formatweek(theweek, width),
             ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cgi.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cgi.py", line 155
    raise ValueError, 'Maximum content length exceeded'
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cgitb.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/chunk.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/chunk.py", line 95
    raise ValueError, "I/O operation on closed file"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cmd.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cmd.py", line 362
    raise TypeError, ("list[i] not a string for i in %s" %
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/code.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/code.py", line 103
    exec code in self.locals
            ^
SyntaxError: Missing parentheses in call to 'exec'

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/codecs.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/codecs.py", line 16
    except ImportError, why:
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/codeop.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/codeop.py", line 83
    except SyntaxError, err:
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/collections.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/collections.py", line 379
    print class_definition
                         ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(class_definition)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/colorsys.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/commands.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/compileall.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/compileall.py", line 35
    print 'Listing', dir, '...'
                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Listing', dir, '...')?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/contextlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/contextlib.py", line 37
    except StopIteration, exc:
                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/cookielib.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/copy.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/copy.py", line 370
    l = [None, 1, 2L, 3.14, 'xyzzy', (1, 2L), [3.14, 'abc'],
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/copy_reg.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/copy_reg.py", line 70
    raise TypeError, "can't pickle %s objects" % base.__name__
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/csv.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/csv.py", line 53
    except TypeError, e:
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dbhash.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dbhash.py", line 17
    def open(file, flag = 'r', mode=0666):
                                       ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/decimal.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/decimal.py", line 2138
    a = 1L << -(-_nbits(xc)//n) # initial estimate
         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/difflib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/difflib.py", line 918
    raise ValueError, 'unknown tag %r' % (tag,)
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dircache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dis.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dis.py", line 36
    print "Disassembly of %s:" % name
                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Disassembly of %s:" % name)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/doctest.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/doctest.py", line 393
    raise TypeError, 'Expected a module: %r' % module
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dumbdbm.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dumbdbm.py", line 163
    raise TypeError, "keys and values must be strings"
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dummy_thread.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/dummy_threading.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/filecmp.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/filecmp.py", line 150
    except os.error, why:
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fileinput.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fileinput.py", line 95
    raise RuntimeError, "input() already active"
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fnmatch.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/formatter.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/formatter.py", line 327
    print "new_alignment(%r)" % (align,)
                            ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fpformat.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fpformat.py", line 42
    if res is None: raise NotANumber, s
                                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/fractions.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ftplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ftplib.py", line 145
    print '*welcome*', self.sanitize(self.welcome)
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/functools.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/genericpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/getopt.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/getopt.py", line 210
    print getopt(sys.argv[1:], "a:b", ["alpha=", "beta"])
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/getpass.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/getpass.py", line 50
    except EnvironmentError, e:
                           ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/gettext.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/gettext.py", line 334
    LE_MAGIC = 0x950412deL
                         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/glob.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/gzip.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/gzip.py", line 129
    raise IOError, "Mode " + mode + " not supported"
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/hashlib.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/heapq.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/heapq.py", line 482
    print sort
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(sort)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/hmac.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/htmlentitydefs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/htmllib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/htmllib.py", line 471
    except IOError, msg:
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/httplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/httplib.py", line 398
    print "reply:", repr(line)
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ihooks.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ihooks.py", line 92
    print format%args
               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(format%args)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imaplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imaplib.py", line 873
    except (socket.error, OSError), val:
                                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imghdr.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imghdr.py", line 145
    print filename + '/:',
                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(filename + '/:', end=" ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imputil.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/imputil.py", line 109
    raise ImportError, 'No module named ' + fqname
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/inspect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/io.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/keyword.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/linecache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/locale.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/locale.py", line 90
    raise Error, '_locale emulation only supports "C" locale'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/macpath.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/macpath.py", line 148
    raise norm_error, 'Cannot use :: immediately after volume name'
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/macurl2path.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/macurl2path.py", line 18
    raise RuntimeError, 'Cannot convert non-local URL to pathname'
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mailbox.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mailbox.py", line 257
    os.mkdir(self._path, 0700)
                            ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mailcap.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mailcap.py", line 222
    print "usage: mailcap [MIMEtype file] ..."
                                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("usage: mailcap [MIMEtype file] ...")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/markupbase.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/md5.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mhlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mhlib.py", line 74
    FOLDER_PROTECT = 0700
                        ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimetools.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimetools.py", line 173
    raise ValueError, \
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimetypes.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimetypes.py", line 572
    print USAGE
              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(USAGE)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimify.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mimify.py", line 441
    print usage
              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(usage)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/modulefinder.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/modulefinder.py", line 111
    print "   ",
              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("   ", end=" ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/multifile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/multifile.py", line 67
    raise Error, "can't use whence=2 yet"
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/mutex.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/netrc.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/netrc.py", line 145
    print netrc()
              ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/new.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/nntplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/nntplib.py", line 136
    except NNTPTemporaryError, e:
                             ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ntpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/nturl2path.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/nturl2path.py", line 28
    raise IOError, error
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/numbers.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/opcode.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/optparse.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/optparse.py", line 250
    raise NotImplementedError, "subclasses must implement"
                             ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/os.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/os.py", line 117
    raise ImportError, 'no os specific module found'
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/os2emxpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pdb.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pdb.py", line 219
    print repr(obj)
             ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pickle.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pickle.py", line 865
    except _Stop, stopinst:
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pickletools.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pickletools.py", line 1770
    print "skipping %r: it doesn't look like an opcode name" % name
                                                           ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("skipping %r: it doesn't look like an opcode name" % name)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pipes.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pipes.py", line 111
    raise TypeError, \
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pkgutil.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pkgutil.py", line 541
    except IOError, msg:
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/platform.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/platform.py", line 386
    raise ValueError,'popen()-emulation only supports read mode'
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/plistlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/plistlib.py", line 301
    raise AttributeError, attr
                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/popen2.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/poplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/poplib.py", line 96
    if self._debugging > 1: print '*put*', repr(line)
                                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/posixfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/posixfile.py", line 83
    raise TypeError, 'posixfile.fileopen() arg must be file object'
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/posixpath.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/posixpath.py", line 292
    _uvarprog = re.compile(ur'\$(\w+|\{[^}]*\})', re.UNICODE)
                                               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pprint.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pprint.py", line 342
    print "_safe_repr:", t2 - t1
                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("_safe_repr:", t2 - t1)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/profile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/profile.py", line 88
    print "Documentation for the profile module can be found "
                                                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Documentation for the profile module can be found ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pstats.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pstats.py", line 75
    raise ValueError, "unrecognized keyword args: %s" % extras
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pty.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pty.py", line 58
    tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
                                                    ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/py_compile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/py_compile.py", line 114
    except Exception,err:
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pyclbr.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pyclbr.py", line 335
    print "class", obj.name, obj.super, obj.lineno
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("class", obj.name, obj.super, obj.lineno)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pydoc.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/pydoc.py", line 373
    raise TypeError, message
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/quopri.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/quopri.py", line 197
    except getopt.error, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/random.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/random.py", line 141
    except ValueError, e:
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/re.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/re.py", line 247
    raise TypeError, "first argument must be string or compiled pattern"
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/repr.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rexec.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rexec.py", line 64
    exec TEMPLATE % (m, m)
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rfc822.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rfc822.py", line 119
    raise IOError, "unseekable file"
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rlcompleter.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/rlcompleter.py", line 60
    raise TypeError,'namespace must be a dictionary'
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/robotparser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/runpy.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/runpy.py", line 72
    exec code in run_globals
            ^
SyntaxError: Missing parentheses in call to 'exec'

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sched.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sets.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sets.py", line 76
    raise TypeError, ("BaseSet is an abstract class.  "
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sgmllib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sgmllib.py", line 390
    print '*** Unbalanced </' + tag + '>'
                            ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('*** Unbalanced </' + tag + '>')?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sha.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shelve.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shlex.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shlex.py", line 56
    print 'shlex: reading from %s, line %d' \
                                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('shlex: reading from %s, line %d' \)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shutil.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/shutil.py", line 118
    except OSError, why:
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/site.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/site.py", line 152
    exec line
            ^
SyntaxError: Missing parentheses in call to 'exec'

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/smtpd.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/smtpd.py", line 123
    except socket.error, err:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/smtplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/smtplib.py", line 312
    raise socket.error, "nonnumeric port"
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sndhdr.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sndhdr.py", line 211
    print filename + '/:',
                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(filename + '/:', end=" ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/socket.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/socket.py", line 356
    except error, e:
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_compile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_compile.py", line 23
    MAXCODE = 0xFFFFFFFFL
                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_constants.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_constants.py", line 263
    print "done"
               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("done")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_parse.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sre_parse.py", line 81
    raise error, ("redefinition of group name %s as group %d; "
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/ssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stat.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stat.py", line 22
    return mode & 07777
                      ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/statvfs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/string.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/string.py", line 70
    raise ValueError, "maketrans arguments must have same length"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stringold.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stringold.py", line 391
    raise ValueError, "maketrans arguments must have same length"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/stringprep.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/struct.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/subprocess.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/subprocess.py", line 408
    raise exc_type, exc_value, exc_trace
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sunau.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sunau.py", line 122
    AUDIO_UNKNOWN_SIZE = 0xFFFFFFFFL        # ((unsigned)(~0))
                                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sunaudio.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sunaudio.py", line 22
    raise error, 'gethdr: bad magic word'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/symbol.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/symtable.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/symtable.py", line 230
    raise ValueError, "name is bound to multiple namespaces"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sysconfig.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/sysconfig.py", line 147
    except KeyError, var:
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tabnanny.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tabnanny.py", line 46
    except getopt.error, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tarfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tarfile.py", line 136
    S_IFLNK = 0120000        # symbolic link
                    ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/telnetlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/telnetlib.py", line 241
    print 'Telnet(%s,%s):' % (self.host, self.port),
                         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tempfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tempfile.py", line 216
    raise IOError, (_errno.ENOENT,
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/textwrap.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/textwrap.py", line 429
    print dedent("Hello there.\n  This is indented.")
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/this.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/this.py", line 28
    print "".join([d.get(c, c) for c in s])
           ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/threading.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/threading.py", line 1299
    print item
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(item)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/timeit.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/timeit.py", line 144
    exec code in globals(), ns
            ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/toaiff.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/toaiff.py", line 86
    raise error, filename + ': uncompress failed'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/token.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/token.py", line 95
    except IOError, err:
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tokenize.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tokenize.py", line 153
    print "%d,%d-%d,%d:\t%s\t%s" % \
                               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%d,%d-%d,%d:\t%s\t%s" % \)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/trace.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/trace.py", line 244
    except (IOError, EOFError, ValueError), err:
                                          ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/traceback.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/tty.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/types.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urllib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urllib.py", line 216
    except socket.error, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urllib2.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urllib2.py", line 254
    raise AttributeError, attr
                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urlparse.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/urlparse.py", line 417
    raise ValueError, "bad query field: %r" % (name_value,)
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/user.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/uu.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/uu.py", line 75
    mode = 0666
              ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/uuid.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/uuid.py", line 153
    if not 0 <= time_low < 1<<32L:
                                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/warnings.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/warnings.py", line 129
    except _OptionError, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/wave.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/wave.py", line 131
    raise Error, 'file does not start with RIFF id'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/weakref.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/weakref.py", line 85
    raise KeyError, key
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/webbrowser.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/webbrowser.py", line 687
    except getopt.error, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/whichdb.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/whichdb.py", line 117
    print whichdb(filename) or "UNKNOWN", filename
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xdrlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xdrlib.py", line 80
    self.pack_uint(x>>32 & 0xffffffffL)
                                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xmllib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xmllib.py", line 813
    print 'xml: encoding =',encoding,'standalone =',standalone
                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('xml: encoding =',encoding,'standalone =',standalone)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xmlrpclib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/xmlrpclib.py", line 194
    MAXINT =  2L**31-1
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/zipfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/zipfile.py", line 399
    raise RuntimeError, "Corrupt extra field %s"%(ln,)
                      ^
SyntaxError: invalid syntax

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Mac'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Mac/Extras.install.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Mac/Extras.install.py", line 28
    print "mkdir", curdst
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("mkdir", curdst)?

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Misc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Misc/BeOS-setup.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Misc/BeOS-setup.py", line 130
    except (CCompilerError, DistutilsError), why:
                                           ^
SyntaxError: invalid syntax

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Modules'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Modules/cgen.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Modules/cgen.py", line 36
    print i,
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(i, end=" ")?

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Objects'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PC'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PC/testpy.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PC/testpy.py", line 11
    print """Could not import the standard "os" module.
  Please check your PYTHONPATH environment variable."""

                                                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("""Could not import the standard "os" module.
  Please check your PYTHONPATH environment variable.""")?

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild/field3.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild/get_external.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild/prepare_ssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/PCbuild/rmpyc.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/asdl.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/asdl.py", line 99
    raise ValueError, "unmatched input: %s" % `s`
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/asdl_c.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/asdl_c.py", line 1240
    print "Must specify exactly one output file"
                                               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Must specify exactly one output file")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/spark.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Parser/spark.py", line 62
    print "Lexical error at position %s" % pos
                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Lexical error at position %s" % pos)?

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Python'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Python/makeopcodetargets.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/RISCOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Tools'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/native-build'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/native-build/python-gdb.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/setup.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/setup.py", line 281
    print "%-*s   %-*s   %-*s" % (longest, e, longest, f,
                             ^
SyntaxError: invalid syntax

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/.ci'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/.github'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/doc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/doc/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/doc/autobuild.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/doc/gallery.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/examples'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/animation.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/app.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/atlas.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/base.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/cache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/clock.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/compat.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/config.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/context.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/event.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/factory.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/factory_registers.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/geometry.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/gesture.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/interactive.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/loader.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/logger.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/metrics.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/multistroke.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/parser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/resources.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/support.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/utils.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/vector.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/kivy/weakmethod.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a__ndk_target_21/kivy/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/docs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius/reflect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius/signatures.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/jnius_config.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/setup.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/setup_sdist.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_assignable.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_bad_declaration.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_basics.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_bytearray.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_cast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_class_argument.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_enum.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_export_class.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_implementation.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_interface.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_jnitable_overflow.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_method_multiple_signatures.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_multidimension.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_output_args.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_proxy.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_reflect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_signature.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a__ndk_target_21/pyjnius/tests/test_simple.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Demo'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Doc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Doc/conf.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Grammar'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Include'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/BaseHTTPServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/BaseHTTPServer.py", line 330
    except socket.timeout, e:
                         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/Bastion.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/Bastion.py", line 103
    raise RuntimeError, "This code is not secure in Python 2.2 and later"
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/CGIHTTPServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/CGIHTTPServer.py", line 369
    return st.st_mode & 0111 != 0
                           ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ConfigParser.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ConfigParser.py", line 261
    raise ValueError, 'Invalid section name: %s' % section
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/Cookie.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/DocXMLRPCServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/DocXMLRPCServer.py", line 272
    print 'Content-Type: text/html'
                                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Content-Type: text/html')?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/HTMLParser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/MimeWriter.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/Queue.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SimpleHTTPServer.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SimpleXMLRPCServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SimpleXMLRPCServer.py", line 265
    except Fault, fault:
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SocketServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/SocketServer.py", line 347
    print '-'*40
            ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('-'*40)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/StringIO.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/StringIO.py", line 40
    raise ValueError, "I/O operation on closed file"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserDict.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserDict.py", line 167
    raise TypeError, "pop expected at most 2 arguments, got "\
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserList.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserString.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/UserString.py", line 170
    raise TypeError, "invalid step in slicing assignment"
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_LWPCookieJar.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_MozillaCookieJar.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/__future__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/__phello__.foo.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_abcoll.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_osx_support.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_pyio.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_strptime.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_strptime.py", line 112
    for hour in (01,22):
                  ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_threading_local.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/_weakrefset.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/abc.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/aifc.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/aifc.py", line 145
    _AIFC_version = 0xA2805140L     # Version 1 of AIFF-C
                              ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/antigravity.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/anydbm.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/anydbm.py", line 53
    raise ImportError, "no dbm clone found; tried %s" % _names
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/argparse.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/asynchat.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/asynchat.py", line 116
    except socket.error, why:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/asyncore.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/asyncore.py", line 115
    except socket.error, e:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/atexit.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/atexit.py", line 34
    raise exc_info[0], exc_info[1], exc_info[2]
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/audiodev.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/audiodev.py", line 89
    raise error, 'bad output rate'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/base64.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/base64.py", line 76
    except binascii.Error, msg:
                         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/bdb.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/bdb.py", line 62
    print 'bdb.Bdb.dispatch: unknown debugging event:', repr(event)
                                                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/binhex.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/binhex.py", line 193
    raise Error, 'Filename too long'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/bisect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cProfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cProfile.py", line 61
    print "Documentation for the profile/cProfile modules can be found "
                                                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Documentation for the profile/cProfile modules can be found ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/calendar.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/calendar.py", line 270
    print self.formatweek(theweek, width),
             ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cgi.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cgi.py", line 155
    raise ValueError, 'Maximum content length exceeded'
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cgitb.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/chunk.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/chunk.py", line 95
    raise ValueError, "I/O operation on closed file"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cmd.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cmd.py", line 362
    raise TypeError, ("list[i] not a string for i in %s" %
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/code.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/code.py", line 103
    exec code in self.locals
            ^
SyntaxError: Missing parentheses in call to 'exec'

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/codecs.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/codecs.py", line 16
    except ImportError, why:
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/codeop.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/codeop.py", line 83
    except SyntaxError, err:
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/collections.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/collections.py", line 379
    print class_definition
                         ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(class_definition)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/colorsys.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/commands.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/compileall.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/compileall.py", line 35
    print 'Listing', dir, '...'
                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Listing', dir, '...')?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/contextlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/contextlib.py", line 37
    except StopIteration, exc:
                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/cookielib.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/copy.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/copy.py", line 370
    l = [None, 1, 2L, 3.14, 'xyzzy', (1, 2L), [3.14, 'abc'],
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/copy_reg.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/copy_reg.py", line 70
    raise TypeError, "can't pickle %s objects" % base.__name__
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/csv.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/csv.py", line 53
    except TypeError, e:
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dbhash.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dbhash.py", line 17
    def open(file, flag = 'r', mode=0666):
                                       ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/decimal.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/decimal.py", line 2138
    a = 1L << -(-_nbits(xc)//n) # initial estimate
         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/difflib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/difflib.py", line 918
    raise ValueError, 'unknown tag %r' % (tag,)
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dircache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dis.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dis.py", line 36
    print "Disassembly of %s:" % name
                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Disassembly of %s:" % name)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/doctest.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/doctest.py", line 393
    raise TypeError, 'Expected a module: %r' % module
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dumbdbm.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dumbdbm.py", line 163
    raise TypeError, "keys and values must be strings"
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dummy_thread.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/dummy_threading.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/filecmp.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/filecmp.py", line 150
    except os.error, why:
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fileinput.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fileinput.py", line 95
    raise RuntimeError, "input() already active"
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fnmatch.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/formatter.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/formatter.py", line 327
    print "new_alignment(%r)" % (align,)
                            ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fpformat.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fpformat.py", line 42
    if res is None: raise NotANumber, s
                                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/fractions.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ftplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ftplib.py", line 145
    print '*welcome*', self.sanitize(self.welcome)
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/functools.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/genericpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/getopt.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/getopt.py", line 210
    print getopt(sys.argv[1:], "a:b", ["alpha=", "beta"])
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/getpass.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/getpass.py", line 50
    except EnvironmentError, e:
                           ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/gettext.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/gettext.py", line 334
    LE_MAGIC = 0x950412deL
                         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/glob.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/gzip.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/gzip.py", line 129
    raise IOError, "Mode " + mode + " not supported"
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/hashlib.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/heapq.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/heapq.py", line 482
    print sort
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(sort)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/hmac.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/htmlentitydefs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/htmllib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/htmllib.py", line 471
    except IOError, msg:
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/httplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/httplib.py", line 398
    print "reply:", repr(line)
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ihooks.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ihooks.py", line 92
    print format%args
               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(format%args)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imaplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imaplib.py", line 873
    except (socket.error, OSError), val:
                                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imghdr.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imghdr.py", line 145
    print filename + '/:',
                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(filename + '/:', end=" ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imputil.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/imputil.py", line 109
    raise ImportError, 'No module named ' + fqname
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/inspect.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/io.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/keyword.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/linecache.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/locale.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/locale.py", line 90
    raise Error, '_locale emulation only supports "C" locale'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/macpath.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/macpath.py", line 148
    raise norm_error, 'Cannot use :: immediately after volume name'
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/macurl2path.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/macurl2path.py", line 18
    raise RuntimeError, 'Cannot convert non-local URL to pathname'
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mailbox.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mailbox.py", line 257
    os.mkdir(self._path, 0700)
                            ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mailcap.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mailcap.py", line 222
    print "usage: mailcap [MIMEtype file] ..."
                                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("usage: mailcap [MIMEtype file] ...")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/markupbase.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/md5.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mhlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mhlib.py", line 74
    FOLDER_PROTECT = 0700
                        ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimetools.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimetools.py", line 173
    raise ValueError, \
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimetypes.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimetypes.py", line 572
    print USAGE
              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(USAGE)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimify.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mimify.py", line 441
    print usage
              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(usage)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/modulefinder.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/modulefinder.py", line 111
    print "   ",
              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("   ", end=" ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/multifile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/multifile.py", line 67
    raise Error, "can't use whence=2 yet"
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/mutex.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/netrc.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/netrc.py", line 145
    print netrc()
              ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/new.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/nntplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/nntplib.py", line 136
    except NNTPTemporaryError, e:
                             ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ntpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/nturl2path.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/nturl2path.py", line 28
    raise IOError, error
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/numbers.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/opcode.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/optparse.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/optparse.py", line 250
    raise NotImplementedError, "subclasses must implement"
                             ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/os.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/os.py", line 117
    raise ImportError, 'no os specific module found'
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/os2emxpath.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pdb.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pdb.py", line 219
    print repr(obj)
             ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pickle.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pickle.py", line 865
    except _Stop, stopinst:
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pickletools.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pickletools.py", line 1770
    print "skipping %r: it doesn't look like an opcode name" % name
                                                           ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("skipping %r: it doesn't look like an opcode name" % name)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pipes.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pipes.py", line 111
    raise TypeError, \
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pkgutil.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pkgutil.py", line 541
    except IOError, msg:
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/platform.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/platform.py", line 386
    raise ValueError,'popen()-emulation only supports read mode'
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/plistlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/plistlib.py", line 301
    raise AttributeError, attr
                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/popen2.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/poplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/poplib.py", line 96
    if self._debugging > 1: print '*put*', repr(line)
                                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/posixfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/posixfile.py", line 83
    raise TypeError, 'posixfile.fileopen() arg must be file object'
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/posixpath.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/posixpath.py", line 292
    _uvarprog = re.compile(ur'\$(\w+|\{[^}]*\})', re.UNICODE)
                                               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pprint.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pprint.py", line 342
    print "_safe_repr:", t2 - t1
                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("_safe_repr:", t2 - t1)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/profile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/profile.py", line 88
    print "Documentation for the profile module can be found "
                                                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Documentation for the profile module can be found ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pstats.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pstats.py", line 75
    raise ValueError, "unrecognized keyword args: %s" % extras
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pty.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pty.py", line 58
    tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
                                                    ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/py_compile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/py_compile.py", line 114
    except Exception,err:
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pyclbr.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pyclbr.py", line 335
    print "class", obj.name, obj.super, obj.lineno
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("class", obj.name, obj.super, obj.lineno)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pydoc.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/pydoc.py", line 373
    raise TypeError, message
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/quopri.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/quopri.py", line 197
    except getopt.error, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/random.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/random.py", line 141
    except ValueError, e:
                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/re.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/re.py", line 247
    raise TypeError, "first argument must be string or compiled pattern"
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/repr.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rexec.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rexec.py", line 64
    exec TEMPLATE % (m, m)
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rfc822.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rfc822.py", line 119
    raise IOError, "unseekable file"
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rlcompleter.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/rlcompleter.py", line 60
    raise TypeError,'namespace must be a dictionary'
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/robotparser.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/runpy.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/runpy.py", line 72
    exec code in run_globals
            ^
SyntaxError: Missing parentheses in call to 'exec'

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sched.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sets.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sets.py", line 76
    raise TypeError, ("BaseSet is an abstract class.  "
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sgmllib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sgmllib.py", line 390
    print '*** Unbalanced </' + tag + '>'
                            ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('*** Unbalanced </' + tag + '>')?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sha.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shelve.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shlex.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shlex.py", line 56
    print 'shlex: reading from %s, line %d' \
                                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('shlex: reading from %s, line %d' \)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shutil.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/shutil.py", line 118
    except OSError, why:
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/site.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/site.py", line 152
    exec line
            ^
SyntaxError: Missing parentheses in call to 'exec'

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/smtpd.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/smtpd.py", line 123
    except socket.error, err:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/smtplib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/smtplib.py", line 312
    raise socket.error, "nonnumeric port"
                      ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sndhdr.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sndhdr.py", line 211
    print filename + '/:',
                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(filename + '/:', end=" ")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/socket.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/socket.py", line 356
    except error, e:
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_compile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_compile.py", line 23
    MAXCODE = 0xFFFFFFFFL
                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_constants.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_constants.py", line 263
    print "done"
               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("done")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_parse.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sre_parse.py", line 81
    raise error, ("redefinition of group name %s as group %d; "
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/ssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stat.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stat.py", line 22
    return mode & 07777
                      ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/statvfs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/string.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/string.py", line 70
    raise ValueError, "maketrans arguments must have same length"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stringold.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stringold.py", line 391
    raise ValueError, "maketrans arguments must have same length"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/stringprep.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/struct.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/subprocess.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/subprocess.py", line 408
    raise exc_type, exc_value, exc_trace
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sunau.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sunau.py", line 122
    AUDIO_UNKNOWN_SIZE = 0xFFFFFFFFL        # ((unsigned)(~0))
                                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sunaudio.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sunaudio.py", line 22
    raise error, 'gethdr: bad magic word'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/symbol.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/symtable.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/symtable.py", line 230
    raise ValueError, "name is bound to multiple namespaces"
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sysconfig.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/sysconfig.py", line 147
    except KeyError, var:
                   ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tabnanny.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tabnanny.py", line 46
    except getopt.error, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tarfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tarfile.py", line 136
    S_IFLNK = 0120000        # symbolic link
                    ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/telnetlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/telnetlib.py", line 241
    print 'Telnet(%s,%s):' % (self.host, self.port),
                         ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tempfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tempfile.py", line 216
    raise IOError, (_errno.ENOENT,
                 ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/textwrap.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/textwrap.py", line 429
    print dedent("Hello there.\n  This is indented.")
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/this.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/this.py", line 28
    print "".join([d.get(c, c) for c in s])
           ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/threading.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/threading.py", line 1299
    print item
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(item)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/timeit.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/timeit.py", line 144
    exec code in globals(), ns
            ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/toaiff.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/toaiff.py", line 86
    raise error, filename + ': uncompress failed'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/token.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/token.py", line 95
    except IOError, err:
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tokenize.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tokenize.py", line 153
    print "%d,%d-%d,%d:\t%s\t%s" % \
                               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%d,%d-%d,%d:\t%s\t%s" % \)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/trace.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/trace.py", line 244
    except (IOError, EOFError, ValueError), err:
                                          ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/traceback.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/tty.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/types.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urllib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urllib.py", line 216
    except socket.error, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urllib2.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urllib2.py", line 254
    raise AttributeError, attr
                        ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urlparse.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/urlparse.py", line 417
    raise ValueError, "bad query field: %r" % (name_value,)
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/user.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/uu.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/uu.py", line 75
    mode = 0666
              ^
SyntaxError: invalid token

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/uuid.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/uuid.py", line 153
    if not 0 <= time_low < 1<<32L:
                                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/warnings.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/warnings.py", line 129
    except _OptionError, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/wave.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/wave.py", line 131
    raise Error, 'file does not start with RIFF id'
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/weakref.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/weakref.py", line 85
    raise KeyError, key
                  ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/webbrowser.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/webbrowser.py", line 687
    except getopt.error, msg:
                       ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/whichdb.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/whichdb.py", line 117
    print whichdb(filename) or "UNKNOWN", filename
                ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xdrlib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xdrlib.py", line 80
    self.pack_uint(x>>32 & 0xffffffffL)
                                     ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xmllib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xmllib.py", line 813
    print 'xml: encoding =',encoding,'standalone =',standalone
                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('xml: encoding =',encoding,'standalone =',standalone)?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xmlrpclib.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/xmlrpclib.py", line 194
    MAXINT =  2L**31-1
               ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/zipfile.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Lib/zipfile.py", line 399
    raise RuntimeError, "Corrupt extra field %s"%(ln,)
                      ^
SyntaxError: invalid syntax

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Mac'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Mac/Extras.install.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Mac/Extras.install.py", line 28
    print "mkdir", curdst
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("mkdir", curdst)?

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Misc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Misc/BeOS-setup.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Misc/BeOS-setup.py", line 130
    except (CCompilerError, DistutilsError), why:
                                           ^
SyntaxError: invalid syntax

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Modules'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Modules/cgen.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Modules/cgen.py", line 36
    print i,
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(i, end=" ")?

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Objects'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PC'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PC/testpy.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PC/testpy.py", line 11
    print """Could not import the standard "os" module.
  Please check your PYTHONPATH environment variable."""

                                                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("""Could not import the standard "os" module.
  Please check your PYTHONPATH environment variable.""")?

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild/field3.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild/get_external.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild/prepare_ssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/PCbuild/rmpyc.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/asdl.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/asdl.py", line 99
    raise ValueError, "unmatched input: %s" % `s`
                    ^
SyntaxError: invalid syntax

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/asdl_c.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/asdl_c.py", line 1240
    print "Must specify exactly one output file"
                                               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Must specify exactly one output file")?

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/spark.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Parser/spark.py", line 62
    print "Lexical error at position %s" % pos
                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Lexical error at position %s" % pos)?

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Python'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Python/makeopcodetargets.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/RISCOS'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/Tools'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/android-build'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/setup.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a__ndk_target_21/python2/setup.py", line 286
    print "%-*s   %-*s   %-*s" % (longest, e, longest, f,
                             ^
SyntaxError: invalid syntax

Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/documentation'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/documentation/conf.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/six.egg-info'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/six.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a__ndk_target_21/six/test_six.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/dists'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/dists/myapp'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/hostpython2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/kivy'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/pyjnius'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/python2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_image'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_mixer'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/sdl2_ttf'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/build/packages/six'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/branches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/hooks'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/info'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs/refs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs/refs/heads'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs/refs/remotes'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/logs/refs/remotes/origin'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/objects'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/objects/info'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/objects/pack'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs/heads'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs/remotes'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs/remotes/origin'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.git/refs/tags'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/.github'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/ci'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/ci/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/ci/constants.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/ci/rebuild_updated_recipes.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/_static'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/conf.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/demo_docs'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/demo_docs/source'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/demo_docs/source/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/demo_docs/source/conf.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/sass'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/sphinx_rtd_theme'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/sphinx_rtd_theme/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/doc/source/ext/sphinx_rtd_theme/sphinx_rtd_theme/static'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/archs.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bdistapk.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstrap.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/build.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/gradle'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/gradle/wrapper'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/common/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/empty'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/empty/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/empty/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/build.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/buildlib'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/buildlib/argparse.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/buildlib/jinja2.egg'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/res'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/res/drawable'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/res/layout'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/res/values'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/src/com'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/src/org'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/pygame/build/tools'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/src/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/service_only/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/jni'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/jni/application'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/src/main'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/templates/test'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/webview/build/webview_includes'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/build.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/distribution.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/graph.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/includes'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/includes/arm64-v8a'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/includes/arm64-v8a/machine'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/patching.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/python.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/Pillow'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/Pillow/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/Pillow/patches'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/activity.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/billing.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/broadcast.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/loadingscreen.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/mixer.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/permissions.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/android/runnable.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/apsw'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/apsw/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/atom'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/atom/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/audiostream'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/audiostream/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/babel'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/babel/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/boost'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/boost/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/brokenrecipe'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/brokenrecipe/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cdecimal'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cdecimal/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cffi'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cffi/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cherrypy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cherrypy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/coverage'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/coverage/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cryptography'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cryptography/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cymunk'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/cymunk/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/dateutil'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/dateutil/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/decorator'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/decorator/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/doubleratchet'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/doubleratchet/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/enaml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/enaml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/enum34'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/enum34/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ethash'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ethash/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/evdev'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/evdev/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/feedparser'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/feedparser/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffmpeg'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffmpeg/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffmpeg/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffpyplayer'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffpyplayer/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffpyplayer_codecs'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ffpyplayer_codecs/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/flask'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/flask/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/fontconfig'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/fontconfig/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/freetype'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/freetype/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/genericndkbuild'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/genericndkbuild/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/gevent'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/gevent/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/gevent-websocket'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/gevent-websocket/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/greenlet'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/greenlet/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/groestlcoin_hash'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/groestlcoin_hash/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/harfbuzz'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/harfbuzz/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython2legacy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython2legacy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3crystax'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3crystax/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/icu'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/icu/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/idna'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/idna/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ifaddrs'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ifaddrs/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ipaddress'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ipaddress/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/jedi'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/jedi/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/jpeg'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/jpeg/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kivy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kivy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kiwisolver'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kiwisolver/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/leveldb'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/leveldb/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libcurl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libcurl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libexpat'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libexpat/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libffi'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libffi/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libgeos'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libgeos/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libglob'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libglob/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libiconv'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libiconv/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libmysqlclient'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libmysqlclient/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libnacl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libnacl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libogg'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libogg/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libpq'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libpq/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/librt'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/librt/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libsecp256k1'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libsecp256k1/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libshine'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libshine/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libsodium'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libsodium/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libtorrent'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libtorrent/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libtribler'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libtribler/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libvorbis'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libvorbis/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libx264'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libx264/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libxml2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libxml2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libxslt'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libxslt/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libzbar'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libzbar/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libzmq'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libzmq/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/lxml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/lxml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/m2crypto'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/m2crypto/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/msgpack-python'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/msgpack-python/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/mysqldb'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/mysqldb/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/netifaces'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/netifaces/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/numpy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/numpy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/numpy/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/omemo'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/omemo/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/omemo-backend-signal'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/omemo-backend-signal/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openal'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openal/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/opencv'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/opencv/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/opencv/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openssl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openssl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pbkdf2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pbkdf2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pil'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pil/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/png'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/png/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/preppy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/preppy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/protobuf_cpp'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/protobuf_cpp/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/psycopg2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/psycopg2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyaml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyaml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyasn1'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyasn1/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycparser'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycparser/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycrypto'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycrypto/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycryptodome'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pycryptodome/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyethereum'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyethereum/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyicu'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyicu/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyjnius'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyjnius/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyleveldb'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyleveldb/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pymunk'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pymunk/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pynacl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pynacl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyogg'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyogg/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyogg/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenal'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenal/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenal/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenssl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyopenssl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyproj'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyproj/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyrxp'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyrxp/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pysdl2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pysdl2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pysha3'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pysha3/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2legacy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2legacy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2legacy/patches'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python2legacy/patches/_scproxy.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3crystax'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3crystax/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pytz'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pytz/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyusb'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyusb/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyyaml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyyaml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyzbar'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyzbar/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyzmq'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyzmq/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/regex'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/regex/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/reportlab'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/reportlab/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/reportlab/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/requests'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/requests/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ruamel.yaml'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ruamel.yaml/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/scrypt'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/scrypt/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_image'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_image/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_mixer'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_mixer/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_ttf'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_ttf/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/secp256k1'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/secp256k1/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/setuptools'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/setuptools/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/shapely'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/shapely/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/simple-crypt'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/simple-crypt/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/six'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/six/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/snappy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/snappy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/spine'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/spine/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sqlalchemy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sqlalchemy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sqlite3'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sqlite3/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/storm'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/storm/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sympy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sympy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/twisted'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/twisted/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ujson'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/ujson/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/vispy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/vispy/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/vlc'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/vlc/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/websocket-client'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/websocket-client/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/wsaccel'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/wsaccel/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/x3dh'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/x3dh/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/xeddsa'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/xeddsa/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zbar'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zbar/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zbarlight'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zbarlight/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zeroconf'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zeroconf/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zeroconf/patches'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zope'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zope/__init__.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zope_interface'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/zope_interface/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/recommendations.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/tools'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/pythonforandroid/util.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/setup.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/test_builds'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/test_builds/tests'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/test_builds/tests/test_apk.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app/tests'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app/tests/__init__.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/on_device_unit_tests/test_app/tests/test_requirements.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_keyboard.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_pygame.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_flask.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python2.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python2_sqlite_openssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python2legacy_sqlite_openssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python3.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python3_sqlite_openssl.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python3crystax.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_python_encryption.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_testapp_service.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/setup_vispy.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_encryption'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_encryption/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_flask'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_flask/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_flask/static'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_flask/templates'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_keyboard'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_keyboard/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_nogui'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_nogui/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_service'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_service/main.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_service/p4atime.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_sqlite_openssl'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_sqlite_openssl/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_vispy'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testapp_vispy/main.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncher_setup'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncher_setup/pygame.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncher_setup/sdl2.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncherreboot_setup'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/testapps/testlauncherreboot_setup/sdl2.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests'...
Listing '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/recipes'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/recipes/test_gevent.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/recipes/test_reportlab.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/test_graph.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/test_logger.py'...
Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/python-for-android/tests/test_recipe.py'...
Listing '/home/vladislav/coding/python/0/.buildozer/applibs'...
Listing '/home/vladislav/coding/python/0/bin'...
Compiling '/home/vladislav/coding/python/0/main.py'...
Error while running "/home/vladislav/.local/share/python-for-android/build/other_builds/hostpython3/desktop/hostpython3/native-build/python -OO -m compileall -b -f /home/vladislav/coding/python/0"
This probably means one of your Python files has a syntax error, see logs above
AndreMiras commented 5 years ago

I'm even more confused now. That's again a different log right? These log show things like:

Compiling '/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/BaseHTTPServer.py'...
***   File "/home/vladislav/coding/python/0/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/Lib/BaseHTTPServer.py", line 330
    except socket.timeout, e:
                         ^
SyntaxError: invalid syntax

So it looks like it's trying to compile hostpython2 while you said you provided the following params:

 p4a apk --private /home/vladislav/coding/python/0 --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python3,kivy

Isn't this a big confusing? But yes these SyntaxError are definitely as if you were trying to run Python2 code from Python3. Could we clarify what's is this bug report about since it has 3 different situations? Ideally a bug report describes a situation in a comprehensive way so we can reproduce and try to fix. Can you help in that matter?

Watashis commented 5 years ago

So it looks like libtinfo cannot be found during the linking. So maybe try installing that in your system?

I installed libtinfo and my logs have become as in the message above.

I use python 3 python

ghost commented 5 years ago

@Watashis did you use python2 previously in the requirements before but changed it? Could you possibly try p4a clean_all to see if that fixes anything for you? Maybe there's something left over that makes it stick to python 2 for whatever reason

cscortes commented 5 years ago

Did you ever figure out the libtinfo issue on this problem. Seems I have a similar issue. Did you install libtinfo.so.5 -- I am running a 64 bit system, so I already have a 64 bit version of libtinfo.so.5 on my system, but it doesn't find that. Kind of wondering if you installed the libtinfo.so.5 on a 32 bit system? Or did you somehow install it in the toolchain directory? Any help appreciated!

cscortes commented 5 years ago

Silly enough, even though I found that the missing libtinfo.so.5 is really part of ncurses, on Fedora it is not part of ncurses or ncurses-devel (which is where I expected them). I think it is part of ncurses-compat or ncurses-static or one of the non-installed ncurses libraries. Even though there is a 64 bit version, that is not the one it is looking for. Hence, you need to install one of the others.

stipa01 commented 5 years ago

Hi! I am trying to compile a kivy app that uses sympy, but the compilation fails with the below log

Run 'dpkg --version'

Cwd None

Debian 'dpkg' package management program version 1.19.7 (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 /home/sephanayer/.local/bin/cython

Search for Java compiler (javac)

-> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac

Search for Java keytool (keytool)

-> found at /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool

Install platform

Run '/usr/bin/python3.7 -m pip install -q --user \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\' \'pep517\' \'pytoml\' \'virtualenv\''

Cwd None

Apache ANT found at /home/sephanayer/.buildozer/android/platform/apache-ant-1.9.4

Android SDK found at /home/sephanayer/.buildozer/android/platform/android-sdk

Android NDK found at /home/sephanayer/.buildozer/android/platform/android-ndk-r17c

Check application requirements

Check garden requirements

Compile platform

Run '/usr/bin/python3.7 -m pythonforandroid.toolchain create --dist_name=tipanapp --bootstrap=sdl2 --requirements=python3,kivy,sqlite3,fractions,os,errno,sys,time,webbrowser,string,secrets,re,requests,threading,queue,numpy,matplotlib,mpmath,sympy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/sephanayer/Tipan-Application/.buildozer/android/platform/build" --ndk-api=21'

Cwd /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android

/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py:85: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp [INFO]: Will compile for the following archs: armeabi-v7a [INFO]: Found Android API target in $ANDROIDAPI: 27 [INFO]: Available Android APIs are (27) [INFO]: Requested API target 27 is available, continuing. [INFO]: Found NDK dir in $ANDROIDNDK: /home/sephanayer/.buildozer/android/platform/android-ndk-r17c [INFO]: Found NDK version 17c [INFO]: Getting NDK API version (i.e. minimum supported API) from user argument [INFO]: Found virtualenv at /usr/local/bin/virtualenv [INFO]: ccache is missing, the build will not be optimized in the future. [INFO]: Found the following toolchain versions: ['4.9'] [INFO]: Picking the latest gcc toolchain, here 4.9 [INFO]: No existing dists meet the given requirements! [INFO]: No dist exists that meets your requirements, so one will be built. [INFO]: Found a single valid recipe set: ['errno', 'fractions', 'freetype', 'hostpython3', 'libffi', 'mpmath', 'openssl', 'os', 'png', 'queue', 're', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'secrets', 'sqlite3', 'string', 'sys', 'threading', 'time', 'webbrowser', 'python3', 'sdl2', 'numpy', 'setuptools', 'sympy', 'kiwisolver', 'requests', 'six', 'matplotlib', 'pyjnius', 'android', 'kivy'] [INFO]: The selected bootstrap is sdl2 [INFO]: # Creating dist with sdl2 bootstrap [INFO]: Dist will have name tipanapp and requirements (python3, kivy, sqlite3, fractions, os, errno, sys, time, webbrowser, string, secrets, re, requests, threading, queue, numpy, matplotlib, mpmath, sympy) [INFO]: Dist contains the following requirements as recipes: ['freetype', 'hostpython3', 'libffi', 'openssl', 'png', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'numpy', 'setuptools', 'sympy', 'kiwisolver', 'requests', 'six', 'matplotlib', 'pyjnius', 'android', 'kivy'] [INFO]: Dist will also contain modules (mpmath, fractions, errno, os, re, python-dateutil, webbrowser, threading, cycler, sys, pyparsing, string, secrets, time, queue) installed from pip [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3 [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Recipe build order is ['freetype', 'hostpython3', 'libffi', 'openssl', 'png', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'numpy', 'setuptools', 'sympy', 'kiwisolver', 'requests', 'six', 'matplotlib', 'pyjnius', 'android', 'kivy'] [INFO]: The requirements (cycler, errno, fractions, mpmath, os, pyparsing, python-dateutil, queue, re, secrets, string, sys, threading, time, webbrowser) were not found as recipes, they will be installed with pip. [INFO]: # Downloading recipes [INFO]: Downloading freetype [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 65 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/freetype [INFO]: -> running basename http://download.savan...(and 51 more) [INFO]: freetype download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading hostpython3 [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 68 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/hostpython3 [INFO]: -> running basename https://www.python.org...(and 34 more) [INFO]: hostpython3 download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading libffi [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 63 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/libffi [INFO]: -> running basename https://github.com/lib...(and 32 more) [INFO]: libffi download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading openssl [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 64 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/openssl [INFO]: -> running basename https://www.openssl.or...(and 29 more) [INFO]: openssl download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading png [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 60 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/png [INFO]: -> running basename https://github.com/gle...(and 31 more) [INFO]: png download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading sdl2_image [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sdl2_image [INFO]: -> running basename https://www.libsdl.or...(and 52 more) [INFO]: sdl2_image download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading sdl2_mixer [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sdl2_mixer [INFO]: -> running basename https://www.libsdl.or...(and 52 more) [INFO]: sdl2_mixer download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading sdl2_ttf [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 65 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sdl2_ttf [INFO]: -> running basename https://www.libsdl.org...(and 48 more) [INFO]: sdl2_ttf download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading sqlite3 [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 64 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sqlite3 [INFO]: -> running basename https://www.sqlite.org...(and 37 more) [INFO]: sqlite3 download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading python3 [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 64 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/python3 [INFO]: -> running basename https://www.python.org...(and 34 more) [INFO]: python3 download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading sdl2 [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 61 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sdl2 [INFO]: -> running basename https://www.libsdl.org...(and 26 more) [INFO]: sdl2 download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading numpy [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 62 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/numpy [INFO]: -> running basename https://pypi.python.or...(and 42 more) [INFO]: numpy download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading setuptools [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/setuptools [INFO]: -> running basename https://pypi.python.o...(and 53 more) [INFO]: setuptools download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading sympy [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 62 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/sympy [INFO]: -> running basename https://github.com/sy...(and 58 more) [INFO]: sympy download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading kiwisolver [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/kiwisolver [INFO]: -> running basename https://github.com/nuc...(and 28 more) [INFO]: kiwisolver download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading requests [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 65 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/requests [INFO]: -> running basename https://github.com/ken...(and 41 more) [INFO]: requests download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading six [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 60 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/six [INFO]: -> running basename https://pypi.python.or...(and 41 more) [INFO]: six download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading matplotlib [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 67 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/matplotlib [INFO]: -> running basename https://github.com/mat...(and 37 more) [INFO]: matplotlib download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading pyjnius [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 64 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/pyjnius [INFO]: -> running basename https://github.com/kiv...(and 29 more) [INFO]: pyjnius download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Downloading android [INFO]: Skipping android download as no URL is set [INFO]: Downloading kivy [INFO]: -> running mkdir -p /home/sephanayer/Tipa...(and 61 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/packages/kivy [INFO]: -> running basename https://github.com/kiv...(and 25 more) [INFO]: kivy download already cached, skipping
[INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: # Building all recipes for arch armeabi-v7a [INFO]: # Unpacking recipes [INFO]: Unpacking freetype for armeabi-v7a [INFO]: -> running basename http://download.savan...(and 51 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/freetype/armeabi-v7andk_target_21 [INFO]: freetype is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking hostpython3 for armeabi-v7a [INFO]: -> running basename https://www.python.org...(and 34 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop [INFO]: hostpython3 is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking libffi for armeabi-v7a [INFO]: -> running basename https://github.com/lib...(and 32 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/libffi/armeabi-v7andk_target_21 [INFO]: libffi is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking openssl for armeabi-v7a [INFO]: -> running basename https://www.openssl.or...(and 29 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/openssl/armeabi-v7andk_target_21 [INFO]: openssl is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking png for armeabi-v7a [INFO]: -> running basename https://github.com/gle...(and 31 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/png/armeabi-v7andk_target_21 [INFO]: png is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking sdl2_image for armeabi-v7a [INFO]: -> running basename https://www.libsdl.or...(and 52 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni [INFO]: sdl2_image is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking sdl2_mixer for armeabi-v7a [INFO]: -> running basename https://www.libsdl.or...(and 52 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni [INFO]: sdl2_mixer is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking sdl2_ttf for armeabi-v7a [INFO]: -> running basename https://www.libsdl.org...(and 48 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni [INFO]: sdl2_ttf is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking sqlite3 for armeabi-v7a [INFO]: -> running basename https://www.sqlite.org...(and 37 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/sqlite3/armeabi-v7andk_target_21 [INFO]: sqlite3 is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking python3 for armeabi-v7a [INFO]: -> running basename https://www.python.org...(and 34 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/python3-libffi-openssl-sqlite3/armeabi-v7andk_target_21 [INFO]: python3 is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking sdl2 for armeabi-v7a [INFO]: -> running basename https://www.libsdl.org...(and 26 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni [INFO]: sdl2 is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking numpy for armeabi-v7a [INFO]: -> running basename https://pypi.python.or...(and 42 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/numpy-python3/armeabi-v7andk_target_21 [INFO]: numpy is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking setuptools for armeabi-v7a [INFO]: -> running basename https://pypi.python.o...(and 53 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21 [INFO]: setuptools is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking sympy for armeabi-v7a [INFO]: -> running basename https://github.com/sy...(and 58 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/sympy-python3/armeabi-v7andk_target_21 [INFO]: sympy is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking kiwisolver for armeabi-v7a [INFO]: -> running basename https://github.com/nuc...(and 28 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/kiwisolver-python3/armeabi-v7andk_target_21 [INFO]: kiwisolver is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking requests for armeabi-v7a [INFO]: -> running basename https://github.com/ken...(and 41 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/requests-python3/armeabi-v7a__ndk_target_21 [INFO]: requests is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking six for armeabi-v7a [INFO]: -> running basename https://pypi.python.or...(and 41 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/six-python3/armeabi-v7andk_target_21 [INFO]: six is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking matplotlib for armeabi-v7a [INFO]: -> running basename https://github.com/mat...(and 37 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/matplotlib-python3/armeabi-v7andk_target_21 [INFO]: matplotlib is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Unpacking pyjnius for armeabi-v7a [INFO]: -> running basename https://github.com/kiv...(and 29 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21 [INFO]: pyjnius is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: -> running rm -rf /home/sephanayer/Tipan-...(and 120 more) [INFO]: -> running cp -a /home/sephanayer/Tipan-A...(and 238 more) [INFO]: Unpacking kivy for armeabi-v7a [INFO]: -> running basename https://github.com/kiv...(and 25 more) [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/kivy-python3/armeabi-v7andk_target_21 [INFO]: kivy is already unpacked, skipping [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: # Prebuilding recipes [INFO]: Prebuilding freetype for armeabi-v7a [INFO]: freetype has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding hostpython3 for armeabi-v7a [INFO]: hostpython3 has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding libffi for armeabi-v7a [INFO]: libffi has no prebuild_armeabi_v7a, skipping [INFO]: Applying patches for libffi[armeabi-v7a] [INFO]: libffi already patched, skipping [INFO]: Prebuilding openssl for armeabi-v7a [INFO]: openssl has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding png for armeabi-v7a [INFO]: png has no prebuild_armeabi_v7a, skipping [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]: sdl2_image already patched, skipping [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]: sdl2_mixer already patched, skipping [INFO]: Prebuilding sdl2_ttf for armeabi-v7a [INFO]: sdl2_ttf has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding sqlite3 for armeabi-v7a [INFO]: sqlite3 has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding python3 for armeabi-v7a [INFO]: python3 has no prebuild_armeabi_v7a, skipping [INFO]: Applying patches for python3[armeabi-v7a] [INFO]: python3 already patched, skipping [INFO]: Prebuilding sdl2 for armeabi-v7a [INFO]: sdl2 has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding numpy for armeabi-v7a [INFO]: numpy has no prebuild_armeabi_v7a, skipping [INFO]: Applying patches for numpy[armeabi-v7a] [INFO]: numpy already patched, skipping [INFO]: Prebuilding setuptools for armeabi-v7a [INFO]: setuptools has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding sympy for armeabi-v7a [INFO]: sympy has no prebuild_armeabi_v7a, skipping [INFO]: Applying patches for sympy[armeabi-v7a] [INFO]: sympy already patched, skipping [INFO]: Prebuilding kiwisolver for armeabi-v7a [INFO]: kiwisolver has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding requests for armeabi-v7a [INFO]: requests has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding six for armeabi-v7a [INFO]: six has no prebuild_armeabi_v7a, skipping [INFO]: Prebuilding matplotlib for armeabi-v7a [INFO]: Applying patches for matplotlib[armeabi-v7a] [INFO]: matplotlib already patched, skipping [INFO]: Prebuilding pyjnius for armeabi-v7a [INFO]: pyjnius has no prebuild_armeabi_v7a, skipping [INFO]: Applying patches for pyjnius[armeabi-v7a] [INFO]: pyjnius already patched, skipping [INFO]: Prebuilding android for armeabi-v7a [INFO]: android has no prebuild_armeabi_v7a, skipping [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/android-python3-sdl2/armeabi-v7andk_target_21/android [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Prebuilding kivy for armeabi-v7a [INFO]: kivy has no prebuild_armeabi_v7a, skipping [INFO]: # Building recipes [INFO]: Building freetype for armeabi-v7a [INFO]: freetype said it is already built, skipping [INFO]: Building hostpython3 for armeabi-v7a [INFO]: Skipping hostpython3 (3.7.1) build, as it has already been completed [INFO]: Building libffi for armeabi-v7a [INFO]: libffi said it is already built, skipping [INFO]: Building openssl for armeabi-v7a [INFO]: openssl said it is already built, skipping [INFO]: Building png for armeabi-v7a [INFO]: png said it is already built, skipping [INFO]: Building sdl2_image for armeabi-v7a [INFO]: Building sdl2_mixer for armeabi-v7a [INFO]: Building sdl2_ttf for armeabi-v7a [INFO]: Building sqlite3 for armeabi-v7a [INFO]: sqlite3 said it is already built, skipping [INFO]: Building python3 for armeabi-v7a [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/python3-libffi-openssl-sqlite3/armeabi-v7andk_target_21/python3/android-build [WARNING]: Doing some hacky stuff to link properly [INFO]: -> running cp /home/sephanayer/.buildozer...(and 89 more) [INFO]: -> running cp /home/sephanayer/.buildozer...(and 87 more) [INFO]: Activating flags for sqlite3 [INFO]: Activating flags for libffi [INFO]: Activating flags for openssl [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Building sdl2 for armeabi-v7a [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni [INFO]: -> running ndk-build V=1 [INFO]: <- directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android [INFO]: Building numpy for armeabi-v7a [INFO]: Python package already exists in site-packages [INFO]: numpy said it is already built, skipping [INFO]: Building setuptools for armeabi-v7a [INFO]: Python package already exists in site-packages [INFO]: setuptools said it is already built, skipping [INFO]: Building sympy for armeabi-v7a [INFO]: sympy apparently isn't already in site-packages [INFO]: Installing sympy into site-packages [INFO]: -> directory context /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/sympy-python3/armeabi-v7a__ndk_target_21/sympy [INFO]: -> running python setup.py install -O2 --...(and 120 more) Exception in thread background thread for pid 31264:
Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/usr/lib/python3.7/threading.py", line 870, in run self._target(*self._args, *self._kwargs) File "/usr/local/lib/python3.7/dist-packages/sh.py", line 1540, in wrap fn(args, **kwargs) File "/usr/local/lib/python3.7/dist-packages/sh.py", line 2459, in background_thread handle_exit_code(exit_code) File "/usr/local/lib/python3.7/dist-packages/sh.py", line 2157, in fn return self.command.handle_command_exit_code(exit_code) File "/usr/local/lib/python3.7/dist-packages/sh.py", line 815, in handle_command_exit_code raise exc sh.ErrorReturnCode_255:

RAN: /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py install -O2 --root=/home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/python-installs/tipanapp --install-lib=.

STDOUT: Please install the mpmath package with a version >= 0.19

STDERR:

Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1192, in main() File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py", line 18, in main ToolchainCL() File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 668, in init getattr(self, args.subparsername.replace('-', ''))(args) File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 153, in wrapper_func build_dist_from_args(ctx, dist, args) File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 206, in build_dist_from_args args, "ignore_setup_py", False File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 577, in build_recipes recipe.build_arch(arch) File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 844, in build_arch self.install_python_package(arch) File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 863, in install_python_package _env=hpenv, *self.setup_extra_args) File "/home/sephanayer/Tipan-Application/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 180, in shprint for line in output: File "/usr/local/lib/python3.7/dist-packages/sh.py", line 863, in next self.wait() File "/usr/local/lib/python3.7/dist-packages/sh.py", line 792, in wait self.handle_command_exit_code(exit_code) File "/usr/local/lib/python3.7/dist-packages/sh.py", line 815, in handle_command_exit_code raise exc sh.ErrorReturnCode_255:

RAN: /home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py install -O2 --root=/home/sephanayer/Tipan-Application/.buildozer/android/platform/build/build/python-installs/tipanapp --install-lib=.

STDOUT: Please install the mpmath package with a version >= 0.19

STDERR:

Command failed: /usr/bin/python3.7 -m pythonforandroid.toolchain create --dist_name=tipanapp --bootstrap=sdl2 --requirements=python3,kivy,sqlite3,fractions,os,errno,sys,time,webbrowser,string,secrets,re,requests,threading,queue,numpy,matplotlib,mpmath,sympy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/sephanayer/Tipan-Application/.buildozer/android/platform/build" --ndk-api=21

Buildozer failed to execute the last command

The error might be hidden in the log above this error

Please read the full log, and search for it before

raising an issue with buildozer itself.

In case of a bug report, please add a full log with log_level = 2

This is my buildozer.spec file

[app]

(str) Title of your application

title = Tipan Application

(str) Package name

package.name = tipanapp

(str) Package domain (needed for android/ios packaging)

package.domain = org.test

(str) Source code where the main.py live

source.dir = .

(list) Source files to include (let empty to include all the files)

source.include_exts = py,png,jpg,kv,atlas,ico,db

(list) List of inclusions using pattern matching

source.include_patterns = assets/,images/.png

(list) Source files to exclude (let empty to not exclude anything)

source.exclude_exts = spec

(list) List of directory to exclude (let empty to not exclude anything)

source.exclude_dirs = tests, bin

(list) List of exclusions using pattern matching

source.exclude_patterns = license,images//.jpg

(str) Application versioning (method 1)

version = 1

(str) Application versioning (method 2)

version.regex = version = '"['"]

version.filename = %(source.dir)s/main.py

(list) Application requirements

comma separated e.g. requirements = sqlite3,kivy

requirements = python3,kivy,sqlite3,fractions,os,errno,sys,time,webbrowser,string,secrets,re,requests,threading,queue,numpy,matplotlib,mpmath,sympy

(str) Custom source folders for requirements

Sets custom source for any requirements with recipes

requirements.source.kivy = ../../kivy

(list) Garden requirements

garden_requirements =

(str) Presplash of the application

presplash.filename = %(source.dir)s/data/presplash.png

(str) Icon of the application

icon.filename = %(source.dir)s/data/icon.png

(str) Supported orientation (one of landscape, sensorLandscape, portrait or all)

orientation = portrait

(list) List of service to declare

services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY

#

OSX Specific

#

#

author = © Copyright Info

change the major version of python used by the app

osx.python_version = 3

Kivy version to use

osx.kivy_version = 1.9.1

#

Android specific

#

(bool) Indicate if the application should be fullscreen or not

fullscreen = 0

(string) Presplash background color (for new android toolchain)

Supported formats are: #RRGGBB #AARRGGBB or one of the following names:

red, blue, green, black, white, gray, cyan, magenta, yellow, lightgray,

darkgray, grey, lightgrey, darkgrey, aqua, fuchsia, lime, maroon, navy,

olive, purple, silver, teal.

android.presplash_color = #FFFFFF

(list) Permissions

android.permissions = INTERNET

(int) Target Android API, should be as high as possible.

android.api = 27

(int) Minimum API your APK will support.

android.minapi = 21

(int) Android SDK version to use

android.sdk = 20

(str) Android NDK version to use

android.ndk = 17c

(int) Android NDK API to use. This is the minimum API your app will support, it should usually match android.minapi.

android.ndk_api = 21

(bool) Use --private data storage (True) or --dir public storage (False)

android.private_storage = True

(str) Android NDK directory (if empty, it will be automatically downloaded.)

android.ndk_path =

(str) Android SDK directory (if empty, it will be automatically downloaded.)

android.sdk_path =

(str) ANT directory (if empty, it will be automatically downloaded.)

android.ant_path =

(bool) If True, then skip trying to update the Android sdk

This can be useful to avoid excess Internet downloads or save time

when an update is due and you just want to test/build your package

android.skip_update = False

(bool) If True, then automatically accept SDK license

agreements. This is intended for automation only. If set to False,

the default, you will be shown the license when first running

buildozer.

android.accept_sdk_license = False

(str) Android entry point, default is ok for Kivy-based app

android.entrypoint = org.renpy.android.PythonActivity

(list) Pattern to whitelist for the whole project

android.whitelist = unittest/*

(str) Path to a custom whitelist file

android.whitelist_src =

(str) Path to a custom blacklist file

android.blacklist_src =

(list) List of Java .jar files to add to the libs so that pyjnius can access

their classes. Don't add jars that you do not need, since extra jars can slow

down the build process. Allows wildcards matching, for example:

OUYA-ODK/libs/*.jar

android.add_jars = foo.jar,bar.jar,path/to/more/*.jar

(list) List of Java files to add to the android project (can be java or a

directory containing the files)

android.add_src =

(list) Android AAR archives to add (currently works only with sdl2_gradle

bootstrap)

android.add_aars =

(list) Gradle dependencies to add (currently works only with sdl2_gradle

bootstrap)

android.gradle_dependencies =

(list) Java classes to add as activities to the manifest.

android.add_activites = com.example.ExampleActivity

(str) python-for-android branch to use, defaults to master

p4a.branch = master

(str) OUYA Console category. Should be one of GAME or APP

If you leave this blank, OUYA support will not be enabled

android.ouya.category = GAME

(str) Filename of OUYA Console icon. It must be a 732x412 png image.

android.ouya.icon.filename = %(source.dir)s/data/ouya_icon.png

(str) XML file to include as an intent filters in tag

android.manifest.intent_filters =

(str) launchMode to set for the main activity

android.manifest.launch_mode = standard

(list) Android additional libraries to copy into libs/armeabi

android.add_libs_armeabi = libs/android/*.so

android.add_libs_armeabi_v7a = libs/android-v7/*.so

android.add_libs_x86 = libs/android-x86/*.so

android.add_libs_mips = libs/android-mips/*.so

(bool) Indicate whether the screen should stay on

Don't forget to add the WAKE_LOCK permission if you set this to True

android.wakelock = False

(list) Android application meta-data to set (key=value format)

android.meta_data =

(list) Android library project to add (will be added in the

project.properties automatically.)

android.library_references =

(str) Android logcat filters to use

android.logcat_filters = *:S python:D

(bool) Copy library instead of making a libpymodules.so

android.copy_libs = 1

(str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86

android.arch = armeabi-v7a

#

Python for android (p4a) specific

#

(str) python-for-android git clone directory (if empty, it will be automatically cloned from github)

p4a.source_dir =

(str) The directory in which python-for-android should look for your own build recipes (if any)

p4a.local_recipes =

(str) Filename to the hook for p4a

p4a.hook =

(str) Bootstrap to use for android builds

p4a.bootstrap = sdl2

(int) port number to specify an explicit --port= p4a argument (eg for bootstrap flask)

p4a.port =

#

iOS specific

#

(str) Path to a custom kivy-ios folder

ios.kivy_ios_dir = ../kivy-ios

Alternately, specify the URL and branch of a git checkout:

ios.kivy_ios_url = https://github.com/kivy/kivy-ios ios.kivy_ios_branch = master

Another platform dependency: ios-deploy

Uncomment to use a custom checkout

ios.ios_deploy_dir = ../ios_deploy

Or specify URL and branch

ios.ios_deploy_url = https://github.com/phonegap/ios-deploy ios.ios_deploy_branch = 1.7.0

(str) Name of the certificate to use for signing the debug version

Get a list of available identities: buildozer ios list_identities

ios.codesign.debug = "iPhone Developer: ()"

(str) Name of the certificate to use for signing the release version

ios.codesign.release = %(ios.codesign.debug)s

[buildozer]

(int) Log level (0 = error only, 1 = info, 2 = debug (with command output))

log_level = 2

(int) Display warning if buildozer is run as root (0 = False, 1 = True)

warn_on_root = 1

(str) Path to build artifact storage, absolute or relative to spec file

build_dir = ./.buildozer

(str) Path to build output (i.e. .apk, .ipa) storage

bin_dir = ./bin

-----------------------------------------------------------------------------

List as sections

#

You can define all the "list" as [section:key].

Each line will be considered as a option to the list.

Let's take [app] / source.exclude_patterns.

Instead of doing:

#

[app]

source.exclude_patterns = license,data/audio/.wav,data/images/original/

#

This can be translated into:

#

[app:source.exclude_patterns]

license

data/audio/*.wav

data/images/original/*

#

-----------------------------------------------------------------------------

Profiles

#

You can extend section / key with a profile

For example, you want to deploy a demo version of your application without

HD content. You could first change the title to add "(demo)" in the name

and extend the excluded directories to remove the HD content.

#

[app@demo]

title = My Application (demo)

#

[app:source.exclude_patterns@demo]

images/hd/*

#

Then, invoke the command line with the "demo" profile:

#

buildozer --profile demo android debug

Thanks for any help

misl6 commented 2 years ago

Closing for inactivity. Feel free to re-open a specific issue with all the details, if it persists.