Can someone help solve this issue
(env) handheld-raman@Handheld-Raman:~/Downloads/new/THPrototype$ sudo apt-get install openjdk-8-jdk
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
openjdk-8-jdk is already the newest version (8u382-ga-1~22.04.1).
The following packages were automatically installed and are no longer required:
libflashrom1 libftdi1-2 libllvm13
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
(env) handheld-raman@Handheld-Raman:~/Downloads/new/THPrototype$ sudo apt-get update
sudo apt-get install openjdk-8-jdk
sudo apt-get install unzip
sudo apt install python3 python3-pip ipython3
sudo apt install cython
sudo apt-get install autoconf
sudo apt install build-essential libltdl-dev libffi-dev libssl-dev python-dev
sudo pip3 install --upgrade cython
sudo apt-get install zip
Hit:1
http://in.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2
http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:3
http://in.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4
http://in.archive.ubuntu.com/ubuntu jammy-backports InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
openjdk-8-jdk is already the newest version (8u382-ga-1~22.04.1).
The following packages were automatically installed and are no longer required:
libflashrom1 libftdi1-2 libllvm13
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
unzip is already the newest version (6.0-26ubuntu3.1).
The following packages were automatically installed and are no longer required:
libflashrom1 libftdi1-2 libllvm13
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ipython3 is already the newest version (7.31.1-1).
python3 is already the newest version (3.10.6-1~22.04).
python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.3).
The following packages were automatically installed and are no longer required:
libflashrom1 libftdi1-2 libllvm13
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package cython is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'cython' has no installation candidate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
autoconf is already the newest version (2.71-2).
The following packages were automatically installed and are no longer required:
libflashrom1 libftdi1-2 libllvm13
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python2-dev:i386 python2:i386 python2-dev python2 python-dev-is-python3
E: Package 'python-dev' has no installation candidate
Requirement already satisfied: cython in /usr/local/lib/python3.10/dist-packages (3.0.2)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead:
https://pip.pypa.io/warnings/venvReading package lists... Done
Building dependency tree... Done
Reading state information... Done
zip is already the newest version (3.0-12build2).
The following packages were automatically installed and are no longer required:
libflashrom1 libftdi1-2 libllvm13
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
(env) handheld-raman@Handheld-Raman:~/Downloads/new/THPrototype$ sudo buildozer android debug
Buildozer is running as root!
This is not recommended, and may lead to problems later.
Are you sure you want to continue [y/n]? y
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# 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/bin/javac
# Search for Java keytool (keytool)
# -> found at /usr/bin/keytool
# Install platform
# Run ['git', 'config', '--get', 'remote.origin.url']
# Cwd /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
https://github.com/kivy/python-for-android.git# Run ['git', 'branch', '-vv']
# Cwd /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
* develop 4d50d7d8 [origin/develop] Standardise on touch files (#2886)
# Run ['/usr/bin/python3', '-m', 'pip', 'install', '-q', '--user', 'appdirs', 'colorama>=0.3.3', 'jinja2', 'sh>=1.10, <2.0; sys_platform!="win32"', 'build', 'toml', 'packaging']
# Cwd None
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead:
https://pip.pypa.io/warnings/venv# Apache ANT found at /root/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /root/.buildozer/android/platform/android-sdk
# Recommended android's NDK version by p4a is: 25b
# Android NDK found at /root/.buildozer/android/platform/android-ndk-r25b
# Run ['/usr/bin/python3', '-m', 'pythonforandroid.toolchain', 'aab', '-h', '--color=always', '--storage-dir=/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a', '--ndk-api=21', '--ignore-setup-py', '--debug']
# Cwd /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[WARNING]: prerequisites.py is experimental and does not support all prerequisites yet.
[WARNING]: Please report any issues to the python-for-android issue tracker.
[WARNING]: prerequisites.py is experimental and does not support all prerequisites yet.
[WARNING]: Please report any issues to the python-for-android issue tracker.
usage: toolchain.py aab [-h] [--debug] [--color {always,never,auto}]
[--sdk-dir SDK_DIR] [--ndk-dir NDK_DIR]
[--android-api ANDROID_API]
[--ndk-version NDK_VERSION] [--ndk-api NDK_API]
[--symlink-bootstrap-files]
[--storage-dir STORAGE_DIR] [--arch ARCH]
[--dist-name DIST_NAME] [--requirements REQUIREMENTS]
[--recipe-blacklist RECIPE_BLACKLIST]
[--blacklist-requirements BLACKLIST_REQUIREMENTS]
[--bootstrap BOOTSTRAP] [--hook HOOK] [--force-build]
[--no-force-build] [--require-perfect-match]
[--no-require-perfect-match] [--allow-replace-dist]
[--no-allow-replace-dist]
[--local-recipes LOCAL_RECIPES]
[--activity-class-name ACTIVITY_CLASS_NAME]
[--service-class-name SERVICE_CLASS_NAME]
[--java-build-tool {auto,ant,gradle}] [--copy-libs]
[--no-copy-libs] [--add-asset ASSETS]
[--add-resource RESOURCES] [--private PRIVATE]
[--use-setup-py] [--ignore-setup-py] [--release]
[--with-debug-symbols] [--keystore KEYSTORE]
[--signkey SIGNKEY] [--keystorepw KEYSTOREPW]
[--signkeypw SIGNKEYPW]
options:
-h, --help show this help message and exit
--debug Display debug output and all build info
--color {always,never,auto}
Enable or disable color output (default enabled on
tty)
--sdk-dir SDK_DIR, --sdk_dir SDK_DIR
The filepath where the Android SDK is installed
--ndk-dir NDK_DIR, --ndk_dir NDK_DIR
The filepath where the Android NDK is installed
--android-api ANDROID_API, --android_api ANDROID_API
The Android API level to build against defaults to 33
if not specified.
--ndk-version NDK_VERSION, --ndk_version NDK_VERSION
DEPRECATED: the NDK version is now found automatically
or not at all.
--ndk-api NDK_API The Android API level to compile against. This should
be your *minimal supported* API, not normally the same
as your --android-api. Defaults to min(ANDROID_API,
21) if not specified.
--symlink-bootstrap-files, --ssymlink_bootstrap_files
If True, symlinks the bootstrap files creation. This
is useful for development only, it could also cause
weird problems.
--storage-dir STORAGE_DIR
Primary storage directory for downloads and builds
(default: /root/.local/share/python-for-android)
--arch ARCH The archs to build for.
--dist-name DIST_NAME, --dist_name DIST_NAME
The name of the distribution to use or create
--requirements REQUIREMENTS
Dependencies of your app, should be recipe names or
Python modules. NOT NECESSARY if you are using Python
3 with --use-setup-py
--recipe-blacklist RECIPE_BLACKLIST
Blacklist an internal recipe from use. Allows
disabling Python 3 core modules to save size
--blacklist-requirements BLACKLIST_REQUIREMENTS
Blacklist an internal recipe from use. Allows
disabling Python 3 core modules to save size
--bootstrap BOOTSTRAP
The bootstrap to build with. Leave unset to choose
automatically.
--hook HOOK Filename to a module that contains python-for-android
hooks
--local-recipes LOCAL_RECIPES, --local_recipes LOCAL_RECIPES
Directory to look for local recipes
--activity-class-name ACTIVITY_CLASS_NAME
The full java class name of the main activity
--service-class-name SERVICE_CLASS_NAME
Full java package name of the PythonService class
--java-build-tool {auto,ant,gradle}
The java build tool to use when packaging the APK,
defaults to automatically selecting an appropriate
tool.
--add-asset ASSETS Put this in the assets folder in the apk.
--add-resource RESOURCES
Put this in the res folder in the apk.
--private PRIVATE the directory with the app source code files
(containing your main.py entrypoint)
--use-setup-py Process the setup.py of a project if present.
(Experimental!
--ignore-setup-py Don't run the setup.py of a project if present. This
may be required if the setup.py is not designed to
work inside p4a (e.g. by installing dependencies that
won't work or aren't desired on Android
--release Build your app as a non-debug release build. (Disables
gdb debugging among other things)
--with-debug-symbols Will keep debug symbols from `.so` files.
--keystore KEYSTORE Keystore for JAR signing key, will use jarsigner
default if not specified (release build only)
--signkey SIGNKEY Key alias to sign PARSER_APK. with (release build
only)
--keystorepw KEYSTOREPW
Password for keystore
--signkeypw SIGNKEYPW
Password for key alias
Whether to force compilation of a new distribution
--force-build
--no-force-build (this is the default)
--require-perfect-match
--no-require-perfect-match
(this is the default)
--allow-replace-dist (this is the default)
--no-allow-replace-dist
--copy-libs
--no-copy-libs (this is the default)
# Check application requirements
# Compile platform
# Run ['/usr/bin/python3', '-m', 'pythonforandroid.toolchain', 'create', '--dist_name=myapp', '--bootstrap=sdl2', '--requirements=python3,kivy,certifi==2022.12.7,', '--arch=arm64-v8a', '--arch=armeabi-v7a', '--copy-libs', '--color=always', '--storage-dir=/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a', '--ndk-api=21', '--ignore-setup-py', '--debug']
# Cwd /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[WARNING]: prerequisites.py is experimental and does not support all prerequisites yet.
[WARNING]: Please report any issues to the python-for-android issue tracker.
[WARNING]: prerequisites.py is experimental and does not support all prerequisites yet.
[WARNING]: Please report any issues to the python-for-android issue tracker.
[INFO]: Recipe certifi: version "2022.12.7" requested
[INFO]: Will compile for the following archs: arm64-v8a, armeabi-v7a
[INFO]: Found Android API target in $ANDROIDAPI: 31
[INFO]: Available Android APIs are (31)
[INFO]: Requested API target 31 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK: /root/.buildozer/android/platform/android-ndk-r25b
[INFO]: Found NDK version 25b
[INFO]: Getting NDK API version (i.e. minimum supported API) from user argument
[INFO]: ccache is missing, the build will not be optimized in the future.
[DEBUG]: All possible dists: []
[DEBUG]: Dist matching name and arch: []
[DEBUG]: Dist matching ndk_api and recipe: []
[INFO]: No existing dists meet the given requirements!
[DEBUG]: Remove directory and subdirectory /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/myapp
[INFO]: No dist exists that meets your requirements, so one will be built.
[INFO]: Found a single valid recipe set: ['', 'certifi', 'hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
[INFO]: The selected bootstrap is sdl2
[INFO]: # Creating dist with sdl2 bootstrap
[INFO]: Dist will have name myapp and requirements (python3, kivy, certifi, )
[INFO]: Dist contains the following requirements as recipes: ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
[INFO]: Dist will also contain modules (, urllib3, requests, idna, chardet, certifi) installed from pip
[INFO]: Dist will be build in mode debug
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/myapp
[INFO]: Recipe build order is ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
[INFO]: The requirements (, certifi, chardet, idna, requests, urllib3) were not found as recipes, they will be installed with pip.
[INFO]: # Downloading recipes
[INFO]: Downloading hostpython3
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/hostpython3
[DEBUG]: -> running basename
https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tgz[DEBUG]: Python-3.10.10.tgz
[INFO]: hostpython3 download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading libffi
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/libffi
[DEBUG]: -> running basename
https://github.com/libffi/libffi/archive/v3.4.2.tar.gz[DEBUG]: v3.4.2.tar.gz
[INFO]: libffi download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading openssl
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/openssl
[DEBUG]: -> running basename
https://www.openssl.org/source/openssl-1.1.1m.tar.gz[DEBUG]: openssl-1.1.1m.tar.gz
[INFO]: openssl download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_image
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_image
[DEBUG]: -> running basename
https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz[DEBUG]: SDL2_image-2.6.2.tar.gz
[INFO]: sdl2_image download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_mixer
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_mixer
[DEBUG]: -> running basename
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz[DEBUG]: SDL2_mixer-2.6.2.tar.gz
[INFO]: sdl2_mixer download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_ttf
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_ttf
[DEBUG]: -> running basename
https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.1/SDL2_ttf-2.20.1.tar.gz[DEBUG]: SDL2_ttf-2.20.1.tar.gz
[INFO]: sdl2_ttf download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading sqlite3
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sqlite3
[DEBUG]: -> running basename
https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip[DEBUG]: sqlite-amalgamation-3350500.zip
[INFO]: sqlite3 download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading python3
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/python3
[DEBUG]: -> running basename
https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tgz[DEBUG]: Python-3.10.10.tgz
[INFO]: python3 download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2
[DEBUG]: -> running basename
https://github.com/libsdl-org/SDL/releases/download/release-2.26.1/SDL2-2.26.1.tar.gz[DEBUG]: SDL2-2.26.1.tar.gz
[INFO]: sdl2 download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading setuptools
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/setuptools
[DEBUG]: -> running basename
https://pypi.python.org/packages/source/s/setuptools/setuptools-51.3.3.tar.gz[DEBUG]: setuptools-51.3.3.tar.gz
[INFO]: setuptools download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading six
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/six
[DEBUG]: -> running basename
https://pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz[DEBUG]: six-1.15.0.tar.gz
[INFO]: six download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading pyjnius
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/pyjnius
[DEBUG]: -> running basename
https://github.com/kivy/pyjnius/archive/1.5.0.zip[DEBUG]: 1.5.0.zip
[INFO]: pyjnius download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Downloading android
[INFO]: Skipping android download as no URL is set
[INFO]: Downloading kivy
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/kivy
[DEBUG]: -> running basename
https://github.com/kivy/kivy/archive/2.2.1.zip[DEBUG]: 2.2.1.zip
[INFO]: kivy download already cached, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: # Building all recipes for arch arm64-v8a
[INFO]: # Unpacking recipes
[INFO]: Unpacking hostpython3 for arm64-v8a
[DEBUG]: -> running basename
https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tgz[DEBUG]: Python-3.10.10.tgz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[INFO]: hostpython3 is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking libffi for arm64-v8a
[DEBUG]: -> running basename
https://github.com/libffi/libffi/archive/v3.4.2.tar.gz[DEBUG]: v3.4.2.tar.gz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_21
[INFO]: libffi is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking openssl for arm64-v8a
[DEBUG]: -> running basename
https://www.openssl.org/source/openssl-1.1.1m.tar.gz[DEBUG]: openssl-1.1.1m.tar.gz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_21
[INFO]: openssl is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_image for arm64-v8a
[DEBUG]: -> running basename
https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz[DEBUG]: SDL2_image-2.6.2.tar.gz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni
[INFO]: sdl2_image is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_mixer for arm64-v8a
[DEBUG]: -> running basename
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz[DEBUG]: SDL2_mixer-2.6.2.tar.gz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni
[INFO]: sdl2_mixer is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_ttf for arm64-v8a
[DEBUG]: -> running basename
https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.1/SDL2_ttf-2.20.1.tar.gz[DEBUG]: SDL2_ttf-2.20.1.tar.gz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni
[INFO]: sdl2_ttf is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sqlite3 for arm64-v8a
[DEBUG]: -> running basename
https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip[DEBUG]: sqlite-amalgamation-3350500.zip
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlite3/arm64-v8a__ndk_target_21
[INFO]: sqlite3 is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking python3 for arm64-v8a
[DEBUG]: -> running basename
https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tgz[DEBUG]: Python-3.10.10.tgz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21
[INFO]: python3 is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2 for arm64-v8a
[DEBUG]: -> running basename
https://github.com/libsdl-org/SDL/releases/download/release-2.26.1/SDL2-2.26.1.tar.gz[DEBUG]: SDL2-2.26.1.tar.gz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni
[INFO]: sdl2 is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking setuptools for arm64-v8a
[DEBUG]: -> running basename
https://pypi.python.org/packages/source/s/setuptools/setuptools-51.3.3.tar.gz[DEBUG]: setuptools-51.3.3.tar.gz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/setuptools/arm64-v8a__ndk_target_21
[INFO]: setuptools is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking six for arm64-v8a
[DEBUG]: -> running basename
https://pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz[DEBUG]: six-1.15.0.tar.gz
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/six/arm64-v8a__ndk_target_21
[INFO]: six is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Unpacking pyjnius for arm64-v8a
[DEBUG]: -> running basename
https://github.com/kivy/pyjnius/archive/1.5.0.zip[DEBUG]: 1.5.0.zip
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_21
[INFO]: pyjnius is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[DEBUG]: Remove directory and subdirectory /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8a__ndk_target_21/android
[DEBUG]: -> running cp -a /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8a__ndk_target_21/android
[INFO]: Unpacking kivy for arm64-v8a
[DEBUG]: -> running basename
https://github.com/kivy/kivy/archive/2.2.1.zip[DEBUG]: 2.2.1.zip
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21
[INFO]: kivy is already unpacked, skipping
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: # Prebuilding recipes
[INFO]: Prebuilding hostpython3 for arm64-v8a
[INFO]: hostpython3 has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for hostpython3[arm64-v8a]
[INFO]: hostpython3 already patched, skipping
[INFO]: Prebuilding libffi for arm64-v8a
[INFO]: libffi has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for libffi[arm64-v8a]
[INFO]: libffi already patched, skipping
[INFO]: Prebuilding openssl for arm64-v8a
[INFO]: openssl has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding sdl2_image for arm64-v8a
[INFO]: sdl2_image has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for sdl2_image[arm64-v8a]
[INFO]: sdl2_image already patched, skipping
[INFO]: Prebuilding sdl2_mixer for arm64-v8a
[INFO]: sdl2_mixer has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding sdl2_ttf for arm64-v8a
[INFO]: sdl2_ttf has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding sqlite3 for arm64-v8a
[INFO]: sqlite3 has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding python3 for arm64-v8a
[INFO]: python3 has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for python3[arm64-v8a]
[INFO]: python3 already patched, skipping
[INFO]: Prebuilding sdl2 for arm64-v8a
[INFO]: sdl2 has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for sdl2[arm64-v8a]
[INFO]: sdl2 already patched, skipping
[INFO]: Prebuilding setuptools for arm64-v8a
[INFO]: setuptools has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding six for arm64-v8a
[INFO]: six has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding pyjnius for arm64-v8a
[INFO]: pyjnius has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for pyjnius[arm64-v8a]
[INFO]: pyjnius already patched, skipping
[INFO]: Prebuilding android for arm64-v8a
[INFO]: android has no prebuild_arm64_v8a, skipping
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8a__ndk_target_21/android
[INFO]: <- directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android
[INFO]: Prebuilding kivy for arm64-v8a
[INFO]: kivy has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for kivy[arm64-v8a]
[INFO]: kivy already patched, skipping
[INFO]: # Building recipes
[INFO]: Building hostpython3 for arm64-v8a
[INFO]: hostpython3 said it is already built, skipping
[INFO]: Building libffi for arm64-v8a
[INFO]: libffi said it is already built, skipping
[DEBUG]: -> running cp /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_21/libffi/.libs/libffi.so /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a
[INFO]: Building openssl for arm64-v8a
[INFO]: openssl said it is already built, skipping
[DEBUG]: -> running cp /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_21/openssl1.1/
libcrypto1.1.so /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_21/openssl1.1/
libssl1.1.so /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a
[INFO]: Building sdl2_image for arm64-v8a
[INFO]: Building sdl2_mixer for arm64-v8a
[INFO]: Building sdl2_ttf for arm64-v8a
[INFO]: Building sqlite3 for arm64-v8a
[INFO]: sqlite3 said it is already built, skipping
[INFO]: Building python3 for arm64-v8a
[INFO]: python3 said it is already built, skipping
[INFO]: Building sdl2 for arm64-v8a
[INFO]: sdl2 said it is already built, skipping
[INFO]: Building setuptools for arm64-v8a
[INFO]: Python package already exists in site-packages
[INFO]: setuptools said it is already built, skipping
[INFO]: Building six for arm64-v8a
[INFO]: Python package already exists in site-packages
[INFO]: six said it is already built, skipping
[INFO]: Building pyjnius for arm64-v8a
[INFO]: Python package already exists in site-packages
[INFO]: pyjnius said it is already built, skipping
[INFO]: Building android for arm64-v8a
[INFO]: Python package already exists in site-packages
[INFO]: android said it is already built, skipping
[INFO]: Building kivy for arm64-v8a
[INFO]: kivy apparently isn't already in site-packages
[INFO]: Cythonizing anything necessary in kivy
[INFO]: -> directory context /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy
[DEBUG]: -> running python3 -c import sys; print(sys.path)
[DEBUG]: ['', '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib', '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages', '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/scripts-3.10', '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/temp.linux-x86_64-3.10', '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/lib.linux-x86_64-3.10', '/usr/local/lib/python310.zip', '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib']
[DEBUG]: cwd is /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy
[INFO]: Trying first build of kivy to get cython files: this is expected to fail
[DEBUG]: -> running python3 setup.py build_ext -v
[DEBUG]: [INFO ] [Logger ] Record log in /root/.kivy/logs/kivy_23-09-09_4.txt
[DEBUG]: [INFO ] [Kivy ] v2.2.1
[DEBUG]: [INFO ] [Kivy ] Installed at "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/__init__.py"
[DEBUG]: [INFO ] [Python ] v3.10.10 (main, Sep 9 2023, 11:56:13) [GCC 11.4.0]
[DEBUG]: [INFO ] [Python ] Interpreter at "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3"
[DEBUG]: [INFO ] [Logger ] Purge log fired. Processing...
[DEBUG]: [INFO ] [Logger ] Purge finished!
[DEBUG]: Environ change use_sdl2 -> True
[DEBUG]: Not using cython on android
[DEBUG]: Current directory is: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy
[DEBUG]: Source and initial build directory is: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy
[DEBUG]: Python path is:
[DEBUG]: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy
[DEBUG]: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib
[DEBUG]: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages
[DEBUG]: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/scripts-3.10
[DEBUG]: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/temp.linux-x86_64-3.10
[DEBUG]: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/lib.linux-x86_64-3.10
[DEBUG]: /usr/local/lib/python310.zip
[DEBUG]: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib
[DEBUG]: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/modules
[DEBUG]: /root/.kivy/mods
[DEBUG]:
[DEBUG]: Using this graphics system: OpenGL ES 2
[DEBUG]: SDL2 found via pkg-config
[DEBUG]: SDL2: found SDL header at /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include/SDL.h
[DEBUG]: SDL2: found SDL_mixer header at /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include/SDL_mixer.h
[DEBUG]: SDL2: found SDL_ttf header at /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf/SDL_ttf.h
[DEBUG]: SDL2: found SDL_image header at /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/SDL_image.h
[DEBUG]: running build_ext
[DEBUG]: Building extensions in parallel using 4 cores
[DEBUG]: Updated build directory to: build/lib.linux-x86_64-3.10
[DEBUG]: Build configuration is:
[DEBUG]: * use_rpi_vidcore_lite = 0
[DEBUG]: * use_egl = 0
[DEBUG]: * use_opengl_es2 = 1
[DEBUG]: * use_opengl_mock = 0
[DEBUG]: * use_sdl2 = 1
[DEBUG]: * use_pangoft2 = 0
[DEBUG]: * use_ios = 0
[DEBUG]: * use_android = 1
[DEBUG]: * use_mesagl = 0
[DEBUG]: * use_x11 = 0
[DEBUG]: * use_wayland = 0
[DEBUG]: * use_gstreamer = 0
[DEBUG]: * use_avfoundation = 0
[DEBUG]: * use_osx_frameworks = 0
[DEBUG]: * debug_gl = 0
[DEBUG]: * kivy_sdl_gl_alpha_size = 8
[DEBUG]: * debug = False
[DEBUG]: Detected compiler is unix
[DEBUG]: building 'kivy._event' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_event.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_event.o
[DEBUG]: building 'kivy._clock' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_clock.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_clock.o
[DEBUG]: building 'kivy.weakproxy' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/weakproxy.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/weakproxy.o
[DEBUG]: building 'kivy.properties' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/properties.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/properties.o
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/weakproxy.o -o build/lib.linux-x86_64-3.10/kivy/
weakproxy.cpython-310-x86_64-linux-gnu.so -lm
[DEBUG]: building 'kivy._metrics' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_metrics.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_metrics.o
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_metrics.o -o build/lib.linux-x86_64-3.10/kivy/_
metrics.cpython-310-x86_64-linux-gnu.so -lm
[DEBUG]: building 'kivy.graphics.buffer' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/buffer.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/buffer.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/buffer.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.context' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.compiler' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/compiler.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/compiler.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/compiler.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.context_instructions' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context_instructions.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context_instructions.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.fbo' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/fbo.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/fbo.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/fbo.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.gl_instructions' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/gl_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/gl_instructions.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/gl_instructions.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.instructions' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/instructions.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/instructions.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.opengl' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.opengl_utils' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl_utils.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl_utils.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl_utils.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.shader' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/shader.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/shader.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/shader.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.stencil_instructions' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/stencil_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/stencil_instructions.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/stencil_instructions.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.scissor_instructions' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/scissor_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/scissor_instructions.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/scissor_instructions.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.texture' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/texture.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/texture.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/texture.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.transformation' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/transformation.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/transformation.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/transformation.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.vbo' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vbo.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vbo.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vbo.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.vertex' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.vertex_instructions' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex_instructions.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex_instructions.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.cgl' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.cgl_backend.cgl_mock' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_mock.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_mock.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_mock.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.cgl_backend.cgl_gl' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -INOTNONE/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_gl.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_gl.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_gl.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.cgl_backend.cgl_glew' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -INOTNONE/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_glew.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_glew.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_glew.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.cgl_backend.cgl_sdl2' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_sdl2.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_sdl2.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.cgl_backend.cgl_debug' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_debug.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_debug.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_debug.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.core.text.text_layout' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/text_layout.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/text_layout.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/text_layout.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.core.window.window_info' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/window_info.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/window_info.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/window_info.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.tesselator' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -Ikivy/lib/libtess2/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/tesselator.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/tesselator.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/tesselator.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.svg' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/svg.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/svg.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/svg.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.graphics.boxshadow' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/boxshadow.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/boxshadow.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/boxshadow.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.core.window._window_sdl2' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/_window_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/_window_sdl2.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/_window_sdl2.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.core.image._img_sdl2' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/image/_img_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/image/_img_sdl2.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/image/_img_sdl2.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.core.text._text_sdl2' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/_text_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/_text_sdl2.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/_text_sdl2.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.core.audio.audio_sdl2' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/audio/audio_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/audio/audio_sdl2.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/audio/audio_sdl2.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: building 'kivy.core.clipboard._clipboard_sdl2' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/clipboard/_clipboard_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/clipboard/_clipboard_sdl2.o
[DEBUG]: clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/clipboard/_clipboard_sdl2.c'
[DEBUG]: clang-14: error: no input files
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_event.o -o build/lib.linux-x86_64-3.10/kivy/_
event.cpython-310-x86_64-linux-gnu.so -lm
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_clock.o -o build/lib.linux-x86_64-3.10/kivy/_
clock.cpython-310-x86_64-linux-gnu.so -lm
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/properties.o -o build/lib.linux-x86_64-3.10/kivy/
properties.cpython-310-x86_64-linux-gnu.so -lm
[DEBUG]: error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
Exception in thread background thread for pid 6513:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 1641, in wrap
fn(*rgs, **kwargs)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 2569, in background_thread
handle_exit_code(exit_code)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 2269, in fn
return self.command.handle_command_exit_code(exit_code)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 869, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:
RAN: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v
STDOUT:
[INFO ] [Logger ] Record log in /root/.kivy/logs/kivy_23-09-09_4.txt
[INFO ] [Kivy ] v2.2.1
[INFO ] [Kivy ] Installed at "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/__init__.py"
[INFO ] [Python ] v3.10.10 (main, Sep 9 2023, 11:56:13) [GCC 11.4.0]
[INFO ] [Python ] Interpreter at "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3"
[INFO ] [Logger ] Purge log fired. Processing...
[INFO ] [Logger ] Purge finished!
Environ change use_sdl2 -> True
Not using cython on android
Current directory is: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy
Source and initial build directory is: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy
Python path is:
/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy
/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib
/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages
/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/scripts-3.10
/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/temp.linux-x86_64-3.10
/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/lib.linux-x86_64-3.10
/usr/local/lib/python310.zip
/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib
/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/modules
/root/.kivy/mods
Using this graphics system: OpenGL ES 2
SDL2 found via pkg-config
SDL2: found SDL header at /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include/SDL.h
SDL2: found SDL_mixer header at /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include/SDL_mixer.h
SDL2: found SDL_ttf header at /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf/SDL_ttf.h
SDL2: found SDL_image header at /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/SDL_image.h
running build_ext
Building extensions in parallel using 4 cores
Updated build directory to: build/lib.linux-x86_64-3.10
Build configuration is:
* use_rpi_vidcore_lite = 0
* use_egl = 0
* use_opengl_es2 = 1
* use_opengl_mock = 0
* use_sdl2 = 1
* use_pangoft2 = 0
* use_ios = 0
* use_android = 1
* use_mesagl = 0
* use_x11 = 0
* use_wayland = 0
* use_gstreamer = 0
* use_avfoundation = 0
* use_osx_frameworks = 0
* debug_gl = 0
* kivy_sdl_gl_alpha_size = 8
* debug = False
Detected compiler is unix
building 'kivy._event' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_event.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_event.o
building 'kivy._clock' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_clock.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_clock.o
building 'kivy.weakproxy' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/weakproxy.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/weakproxy.o
building 'kivy.properties' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/properties.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/properties.o
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/weakproxy.o -o build/lib.linux-x86_64-3.10/kivy/
weakproxy.cpython-310-x86_64-linux-gnu.so -lm
building 'kivy._metrics' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_metrics.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_metrics.o
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_metrics.o -o build/lib.linux-x86_64-3.10/kivy/_
metrics.cpython-310-x86_64-linux-gnu.so -lm
building 'kivy.graphics.buffer' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/buffer.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/buffer.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/buffer.c'
clang-14: error: no input files
building 'kivy.graphics.context' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context.c'
clang-14: error: no input files
building 'kivy.graphics.compiler' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/compiler.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/compiler.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/compiler.c'
clang-14: error: no input files
building 'kivy.graphics.context_instructions' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context_instructions.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/context_instructions.c'
clang-14: error: no input files
building 'kivy.graphics.fbo' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/fbo.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/fbo.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/fbo.c'
clang-14: error: no input files
building 'kivy.graphics.gl_instructions' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/gl_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/gl_instructions.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/gl_instructions.c'
clang-14: error: no input files
building 'kivy.graphics.instructions' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/instructions.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/instructions.c'
clang-14: error: no input files
building 'kivy.graphics.opengl' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl.c'
clang-14: error: no input files
building 'kivy.graphics.opengl_utils' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl_utils.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl_utils.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/opengl_utils.c'
clang-14: error: no input files
building 'kivy.graphics.shader' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/shader.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/shader.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/shader.c'
clang-14: error: no input files
building 'kivy.graphics.stencil_instructions' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/stencil_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/stencil_instructions.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/stencil_instructions.c'
clang-14: error: no input files
building 'kivy.graphics.scissor_instructions' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/scissor_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/scissor_instructions.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/scissor_instructions.c'
clang-14: error: no input files
building 'kivy.graphics.texture' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/texture.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/texture.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/texture.c'
clang-14: error: no input files
building 'kivy.graphics.transformation' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/transformation.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/transformation.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/transformation.c'
clang-14: error: no input files
building 'kivy.graphics.vbo' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vbo.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vbo.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vbo.c'
clang-14: error: no input files
building 'kivy.graphics.vertex' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex.c'
clang-14: error: no input files
building 'kivy.graphics.vertex_instructions' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex_instructions.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex_instructions.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/vertex_instructions.c'
clang-14: error: no input files
building 'kivy.graphics.cgl' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl.c'
clang-14: error: no input files
building 'kivy.graphics.cgl_backend.cgl_mock' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_mock.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_mock.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_mock.c'
clang-14: error: no input files
building 'kivy.graphics.cgl_backend.cgl_gl' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -INOTNONE/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_gl.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_gl.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_gl.c'
clang-14: error: no input files
building 'kivy.graphics.cgl_backend.cgl_glew' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -INOTNONE/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_glew.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_glew.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_glew.c'
clang-14: error: no input files
building 'kivy.graphics.cgl_backend.cgl_sdl2' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_sdl2.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_sdl2.c'
clang-14: error: no input files
building 'kivy.graphics.cgl_backend.cgl_debug' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_debug.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_debug.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/cgl_backend/cgl_debug.c'
clang-14: error: no input files
building 'kivy.core.text.text_layout' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/text_layout.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/text_layout.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/text_layout.c'
clang-14: error: no input files
building 'kivy.core.window.window_info' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/window_info.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/window_info.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/window_info.c'
clang-14: error: no input files
building 'kivy.graphics.tesselator' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -Ikivy/lib/libtess2/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/tesselator.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/tesselator.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/tesselator.c'
clang-14: error: no input files
building 'kivy.graphics.svg' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/svg.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/svg.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/svg.c'
clang-14: error: no input files
building 'kivy.graphics.boxshadow' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/boxshadow.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/boxshadow.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/graphics/boxshadow.c'
clang-14: error: no input files
building 'kivy.core.window._window_sdl2' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/_window_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/_window_sdl2.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/window/_window_sdl2.c'
clang-14: error: no input files
building 'kivy.core.image._img_sdl2' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/image/_img_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/image/_img_sdl2.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/image/_img_sdl2.c'
clang-14: error: no input files
building 'kivy.core.text._text_sdl2' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/_text_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/_text_sdl2.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/text/_text_sdl2.c'
clang-14: error: no input files
building 'kivy.core.audio.audio_sdl2' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/audio/audio_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/audio/audio_sdl2.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/audio/audio_sdl2.c'
clang-14: error: no input files
building 'kivy.core.clipboard._clipboard_sdl2' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/clipboard/_clipboard_sdl2.c -o build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/clipboard/_clipboard_sdl2.o
clang-14: error: no such file or directory: '/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/core/clipboard/_clipboard_sdl2.c'
clang-14: error: no input files
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_event.o -o build/lib.linux-x86_64-3.10/kivy/_
event.cpython-310-x86_64-linux-gnu.so -lm
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_clock.o -o build/lib.linux-x86_64-3.10/kivy/_
clock.cpython-310-x86_64-linux-gnu.so -lm
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.10 -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp/arm64-v8a -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/myapp -L/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/include/python3.1 build/temp.linux-x86_64-3.10/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/properties.o -o build/lib.linux-x86_64-3.10/kivy/
properties.cpython-310-x86_64-linux-gnu.so -lm
error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
STDERR:
[INFO]: kivy first build failed (as expected)
[INFO]: Running cython where appropriate
[INFO]: Cythonize kivy/_event.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./kivy/_event.pyx
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
[DEBUG]: if not hasattr(numpy, method):
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
[DEBUG]: obj = getattr(themodule, elem)
[DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_event.pxd
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[INFO]: Cythonize kivy/_metrics.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./kivy/_metrics.pyx
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
[DEBUG]: if not hasattr(numpy, method):
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
[DEBUG]: obj = getattr(themodule, elem)
[DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_metrics.pxd
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[INFO]: Cythonize kivy/_clock.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./kivy/_clock.pyx
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
[DEBUG]: if not hasattr(numpy, method):
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
[DEBUG]: obj = getattr(themodule, elem)
[DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/_clock.pxd
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[INFO]: Cythonize kivy/properties.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./kivy/properties.pyx
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
[DEBUG]: if not hasattr(numpy, method):
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
[DEBUG]: obj = getattr(themodule, elem)
[DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/properties.pxd
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[DEBUG]: warning: kivy/include/config.pxi:2:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:3:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:4:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:5:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:6:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:7:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:8:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:9:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:10:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:11:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:12:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:13:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:14:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:15:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:16:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:17:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:18:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:19:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:20:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[INFO]: Cythonize kivy/weakproxy.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./kivy/weakproxy.pyx
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
[DEBUG]: if not hasattr(numpy, method):
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
[DEBUG]: obj = getattr(themodule, elem)
[DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/weakproxy.pyx
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[DEBUG]: warning: kivy/include/config.pxi:2:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:3:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:4:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:5:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:6:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:7:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:8:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:9:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:10:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:11:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:12:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:13:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:14:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:15:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:16:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:17:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:18:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:19:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[DEBUG]: warning: kivy/include/config.pxi:20:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See
https://github.com/cython/cython/issues/4310[INFO]: Cythonize kivy/lib/vidcore_lite/egl.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./kivy/lib/vidcore_lite/egl.pyx
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
[DEBUG]: if not hasattr(numpy, method):
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
[DEBUG]: obj = getattr(themodule, elem)
[DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/lib/vidcore_lite/egl.pyx
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[INFO]: Cythonize kivy/lib/vidcore_lite/bcm.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./kivy/lib/vidcore_lite/bcm.pyx
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
[DEBUG]: if not hasattr(numpy, method):
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
[DEBUG]: obj = getattr(themodule, elem)
[DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/lib/vidcore_lite/bcm.pxd
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[INFO]: Cythonize kivy/lib/gstplayer/_gstplayer.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./kivy/lib/gstplayer/_gstplayer.pyx
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
[DEBUG]: if not hasattr(numpy, method):
[DEBUG]: /usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
[DEBUG]: obj = getattr(themodule, elem)
[DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/lib/gstplayer/_gstplayer.pyx
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[DEBUG]:
[DEBUG]: Error compiling Cython file:
[DEBUG]: ------------------------------------------------------------
[DEBUG]: ...
[DEBUG]: raise GstPlayerException('Unable to get the bus from the pipeline')
[DEBUG]:
[DEBUG]: gst_bus_enable_sync_message_emission(self.bus)
[DEBUG]: if self.eos_cb or self.message_cb:
[DEBUG]: self.hid_message = c_bus_connect_message(
[DEBUG]: self.bus, _on_gstplayer_message, <void *>self)
[DEBUG]: ^
[DEBUG]: ------------------------------------------------------------
[DEBUG]:
[DEBUG]: kivy/lib/gstplayer/_gstplayer.pyx:228:30: Cannot assign type 'void (void *, GstMessage *) except * nogil' to 'buscallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, GstMessage *) except * nogil'.
[DEBUG]:
[DEBUG]: Error compiling Cython file:
[DEBUG]: ------------------------------------------------------------
[DEBUG]: ...
[DEBUG]: # attach the callback
[DEBUG]: # NOTE no need to create a weakref here, as we manage to grab/release
[DEBUG]: # the reference of self in the set_sample_callback() method.
[DEBUG]: if self.sample_cb:
[DEBUG]: self.hid_sample = c_appsink_set_sample_callback(
[DEBUG]: self.appsink, _on_appsink_sample, <void *>self)
[DEBUG]: ^
[DEBUG]: ------------------------------------------------------------
[DEBUG]:
[DEBUG]: kivy/lib/gstplayer/_gstplayer.pyx:269:34: Cannot assign type 'void (void *, int, int, char *, int) except * nogil' to 'appcallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, int, int, char *, int) except * nogil'.
[DEBUG]:
[DEBUG]: Error compiling Cython file:
[DEBUG]: ------------------------------------------------------------
[DEBUG]: ...
[DEBUG]: if self.appsink != NULL:
[DEBUG]: gst_element_get_state(self.pipeline, ¤t_state,
[DEBUG]: &pending_state, <GstClockTime>GST_SECOND)
[DEBUG]: if current_state != GST_STATE_PLAYING:
[DEBUG]: c_appsink_pull_preroll(
[DEBUG]: self.appsink, _on_appsink_sample, <void *>self)
[DEBUG]: ^
[DEBUG]: ------------------------------------------------------------
[DEBUG]:
[DEBUG]: kivy/lib/gstplayer/_gstplayer.pyx:418:34: Cannot assign type 'void (void *, int, int, char *, int) except * nogil' to 'appcallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, int, int, char *, int) except * nogil'.
Exception in thread background thread for pid 6850:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 1641, in wrap
fn(*rgs, **kwargs)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 2569, in background_thread
handle_exit_code(exit_code)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 2269, in fn
return self.command.handle_command_exit_code(exit_code)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 869, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:
RAN: /usr/bin/python3 '-cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main());' ./kivy/lib/gstplayer/_gstplayer.pyx
STDOUT:
/usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
if not hasattr(numpy, method):
/usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
obj = getattr(themodule, elem)
/usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/lib/gstplayer/_gstplayer.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
Error compiling Cython file:
------------------------------------------------------------
...
raise GstPlayerException('Unable to get the bus from the pipeline')
gst_bus_enable_sync_message_emission(self.bus)
if self.eos_cb or self.message_cb:
self.hid_message = c_bus_connect_message(
self.bus, _on_gstplayer_message, <void *>self)
^
------------------------------------------------------------
kivy/lib/gstplayer/_gstplayer.pyx:228:30: Cannot assign type 'void (void *, GstMessage *) except * nogil' to 'buscallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, GstMessage *) except * nogil'.
Error compiling Cython file:
------------------------------------------------------------
...
# attach the callback
# NOTE no need to create a weakref here, as we manage to grab/release
# the reference of self in the set_sample_callback() method.
if self.sample_cb:
self.hid_sample = c_appsink_set_sample_callback(
self.appsink, _on_appsink_sample, <void *>self)
^
------------------------------------------------------------
kivy/lib/gstplayer/_gstplayer.pyx:269:34: Cannot assign type 'void (void *, int, int, char *, int) except * nogil' to 'appcallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, int, int, char *, int) except * nogil'.
Error compiling Cython file:
------------------------------------------------------------
...
if self.appsink != NULL:
gst_element_get_state(self.pipeline, ¤t_state,
&pending_state, <GstClockTime>GST_SECOND)
if current_state != GST_STATE_PLAYING:
c_appsink_pull_preroll(
self.appsink, _on_appsink_sample, <void *>self)
^
------------------------------------------------------------
kivy/lib/gstplayer/_gstplayer.pyx:418:34: Cannot assign type 'void (void *, int, int, char *, int) except * nogil' to 'appcallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, int, int, char *, int) except * nogil'.
STDERR:
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1262, in <module>
main()
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py", line 18, in main
ToolchainCL()
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 680, in __init__
getattr(self, command)(args)
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 99, in wrapper_func
build_dist_from_args(ctx, dist, args)
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 158, in build_dist_from_args
build_recipes(build_order, python_modules, ctx,
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 504, in build_recipes
recipe.build_arch(arch)
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 1028, in build_arch
self.build_cython_components(arch)
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 1053, in build_cython_components
self.cythonize_build(env=env)
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kivy/__init__.py", line 38, in cythonize_build
super().cythonize_build(env, build_dir=build_dir)
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 1101, in cythonize_build
self.cythonize_file(env, build_dir, join(root, filename))
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kivy/__init__.py", line 59, in cythonize_file
super().cythonize_file(env, build_dir, filename)
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 1090, in cythonize_file
shprint(python_command, "-c"
File "/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 167, in shprint
for line in output:
File "/root/.local/lib/python3.10/site-packages/sh.py", line 915, in next
self.wait()
File "/root/.local/lib/python3.10/site-packages/sh.py", line 845, in wait
self.handle_command_exit_code(exit_code)
File "/root/.local/lib/python3.10/site-packages/sh.py", line 869, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:
RAN: /usr/bin/python3 '-cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main());' ./kivy/lib/gstplayer/_gstplayer.pyx
STDOUT:
/usr/lib/python3/dist-packages/pythran/tables.py:4520: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
if not hasattr(numpy, method):
/usr/lib/python3/dist-packages/pythran/tables.py:4553: FutureWarning: In the future `np.bytes` will be defined as the corresponding NumPy scalar.
obj = getattr(themodule, elem)
/usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8a__ndk_target_21/kivy/kivy/lib/gstplayer/_gstplayer.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
Error compiling Cython file:
------------------------------------------------------------
...
raise GstPlayerException('Unable to get the bus from the pipeline')
gst_bus_enable_sync_message_emission(self.bus)
if self.eos_cb or self.message_cb:
self.hid_message = c_bus_connect_message(
self.bus, _on_gstplayer_message, <void *>self)
^
------------------------------------------------------------
kivy/lib/gstplayer/_gstplayer.pyx:228:30: Cannot assign type 'void (void *, GstMessage *) except * nogil' to 'buscallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, GstMessage *) except * nogil'.
Error compiling Cython file:
------------------------------------------------------------
...
# attach the callback
# NOTE no need to create a weakref here, as we manage to grab/release
# the reference of self in the set_sample_callback() method.
if self.sample_cb:
self.hid_sample = c_appsink_set_sample_callback(
self.appsink, _on_appsink_sample, <void *>self)
^
------------------------------------------------------------
kivy/lib/gstplayer/_gstplayer.pyx:269:34: Cannot assign type 'void (void *, int, int, char *, int) except * nogil' to 'appcallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, int, int, char *, int) except * nogil'.
Error compiling Cython file:
------------------------------------------------------------
...
if self.appsink != NULL:
gst_element_get_state(self.pipeline, ¤t_state,
&pending_state, <GstClockTime>GST_SECOND)
if current_state != GST_STATE_PLAYING:
c_appsink_pull_preroll(
self.appsink, _on_appsink_sample, <void *>self)
^
------------------------------------------------------------
kivy/lib/gstplayer/_gstplayer.pyx:418:34: Cannot assign type 'void (void *, int, int, char *, int) except * nogil' to 'appcallback_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, int, int, char *, int) except * nogil'.
STDERR:
# Command failed: ['/usr/bin/python3', '-m', 'pythonforandroid.toolchain', 'create', '--dist_name=myapp', '--bootstrap=sdl2', '--requirements=python3,kivy,certifi==2022.12.7,', '--arch=arm64-v8a', '--arch=armeabi-v7a', '--copy-libs', '--color=always', '--storage-dir=/home/handheld-raman/Downloads/new/THPrototype/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a', '--ndk-api=21', '--ignore-setup-py', '--debug']
# ENVIRONMENT:
# LANGUAGE = 'en_IN:en'
# XAUTHORITY = '/run/user/1000/.mutter-Xwaylandauth.35PKA2'
# LANG = 'en_IN'
# LS_COLORS = 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
# XDG_CURRENT_DESKTOP = 'ubuntu:GNOME'
# TERM = 'xterm-256color'
# DISPLAY = ':0'
# PS1 = ('(env) \\[\\e]0;\\u@\\h: '
'\\w\\a\\]${debian_chroot:+($debian_chroot)}\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ ')
# PATH = '/root/.buildozer/android/platform/apache-ant-1.9.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin'
# MAIL = '/var/mail/root'
# LOGNAME = 'root'
# USER = 'root'
# HOME = '/root'
# SHELL = '/bin/bash'
# SUDO_COMMAND = '/usr/local/bin/buildozer android debug'
# SUDO_USER = 'handheld-raman'
# SUDO_UID = '1000'
# SUDO_GID = '1000'
# PACKAGES_PATH = '/root/.buildozer/android/packages'
# ANDROIDSDK = '/root/.buildozer/android/platform/android-sdk'
# ANDROIDNDK = '/root/.buildozer/android/platform/android-ndk-r25b'
# ANDROIDAPI = '31'
# ANDROIDMINAPI = '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