# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.18.4 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# -> found at /usr/bin/git
# Search for Cython (cython)
# -> found at /usr/local/bin/cython
# Search for Java compiler (javac)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run '/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/kivy/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/kivy/Android/android-sdk-28
# Android NDK found at /home/kivy/Android/android-ndk-r16b
# Check application requirements
# Check garden requirements
# Compile platform
# Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=camapp --bootstrap=sdl2 --requirements=python3,kivy==1.10.1,cv2 --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/kivy/Projects/Camera/.buildozer/android/platform/build"'
# Cwd /home/kivy/Repos/python-for-android/
[INFO]: Recipe kivy: version "1.10.1" requested
[INFO]: Will compile for the following archs: armeabi-v7a
[INFO]: Found Android API target in $ANDROIDAPI: 27
[INFO]: Available Android APIs are (13, 19, 21, 26, 27)
[INFO]: Requested API target 27 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK: /home/kivy/Android/android-ndk-r16b
[INFO]: Got NDK version from $ANDROIDNDKVER: r9c
[WARNING]: NDK API target was not set manually, using the default of 21 = min(android-api=27, default ndk-api=21)
[INFO]: Using Google NDK r9c
[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.
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import TargetPythonRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import shprint, current_directory
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.logger import logger, info, error
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.util import ensure_dir, walk_valid_filens
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3/__init__.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join, dirname
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3/__init__.py:6: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os import environ
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3/__init__.py:7: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import glob
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3/__init__.py:8: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/hostpython3/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import Recipe, shprint, info
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/hostpython3/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.util import ensure_dir, current_directory
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/hostpython3/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join, exists
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/hostpython3/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/kivy/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import CythonRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/kivy/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, shprint
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/kivy/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join, basename
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/kivy/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/kivy/__init__.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import glob
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pyjnius/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import CythonRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pyjnius/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import shprint, current_directory, info
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pyjnius/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.patching import will_build
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pyjnius/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pyjnius/__init__.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/six/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import PythonRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python2/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import TargetPythonRecipe, Recipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python2/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import shprint, current_directory, info
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python2/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.patching import (is_darwin, is_api_gt,
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python2/__init__.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join, realpath
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python2/__init__.py:6: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os import walk
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python2/__init__.py:7: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import glob
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python2/__init__.py:8: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3crystax/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import TargetPythonRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3crystax/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import shprint
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3crystax/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.logger import info, error
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3crystax/__init__.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.util import ensure_dir, temp_directory
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3crystax/__init__.py:6: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/python3crystax/__init__.py:7: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/genericndkbuild/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/genericndkbuild/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, shprint
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/genericndkbuild/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl2/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl2/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, shprint
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl2/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, info, shprint
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl2_image/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl2_image/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.patching import is_arch
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl2_mixer/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/sdl2_ttf/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components/__init__.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, shprint, info
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame_bootstrap_components/__init__.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import glob
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import Recipe
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.util import current_directory, ensure_dir
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.logger import debug, shprint, info, warning
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame/__init__.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame/__init__.py:6: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/pygame/__init__.py:7: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import glob
[INFO]: Found a single valid recipe set: [u'cv2', 'hostpython3', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', u'python3', 'sdl2', 'six', 'pyjnius', u'kivy']
[INFO]: The selected bootstrap is sdl2
[INFO]: # Creating dist with sdl2 bootstrap
[INFO]: Dist will have name camapp and recipes (python3, kivy, cv2)
[INFO]: Dist will also contain modules (cv2) installed from pip
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Recipe build order is ['hostpython3', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', u'python3', 'sdl2', 'six', 'pyjnius', u'kivy']
[INFO]: The requirements (cv2) were not found as recipes, they will be installed with pip.
[INFO]: # Downloading recipes
[INFO]: Downloading hostpython3
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 60 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/hostpython3
[INFO]: -> running rm -f .mark-Python-3.7.1.tgz
- Download 98.[INFO]: -> running touch .mark-Python-3.7.1.tgz
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Downloading sdl2_image
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 59 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/sdl2_image
[INFO]: -> running rm -f .mark-SDL2_image-2.0.1.tar.gz
- Download 96.[INFO]: -> running touch .mark-SDL2_image-2.0.1.tar.gz
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Downloading sdl2_mixer
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 59 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/sdl2_mixer
[INFO]: -> running rm -f .mark-SDL2_mixer-2.0.1.tar.gz
- Download 97.0[INFO]: -> running touch .mark-SDL2_mixer-2.0.1.tar.gz
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Downloading sdl2_ttf
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 57 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/sdl2_ttf
[INFO]: -> running rm -f .mark-SDL2_ttf-2.0.14.tar.gz
- Do[INFO]: -> running touch .mark-SDL2_ttf-2.0.14.tar.gz
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Downloading python3
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 56 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/python3
[INFO]: -> running rm -f .mark-Python-3.7.1.tgz
- Download 98.9[INFO]: -> running touch .mark-Python-3.7.1.tgz
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Downloading sdl2
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 53 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/sdl2
[INFO]: -> running rm -f .mark-SDL2-2.0.4.tar.gz
- Do[INFO]: -> running touch .mark-SDL2-2.0.4.tar.gz
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Downloading six
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 52 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/six
[INFO]: -> running rm -f .mark-six-1.9.0.tar.gz
[INFO]: -> running touch .mark-six-1.9.0.tar.gz
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Downloading pyjnius
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 56 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/pyjnius
[INFO]: -> running rm -f .mark-1.1.3.zip
- Do[INFO]: -> running touch .mark-1.1.3.zip
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Downloading kivy
[INFO]: -> running mkdir -p /home/kivy/Projects/C...(and 53 more)
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/packages/kivy
[INFO]: -> running rm -f .mark-1.10.1.zip
- [INFO]: -> running touch .mark-1.10.1.zip
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: # Building all recipes for arch armeabi-v7a
[INFO]: # Unpacking recipes
[INFO]: Unpacking hostpython3 for armeabi-v7a
working: Python-3.7.1.tgz [INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop
[INFO]: -> running tar tf /home/kivy/Projects/Cam...(and 75 more)
working: Python-3.7.1/Objects/methodobject.[INFO]: -> running mv Python-3.7.1 /home/kivy/Pro...(and 97 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Unpacking sdl2_image for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: -> running tar tf /home/kivy/Projects/Cam...(and 81 more)
working: SDL2_image-2.0.1/aci[INFO]: -> running mv SDL2_image-2.0.1 /home/kivy...(and 101 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Unpacking sdl2_mixer for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: -> running tar tf /home/kivy/Projects/Cam...(and 81 more)
working: SDL2_mixer-2.0[INFO]: -> running mv SDL2_mixer-2.0.1 /home/kivy...(and 101 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Unpacking sdl2_ttf for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: -> running tar tf /home/kivy/Projects/Cam...(and 78 more)
working: SDL2_ttf-2.0[INFO]: -> running mv SDL2_ttf-2.0.14 /home/kivy/...(and 98 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Unpacking python3 for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/python3/armeabi-v7a__ndk_target_21
[INFO]: -> running tar tf /home/kivy/Projects/Cam...(and 71 more)
working: Python-3.7.1/Objects/t[INFO]: -> running mv Python-3.7.1 /home/kivy/Pro...(and 108 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Unpacking sdl2 for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: -> running tar tf /home/kivy/Projects/Cam...(and 69 more)
working: SDL2-2.0.4/acinclude[INFO]: -> running mv SDL2-2.0.4 /home/kivy/Proje...(and 88 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Unpacking six for armeabi-v7a
working: six-1.9.0.tar.gz [INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/six-python3/armeabi-v7a__ndk_target_21
[INFO]: -> running tar tf /home/kivy/Projects/Cam...(and 67 more)
working: six-1.9.0/documentation/Makefile [INFO]: -> running mv six-1.9.0 /home/kivy/Projec...(and 105 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Unpacking pyjnius for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21
[INFO]: -> running mv pyjnius-1.1.3 /home/kivy/Pr...(and 122 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Unpacking kivy for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/kivy-python3-sdl2/armeabi-v7a__ndk_target_21
[INFO]: -> running mv kivy-1.10.1 /home/kivy/Proj...(and 114 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: # Prebuilding recipes
[INFO]: Prebuilding hostpython3 for armeabi-v7a
[INFO]: hostpython3 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]: Applying patch toggle_jpg_png_webp.patch
[INFO]: -> running patch -t -d /home/kivy/Project...(and 198 more)
[INFO]: Applying patch extra_cflags.patch
[INFO]: -> running patch -t -d /home/kivy/Project...(and 191 more)
[INFO]: Applying patch fix_with_ndk_15_plus.patch
[INFO]: -> running patch -t -d /home/kivy/Project...(and 199 more)
[INFO]: -> running touch /home/kivy/Projects/Came...(and 96 more)
[INFO]: Prebuilding sdl2_mixer for armeabi-v7a
[INFO]: sdl2_mixer has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_mixer[armeabi-v7a]
[INFO]: Applying patch toggle_modplug_mikmod_smpeg_ogg.patch
[INFO]: -> running patch -t -d /home/kivy/Project...(and 210 more)
[INFO]: -> running touch /home/kivy/Projects/Came...(and 96 more)
[INFO]: Prebuilding sdl2_ttf for armeabi-v7a
[INFO]: sdl2_ttf has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding python3 for armeabi-v7a
[INFO]: python3 has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding sdl2 for armeabi-v7a
[INFO]: sdl2 has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2[armeabi-v7a]
[INFO]: Applying patch add_nativeSetEnv.patch
[INFO]: -> running patch -t -d /home/kivy/Project...(and 182 more)
[INFO]: -> running touch /home/kivy/Projects/Came...(and 89 more)
[INFO]: Prebuilding six for armeabi-v7a
[INFO]: six has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding pyjnius for armeabi-v7a
[INFO]: pyjnius has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for pyjnius[armeabi-v7a]
[INFO]: Applying patch sdl2_jnienv_getter.patch
[INFO]: -> running patch -t -d /home/kivy/Project...(and 218 more)
[INFO]: -> running touch /home/kivy/Projects/Came...(and 120 more)
[INFO]: Prebuilding kivy for armeabi-v7a
[INFO]: kivy has no prebuild_armeabi_v7a, skipping
[INFO]: # Building recipes
[INFO]: Building hostpython3 for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build
[INFO]: -> running configure
wo[INFO]: <- directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3
[INFO]: -> running cp Modules/Setup.dist /home/ki...(and 130 more)
[INFO]: -> running make -C /home/kivy/Projects/Ca...(and 102 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-androidd 503 more)
[INFO]: Building sdl2_image for armeabi-v7a
[INFO]: Building sdl2_mixer for armeabi-v7a
[INFO]: Building sdl2_ttf for armeabi-v7a
[INFO]: Building python3 for armeabi-v7a
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build
[WARNING]: Doing some hacky stuff to link properly
[INFO]: -> running cp /home/kivy/Android/android-...(and 63 more)
[INFO]: -> running cp /home/kivy/Android/android-...(and 61 more)
[INFO]: -> running configure --host=arm-linux-and...(and 211 more)
working:[INFO]: -> running make allpython.pc
[INFO]: <- directory context /home/kivy/Repos/python-for-android464 more)
[INFO]: Building sdl2 for armeabi-v7a
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/hostpython2/__init__.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import Recipe, shprint, current_directory, info, warning
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/hostpython2/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join, exists
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/hostpython2/__init__.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import os
/home/kivy/Repos/python-for-android/pythonforandroid/recipes/hostpython2/__init__.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: -> running ndk-build V=1
working: 1[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Building six for armeabi-v7a
[INFO]: six apparently isn't already in site-packages
[INFO]: Installing six into site-packages
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/six-python3/armeabi-v7a__ndk_target_21/six
[INFO]: -> running python setup.py install -O2 --...(and 110 more)
working: copying six.py -[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Building pyjnius for armeabi-v7a
[INFO]: jnius apparently isn't already in site-packages
[INFO]: Cythonizing anything necessary in pyjnius
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21/pyjnius
[INFO]: -> running python -c import sys; print(sys.path)
[INFO]: Trying first build of pyjnius to get cython files: this is expected to fail
[INFO]: -> running python setup.py build_ext -v
('cwd is', '/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21/pyjnius')
Exception in thread background thread for pid 21954:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 2170, in background_thread
handle_exit_code(exit_code)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 1929, in fn
return self.command.handle_command_exit_code(exit_code)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code
raise exc
ErrorReturnCode_1:
RAN: /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py build_ext -v
STDOUT:
/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Lib/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running build_ext
building 'jnius' extension
creating build
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/jnius
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=21 -isystem /home/kivy/Android/android-ndk-r16b/sysroot/usr/include/arm-linux-androideabi -isysroot /home/kivy/Android/android-ndk-r16b/sysroot -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/python-installs/camapp/include/python3.7 -DNDEBUG -g -fwrapv -O3 -Wall -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=21 -isystem /home/kivy/Android/android-ndk-r16b/sysroot/usr/include/arm-linux-androideabi -isysroot /home/kivy/Android/android-ndk-r16b/sysroot -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/python-installs/camapp/include/python3.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include -fPIC -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build -c jnius/jnius.c -o build/temp.linux-x86_64-3.7/jnius/jnius.o
arm-linux-androideabi-gcc: error: jnius/jnius.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command 'arm-linux-androideabi-gcc' failed with exit status 1
STDERR:
[INFO]: pyjnius first build failed (as expected)...(and 26 more)
[INFO]: Running cython where appropriate
[INFO]: Cythonize jnius/jnius.pyx
[INFO]: -> running cython ./jnius/jnius.pyx
()
[INFO]: -> running python setup.py build_ext -v
working: jnius/[INFO]: Stripping object files ^
[INFO]: -> running find . -iname *.so -exec /usr/bin/echo {} ;
[INFO]: -> running find . -iname *.so -exec arm-li...(and 43 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Installing pyjnius into site-packages
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21/pyjnius
[INFO]: -> running python setup.py install -O2 --...(and 110 more)
working: copying build/lib.linux-x86_64-3.7/jnius/...(and 111[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Building kivy for armeabi-v7a
[INFO]: kivy apparently isn't already in site-packages
[INFO]: Cythonizing anything necessary in kivy
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/kivy-python3-sdl2/armeabi-v7a__ndk_target_21/kivy
[INFO]: -> running python -c import sys; print(sys.path)
[INFO]: Trying first build of kivy to get cython files: this is expected to fail
[INFO]: -> running python setup.py build_ext -v
('cwd is', '/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/kivy-python3-sdl2/armeabi-v7a__ndk_target_21/kivy')
working: Updated kivy/include/coException in thread background thread for pid 22027:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 2170, in background_thread
handle_exit_code(exit_code)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 1929, in fn
return self.command.handle_command_exit_code(exit_code)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code
raise exc
ErrorReturnCode_1:
RAN: /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py build_ext -v
STDOUT:
Using distutils
Environ change use_sdl2 -> True
Cython check avoided.
Using this graphics system: OpenGL ES 2
SDL2 found via pkg-config
SDL2: found SDL header at /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni/SDL/include/SDL.h
SDL2: found SDL_mixer header at /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni/SDL2_mixer/SDL_mixer.h
SDL2: found SDL_ttf header at /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni/SDL2_ttf/SDL_ttf.h
SDL2: found SDL_image header at /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni/SDL2_image/SDL_image.h
fatal: Not a git repository (or any of the parent directories): .git
/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Lib/distutils/dist.py:274: UserWarning: Unknown distribution option: 'dependency_links'
warnings.warn(msg)
/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Lib/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Lib/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extra_requires'
warnings.warn(msg)
/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Lib/distutils/dist.py:274: UserWarning: Unknown distribution option: 'setup_requires'
warnings.warn(msg)
running build_ext
Build configuration is:
* use_rpi = 0
* use_mali = 0
* use_egl = 0
* use_opengl_es2 = 1
* use_opengl_mock = 0
* use_sdl2 = 1
* use_ios = 0
* use_mesagl = 0
* use_x11 = 0
* use_wayland = 0
* use_gstreamer = 0
* use_avfoundation = 0
* use_osx_frameworks = 0
* debug_gl = 0
* debug = False
Updated kivy/include/config.h
Updated kivy/include/config.pxi
Updated kivy/setupconfig.py
Detected compiler is unix
building 'kivy._event' extension
creating build
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/kivy
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=21 -isystem /home/kivy/Android/android-ndk-r16b/sysroot/usr/include/arm-linux-androideabi -isysroot /home/kivy/Android/android-ndk-r16b/sysroot -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/python-installs/camapp/include/python3.7 -DNDEBUG -g -fwrapv -O3 -Wall -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=21 -isystem /home/kivy/Android/android-ndk-r16b/sysroot/usr/include/arm-linux-androideabi -isysroot /home/kivy/Android/android-ndk-r16b/sysroot -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/python-installs/camapp/include/python3.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include -fPIC -Ikivy/include -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build -c kivy/_event.c -o build/temp.linux-x86_64-3.7/kivy/_event.o
arm-linux-androideabi-gcc: error: kivy/_event.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command 'arm-linux-androideabi-gcc' failed with exit status 1
STDERR:
[INFO]: kivy first build failed (as expected)
[INFO]: Running cython where appropriate
[INFO]: Cythonize kivy/weakproxy.pyx
[INFO]: -> running cython ./kivy/weakproxy.pyx
()
[INFO]: Cythonize kivy/_event.pyx
[INFO]: -> running cython ./kivy/_event.pyx
[INFO]: Cythonize kivy/_clock.pyx
[INFO]: -> running cython ./kivy/_clock.pyx
[INFO]: Cythonize kivy/properties.pyx
[INFO]: -> running cython ./kivy/properties.pyx
[INFO]: Cythonize kivy/lib/gstplayer/_gstplayer.pyx
[INFO]: -> running cython ./kivy/lib/gstplayer/_gstplayer.pyx
[INFO]: Cythonize kivy/lib/vidcore_lite/egl.pyx
[INFO]: -> running cython ./kivy/lib/vidcore_lite/egl.pyx
[INFO]: Cythonize kivy/lib/vidcore_lite/bcm.pyx
[INFO]: -> running cython ./kivy/lib/vidcore_lite/bcm.pyx
[INFO]: Cythonize kivy/graphics/vertex.pyx
[INFO]: -> running cython ./kivy/graphics/vertex.pyx
[INFO]: Cythonize kivy/graphics/opengl.pyx
[INFO]: -> running cython ./kivy/graphics/opengl.pyx
working:[INFO]: Cythonize kivy/graphics/buffer.pyx
[INFO]: -> running cython ./kivy/graphics/buffer.pyx
[INFO]: Cythonize kivy/graphics/gl_instructions.pyx
[INFO]: -> running cython ./kivy/graphics/gl_instructions.pyx
[INFO]: Cythonize kivy/graphics/svg.pyx
[INFO]: -> running cython ./kivy/graphics/svg.pyx
[INFO]: Cythonize kivy/graphics/shader.pyx
[INFO]: -> running cython ./kivy/graphics/shader.pyx
working: /usr/local/[INFO]: Cythonize kivy/graphics/vertex_instructions.pyx
[INFO]: -> running cython ./kivy/graphics/vertex_instructions.pyx
[INFO]: Cythonize kivy/graphics/scissor_instructions.pyx
[INFO]: -> running cython ./kivy/graphics/scissor_instructions.pyx
[INFO]: Cythonize kivy/graphics/opengl_utils.pyx
[INFO]: -> running cython ./kivy/graphics/opengl_utils.pyx
[INFO]: Cythonize kivy/graphics/transformation.pyx
[INFO]: -> running cython ./kivy/graphics/transformation.pyx
working: /usr/local/lib/python2.[INFO]: Cythonize kivy/graphics/texture.pyx
[INFO]: -> running cython ./kivy/graphics/texture.pyx
[INFO]: Cythonize kivy/graphics/context.pyx
[INFO]: -> running cython ./kivy/graphics/context.pyx
[INFO]: Cythonize kivy/graphics/tesselator.pyx
[INFO]: -> running cython ./kivy/graphics/tesselator.pyx
[INFO]: Cythonize kivy/graphics/vbo.pyx
[INFO]: -> running cython ./kivy/graphics/vbo.pyx
working: /usr/local/lib/python2.7/dist-packa[INFO]: Cythonize kivy/graphics/cgl.pyx
[INFO]: -> running cython ./kivy/graphics/cgl.pyx
[INFO]: Cythonize kivy/graphics/context_instructions.pyx
[INFO]: -> running cython ./kivy/graphics/context_instructions.pyx
[INFO]: Cythonize kivy/graphics/instructions.pyx
[INFO]: -> running cython ./kivy/graphics/instructions.pyx
working: warning: kivy/graphics/common.pxi:23:4: 'size_t'[INFO]: Cythonize kivy/graphics/fbo.pyx
[INFO]: -> running cython ./kivy/graphics/fbo.pyx
[INFO]: Cythonize kivy/graphics/compiler.pyx
[INFO]: -> running cython ./kivy/graphics/compiler.pyx
[INFO]: Cythonize kivy/graphics/stencil_instructions.pyx
[INFO]: -> running cython ./kivy/graphics/stencil_instructions.pyx
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_glew.pyx
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_glew.pyx
working: tree = Parsing.p_module(s, pxd, full_module_name) [INFO]: Cythonize kivy/graphics/cgl_backend/cgl_mock.pyx
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_mock.pyx
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_gl.pyx
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_gl.pyx
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_sdl2.pyx
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_sdl2.pyx
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_debug.pyx
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_debug.pyx
[INFO]: Cythonize kivy/core/clipboard/_clipboard_sdl2.pyxme)
[INFO]: -> running cython ./kivy/core/clipboard/_clipboard_sdl2.pyx
[INFO]: Cythonize kivy/core/image/_img_sdl2.pyx
[INFO]: -> running cython ./kivy/core/image/_img_sdl2.pyx
[INFO]: Cythonize kivy/core/image/img_imageio.pyx
[INFO]: -> running cython ./kivy/core/image/img_imageio.pyx
[INFO]: Cythonize kivy/core/text/_text_sdl2.pyx
[INFO]: -> running cython ./kivy/core/text/_text_sdl2.pyx
working: [INFO]: Cythonize kivy/core/text/text_layout.pyx0 more)
[INFO]: -> running cython ./kivy/core/text/text_layout.pyx
[INFO]: Cythonize kivy/core/audio/audio_sdl2.pyx
[INFO]: -> running cython ./kivy/core/audio/audio_sdl2.pyx
[INFO]: Cythonize kivy/core/window/window_info.pyx
[INFO]: -> running cython ./kivy/core/window/window_info.pyx
[INFO]: Cythonize kivy/core/window/_window_sdl2.pyx
[INFO]: -> running cython ./kivy/core/window/_window_sdl2.pyx
working: tree = Par[INFO]: Cythonize kivy/core/camera/camera_avfoundation.pyx
[INFO]: -> running cython ./kivy/core/camera/camer...(and 18 more)
[INFO]: -> directory context .
[INFO]: <- directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/kivy-python3-sdl2/armeabi-v7a__ndk_target_21/kivy
[INFO]: -> running python setup.py build_ext -v
working: arm-linux-androide[INFO]: Stripping object filesoard
[INFO]: -> running find . -iname *.so -exec /usr/bin/echo {} ;
[INFO]: -> running find . -iname *.so -exec arm-li...(and 43 more)rectory
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Installing kivy into site-packages
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/kivy-python3-sdl2/armeabi-v7a__ndk_target_21/kivy
[INFO]: -> running python setup.py install -O2 --...(and 110 more)
working: byte-com[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: # Biglinking object files
[INFO]: Collating object files from each recipe
[INFO]: hostpython3 recipe has no biglinkable files dir, skipping
[INFO]: sdl2_image recipe has no biglinkable files dir, skipping
[INFO]: sdl2_mixer recipe has no biglinkable files dir, skipping
[INFO]: sdl2_ttf recipe has no biglinkable files dir, skipping
[INFO]: python3 recipe has no biglinkable files dir, skipping
[INFO]: sdl2 recipe has no biglinkable files dir, skipping
[INFO]: six recipe has no biglinkable files dir, skipping
[INFO]: pyjnius recipe has no biglinkable files, skipping
[INFO]: kivy recipe has no biglinkable files, skipping
[INFO]: There seem to be no libraries to biglink, skipping.
[INFO]: # Postbuilding recipes
[INFO]: Postbuilding hostpython3 for armeabi-v7a
[INFO]: Postbuilding sdl2_image for armeabi-v7a
[INFO]: Postbuilding sdl2_mixer for armeabi-v7a
[INFO]: Postbuilding sdl2_ttf for armeabi-v7a
[INFO]: Postbuilding python3 for armeabi-v7a
[INFO]: Postbuilding sdl2 for armeabi-v7a
[INFO]: Postbuilding six for armeabi-v7a
[INFO]: Postbuilding pyjnius for armeabi-v7a
[INFO]: Copying pyjnius java class to classes build dir
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21/pyjnius
[INFO]: -> running cp -a jnius/src/org /home/kivy...(and 75 more)
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: Postbuilding kivy for armeabi-v7a
[INFO]: # Installing pure Python modules
[INFO]: The requirements (cv2) don't have recipes, attempting to install them with pip
[INFO]: If this fails, it may mean that the module has compiled components and needs a recipe.
[INFO]: -> directory context /home/kivy/Projects/Camera/.buildozer/android/platform/build/build
[INFO]: -> running virtualenv --python=python3.7 venv
working: The path python3.7 (froException in thread background thread for pid 23043:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 2170, in background_thread
handle_exit_code(exit_code)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 1929, in fn
return self.command.handle_command_exit_code(exit_code)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code
raise exc
ErrorReturnCode_3:
RAN: /usr/local/bin/virtualenv --python=python3.7 venv
STDOUT:
The path python3.7 (from --python=python3.7) does not exist
STDERR:
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 1033, in <module>
main()
File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 1029, in main
ToolchainCL()
File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 551, in __init__
getattr(self, args.subparser_name.replace('-', '_'))(args)
File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 149, in wrapper_func
build_dist_from_args(ctx, dist, args)
File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 189, in build_dist_from_args
build_recipes(build_order, python_modules, ctx)
File "pythonforandroid/build.py", line 662, in build_recipes
File "pythonforandroid/build.py", line 683, in run_pymodules_install
File "pythonforandroid/logger.py", line 178, in shprint
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 720, in next
self.wait()
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 651, in wait
self.handle_command_exit_code(exit_code)
File "/home/kivy/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_3:
RAN: /usr/local/bin/virtualenv --python=python3.7 venv
STDOUT:
The path python3.7 (from --python=python3.7) does not exist