Skip to content

Instantly share code, notes, and snippets.

@clayote
Created May 10, 2025 15:00
Show Gist options
  • Save clayote/a81faaf9b66659230ed8233291d8aa5a to your computer and use it in GitHub Desktop.
Save clayote/a81faaf9b66659230ed8233291d8aa5a to your computer and use it in GitHub Desktop.
buildozer log with pinned numpy version gives weird meson fail
This file has been truncated, but you can view the full file.
(buildozer-venv) sanotehu@sanotehu-Lenovo-YOGA-730-15IWL:~/src/lisien$ python -m pip freeze
appdirs==1.4.4
build==1.2.2.post1
buildozer @ https://github.com/kivy/buildozer/archive/refs/heads/master.zip#sha256=8440035cc4a48c8968b4ab5f01037d0db5c23760e458119fd87f7cd5858aa25b
colorama==0.4.6
Cython==0.29.34
distlib==0.3.9
filelock==3.18.0
Jinja2==3.1.6
MarkupSafe==3.0.2
meson==1.8.0
meson-python==0.15.0
packaging==25.0
pexpect==4.9.0
platformdirs==4.3.8
ptyprocess==0.7.0
pyproject-metadata==0.9.1
pyproject_hooks==1.2.0
sh==2.2.2
toml==0.10.2
virtualenv==20.31.2
(buildozer-venv) sanotehu@sanotehu-Lenovo-YOGA-730-15IWL:~/src/lisien$ buildozer android clean
# Ensure build layout
# Check configuration tokens
# Run '/home/sanotehu/src/lisien/buildozer-venv/bin/python -m pythonforandroid.toolchain clean_builds --color=always --storage-dir=/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a --ndk-api=24 --ignore-setup-py --debug' ...
# Cwd /home/sanotehu/src/lisien/.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.
[DEBUG]: Remove directory and subdirectory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs
[DEBUG]: Remove directory and subdirectory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs
# Run '/home/sanotehu/src/lisien/buildozer-venv/bin/python -m pythonforandroid.toolchain clean_dists --color=always --storage-dir=/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a --ndk-api=24 --ignore-setup-py --debug' ...
# Cwd /home/sanotehu/src/lisien/.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.
[DEBUG]: Remove directory and subdirectory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists
(buildozer-venv) sanotehu@sanotehu-Lenovo-YOGA-730-15IWL:~/src/lisien$ buildozer android debug
# 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 /home/sanotehu/src/lisien/buildozer-venv/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/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
https://github.com/kivy/python-for-android.git
# Run 'git branch -vv' ...
# Cwd /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
* develop 04dc2b98 [origin/develop] Merge pull request #3147 from Huyston/develop
# Run '/home/sanotehu/src/lisien/buildozer-venv/bin/python -m pip install -q appdirs colorama>=0.3.3 jinja2 sh>=2, <3.0; sys_platform!="win32" build toml packaging setuptools wheel~=0.43.0' ...
# Cwd None
# Apache ANT found at /home/sanotehu/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/sanotehu/.buildozer/android/platform/android-sdk
# Recommended android's NDK version by p4a is: 25b
# Android NDK found at /home/sanotehu/.buildozer/android/platform/android-ndk-r25b
# Run '/home/sanotehu/src/lisien/buildozer-venv/bin/python -m pythonforandroid.toolchain aab -h --color=always --storage-dir=/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a --ndk-api=24 --ignore-setup-py --debug' ...
# Cwd /home/sanotehu/src/lisien/.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,
24) 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: /home/sanotehu/.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
# Using custom source dirs:
P4A_lisien_DIR = /home/sanotehu/src/lisien/lisien
P4A_elide_DIR = /home/sanotehu/src/lisien/elide
# Run '/home/sanotehu/src/lisien/buildozer-venv/bin/python -m pythonforandroid.toolchain create --dist_name=Elide --bootstrap=sdl2 --requirements=python3,kivy,msgpack,numpy,sqlite3,networkx,astunparse,blinker,sqlalchemy,tblib,pygments,libbz2,liblzma,python-osc,lisien,elide,android --arch=arm64-v8a --arch=armeabi-v7a --copy-libs --local-recipes /home/sanotehu/src/lisien/recipes --color=always --storage-dir=/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a --ndk-api=24 --ignore-setup-py --debug' ...
# Cwd /home/sanotehu/src/lisien/.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]: Will compile for the following archs: arm64-v8a, armeabi-v7a
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds
[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: /home/sanotehu/.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!
[INFO]: No dist exists that meets your requirements, so one will be built.
[INFO]: Found a single valid recipe set: ['astunparse', 'blinker', 'hostpython3', 'libbz2', 'libffi', 'liblzma', 'networkx', 'openssl', 'pygments', 'python-osc', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'tblib', 'typing_extensions', 'python3', 'sdl2', 'elide', 'lisien', 'numpy', 'setuptools', 'msgpack', 'six', 'sqlalchemy', 'pyjnius', 'android', 'kivy']
[INFO]: The selected bootstrap is sdl2
[INFO]: # Creating dist with sdl2 bootstrap
[INFO]: Dist will have name Elide and requirements (python3, kivy, msgpack, numpy, sqlite3, networkx, astunparse, blinker, sqlalchemy, tblib, pygments, libbz2, liblzma, python-osc, lisien, elide, android)
[INFO]: Dist contains the following requirements as recipes: ['hostpython3', 'libbz2', 'libffi', 'liblzma', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'elide', 'lisien', 'numpy', 'setuptools', 'msgpack', 'six', 'sqlalchemy', 'pyjnius', 'android', 'kivy']
[INFO]: Dist will also contain modules (astunparse, filetype, pygments, typing_extensions, certifi, chardet, requests, blinker, networkx, tblib, python-osc, idna, urllib3) installed from pip
[INFO]: Dist will be build in mode debug
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/Elide
[INFO]: Recipe build order is ['hostpython3', 'libbz2', 'libffi', 'liblzma', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'elide', 'lisien', 'numpy', 'setuptools', 'msgpack', 'six', 'sqlalchemy', 'pyjnius', 'android', 'kivy']
[INFO]: The requirements (astunparse, blinker, certifi, chardet, filetype, idna, networkx, pygments, python-osc, requests, tblib, typing_extensions, urllib3) were not found as recipes, they will be installed with pip.
[INFO]: # Downloading recipes
[INFO]: Downloading hostpython3
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/hostpython3
[DEBUG]: -> running basename https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz
[DEBUG]: Python-3.11.5.tgz
[INFO]: hostpython3 download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading libbz2
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/libbz2
[DEBUG]: -> running basename https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
[DEBUG]: bzip2-1.0.8.tar.gz
[INFO]: libbz2 download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading libffi
[INFO]: -> directory context /home/sanotehu/src/lisien/.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/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading liblzma
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/liblzma
[DEBUG]: -> running basename https://tukaani.org/xz/xz-5.2.4.tar.gz
[DEBUG]: xz-5.2.4.tar.gz
[INFO]: liblzma download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading openssl
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/openssl
[DEBUG]: -> running basename https://www.openssl.org/source/openssl-1.1.1w.tar.gz
[DEBUG]: openssl-1.1.1w.tar.gz
[INFO]: openssl download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_image
[INFO]: -> directory context /home/sanotehu/src/lisien/.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.8.0/SDL2_image-2.8.0.tar.gz
[DEBUG]: SDL2_image-2.8.0.tar.gz
[INFO]: sdl2_image download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_mixer
[INFO]: -> directory context /home/sanotehu/src/lisien/.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.3/SDL2_mixer-2.6.3.tar.gz
[DEBUG]: SDL2_mixer-2.6.3.tar.gz
[INFO]: sdl2_mixer download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_ttf
[INFO]: -> directory context /home/sanotehu/src/lisien/.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.22.0/SDL2_ttf-2.22.0.tar.gz
[DEBUG]: SDL2_ttf-2.22.0.tar.gz
[INFO]: sdl2_ttf download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading sqlite3
[INFO]: -> directory context /home/sanotehu/src/lisien/.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/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading python3
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/python3
[DEBUG]: -> running basename https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz
[DEBUG]: Python-3.11.5.tgz
[INFO]: python3 download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2
[DEBUG]: -> running basename https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz
[DEBUG]: SDL2-2.28.5.tar.gz
[INFO]: sdl2 download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading elide
[INFO]: P4A_elide_DIR is set, skipping download for elide
[INFO]: Downloading lisien
[INFO]: P4A_lisien_DIR is set, skipping download for lisien
[INFO]: Downloading numpy
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/numpy
[DEBUG]: -> running basename https://github.com/numpy/numpy/archive/refs/tags/v1.26.5.tar.gz
[DEBUG]: v1.26.5.tar.gz
[INFO]: numpy download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading setuptools
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/setuptools
[DEBUG]: -> running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-69.2.0.tar.gz
[DEBUG]: setuptools-69.2.0.tar.gz
[INFO]: setuptools download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading msgpack
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/msgpack
[DEBUG]: -> running basename https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz
[DEBUG]: msgpack-1.1.0.tar.gz
[INFO]: msgpack download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading six
[INFO]: -> directory context /home/sanotehu/src/lisien/.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/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading sqlalchemy
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sqlalchemy
[DEBUG]: -> running basename https://files.pythonhosted.org/packages/68/c3/3f2bfa5e4dcd9938405fe2fab5b6ab94a9248a4f9536ea2fd497da20525f/sqlalchemy-2.0.40.tar.gz
[DEBUG]: sqlalchemy-2.0.40.tar.gz
[INFO]: sqlalchemy download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Downloading pyjnius
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/pyjnius
[DEBUG]: -> running basename https://github.com/kivy/pyjnius/archive/1.6.1.zip
[DEBUG]: 1.6.1.zip
[INFO]: pyjnius download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.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/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/kivy
[DEBUG]: -> running basename https://github.com/kivy/kivy/archive/2.3.1.zip
[DEBUG]: 2.3.1.zip
[INFO]: kivy download already cached, skipping
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: # Building all recipes for arch arm64-v8a
[INFO]: # Unpacking recipes
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[INFO]: Unpacking hostpython3 for arm64-v8a
[DEBUG]: -> running basename https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz
[DEBUG]: Python-3.11.5.tgz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[DEBUG]: Moving Python-3.11.5 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libbz2/arm64-v8a__ndk_target_24
[INFO]: Unpacking libbz2 for arm64-v8a
[DEBUG]: -> running basename https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
[DEBUG]: bzip2-1.0.8.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libbz2/arm64-v8a__ndk_target_24
[DEBUG]: Moving bzip2-1.0.8 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libbz2/arm64-v8a__ndk_target_24/libbz2
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_24
[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/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_24
[DEBUG]: Moving libffi-3.4.2 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_24/libffi
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24
[INFO]: Unpacking liblzma for arm64-v8a
[DEBUG]: -> running basename https://tukaani.org/xz/xz-5.2.4.tar.gz
[DEBUG]: xz-5.2.4.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24
[DEBUG]: Moving xz-5.2.4 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_24
[INFO]: Unpacking openssl for arm64-v8a
[DEBUG]: -> running basename https://www.openssl.org/source/openssl-1.1.1w.tar.gz
[DEBUG]: openssl-1.1.1w.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_24
[DEBUG]: Moving openssl-1.1.1w to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_24/openssl1.1
[INFO]: <- directory context /home/sanotehu/src/lisien/.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.8.0/SDL2_image-2.8.0.tar.gz
[DEBUG]: SDL2_image-2.8.0.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni
[DEBUG]: Moving SDL2_image-2.8.0 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image
[INFO]: <- directory context /home/sanotehu/src/lisien/.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.3/SDL2_mixer-2.6.3.tar.gz
[DEBUG]: SDL2_mixer-2.6.3.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni
[DEBUG]: Moving SDL2_mixer-2.6.3 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer
[INFO]: <- directory context /home/sanotehu/src/lisien/.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.22.0/SDL2_ttf-2.22.0.tar.gz
[DEBUG]: SDL2_ttf-2.22.0.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni
[DEBUG]: Moving SDL2_ttf-2.22.0 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlite3/arm64-v8a__ndk_target_24
[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/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlite3/arm64-v8a__ndk_target_24
[DEBUG]: Moving sqlite-amalgamation-3350500 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlite3/arm64-v8a__ndk_target_24/sqlite3
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3-libbz2-liblzma/arm64-v8a__ndk_target_24
[INFO]: Unpacking python3 for arm64-v8a
[DEBUG]: -> running basename https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz
[DEBUG]: Python-3.11.5.tgz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3-libbz2-liblzma/arm64-v8a__ndk_target_24
[DEBUG]: Moving Python-3.11.5 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3-libbz2-liblzma/arm64-v8a__ndk_target_24/python3
[INFO]: <- directory context /home/sanotehu/src/lisien/.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.28.5/SDL2-2.28.5.tar.gz
[DEBUG]: SDL2-2.28.5.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni
[DEBUG]: Moving SDL2-2.28.5 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/elide/arm64-v8a__ndk_target_24
[INFO]: Unpacking elide for arm64-v8a
[INFO]: P4A_elide_DIR exists, symlinking instead
[DEBUG]: Remove directory and subdirectory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/elide/arm64-v8a__ndk_target_24
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/elide/arm64-v8a__ndk_target_24
[DEBUG]: -> running cp -a /home/sanotehu/src/lisien/elide /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/elide/arm64-v8a__ndk_target_24/elide
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/lisien/arm64-v8a__ndk_target_24
[INFO]: Unpacking lisien for arm64-v8a
[INFO]: P4A_lisien_DIR exists, symlinking instead
[DEBUG]: Remove directory and subdirectory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/lisien/arm64-v8a__ndk_target_24
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/lisien/arm64-v8a__ndk_target_24
[DEBUG]: -> running cp -a /home/sanotehu/src/lisien/lisien /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/lisien/arm64-v8a__ndk_target_24/lisien
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/numpy/arm64-v8a__ndk_target_24
[INFO]: Unpacking numpy for arm64-v8a
[DEBUG]: -> running basename https://github.com/numpy/numpy/archive/refs/tags/v1.26.5.tar.gz
[DEBUG]: v1.26.5.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/numpy/arm64-v8a__ndk_target_24
[DEBUG]: Moving numpy-1.26.5 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/numpy/arm64-v8a__ndk_target_24/numpy
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/setuptools/arm64-v8a__ndk_target_24
[INFO]: Unpacking setuptools for arm64-v8a
[DEBUG]: -> running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-69.2.0.tar.gz
[DEBUG]: setuptools-69.2.0.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/setuptools/arm64-v8a__ndk_target_24
[DEBUG]: Moving setuptools-69.2.0 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/setuptools/arm64-v8a__ndk_target_24/setuptools
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/msgpack/arm64-v8a__ndk_target_24
[INFO]: Unpacking msgpack for arm64-v8a
[DEBUG]: -> running basename https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz
[DEBUG]: msgpack-1.1.0.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/msgpack/arm64-v8a__ndk_target_24
[DEBUG]: Moving msgpack-1.1.0 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/msgpack/arm64-v8a__ndk_target_24/msgpack
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/six/arm64-v8a__ndk_target_24
[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/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/six/arm64-v8a__ndk_target_24
[DEBUG]: Moving six-1.15.0 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/six/arm64-v8a__ndk_target_24/six
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlalchemy/arm64-v8a__ndk_target_24
[INFO]: Unpacking sqlalchemy for arm64-v8a
[DEBUG]: -> running basename https://files.pythonhosted.org/packages/68/c3/3f2bfa5e4dcd9938405fe2fab5b6ab94a9248a4f9536ea2fd497da20525f/sqlalchemy-2.0.40.tar.gz
[DEBUG]: sqlalchemy-2.0.40.tar.gz
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlalchemy/arm64-v8a__ndk_target_24
[DEBUG]: Moving sqlalchemy-2.0.40 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlalchemy/arm64-v8a__ndk_target_24/sqlalchemy
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_24
[INFO]: Unpacking pyjnius for arm64-v8a
[DEBUG]: -> running basename https://github.com/kivy/pyjnius/archive/1.6.1.zip
[DEBUG]: 1.6.1.zip
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_24
[DEBUG]: Moving pyjnius-1.6.1 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_24/pyjnius
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8a__ndk_target_24
[DEBUG]: -> running cp -a /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8a__ndk_target_24/android
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy-sdl2/arm64-v8a__ndk_target_24
[INFO]: Unpacking kivy for arm64-v8a
[DEBUG]: -> running basename https://github.com/kivy/kivy/archive/2.3.1.zip
[DEBUG]: 2.3.1.zip
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy-sdl2/arm64-v8a__ndk_target_24
[DEBUG]: Moving kivy-2.3.1 to /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy-sdl2/arm64-v8a__ndk_target_24/kivy
[INFO]: <- directory context /home/sanotehu/src/lisien/.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]: Applying patch patches/pyconfig_detection.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3 -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3/patches/pyconfig_detection.patch
[DEBUG]: patching file Lib/site.py
[DEBUG]: Hunk #1 succeeded at 523 (offset 36 lines).
[INFO]: Prebuilding libbz2 for arm64-v8a
[INFO]: libbz2 has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for libbz2[arm64-v8a]
[INFO]: Applying patch lib_android.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libbz2/arm64-v8a__ndk_target_24/libbz2 -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libbz2/lib_android.patch
[DEBUG]: patching file Makefile-libbz2_so
[INFO]: Prebuilding libffi for arm64-v8a
[INFO]: libffi has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for libffi[arm64-v8a]
[INFO]: Applying patch remove-version-info.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_24/libffi -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libffi/remove-version-info.patch
[DEBUG]: patching file Makefile.am
[DEBUG]: Hunk #1 succeeded at 138 with fuzz 2 (offset -18 lines).
[INFO]: Prebuilding liblzma for arm64-v8a
[INFO]: liblzma has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding openssl for arm64-v8a
[INFO]: openssl has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding sdl2_image for arm64-v8a
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external
[DEBUG]: -> running download.sh
[DEBUG]: Cloning into 'external/jpeg'...
[DEBUG]: remote: Enumerating objects: 312, done.
remote: Counting objects: 100% (312/312), done.
remote: Compressing objects: 100% (186/186), done.
remote: Total 312 (delta 139), reused 294 (delta 123), pack-reused 0 (from 0)
Receiving objects: 100% (312/312), 1.15 MiB | 3.00 MiB/s, done.
Resolving deltas: 100% (139/139), done.(0/139)
[DEBUG]: Cloning into 'external/libpng'...
[DEBUG]: remote: Enumerating objects: 109902, done.
remote: Counting objects: 100% (51/51), done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 109902 (delta 28), reused 13 (delta 13), pack-reused 109851 (from 2)
Receiving objects: 100% (109902/109902), 42.16 MiB | 4.64 MiB/s, done..12 MiB/s
Resolving deltas: 100% (98818/98818), done.8818)
[DEBUG]: Cloning into 'external/libwebp'...
[DEBUG]: remote: Enumerating objects: 28989, done.
remote: Counting objects: 100% (179/179), done.
remote: Compressing objects: 100% (145/145), done.
remote: Total 28989 (delta 62), reused 74 (delta 34), pack-reused 28810 (from 1)
Receiving objects: 100% (28989/28989), 12.40 MiB | 5.46 MiB/s, done..35 MiB/s
Resolving deltas: 100% (22138/22138), done.2138)
[DEBUG]: Cloning into 'external/libtiff'...
[DEBUG]: remote: Enumerating objects: 31933, done.
remote: Counting objects: 100% (1118/1118), done.
remote: Compressing objects: 100% (512/512), done.
remote: Total 31933 (delta 767), reused 732 (delta 606), pack-reused 30815 (from 3)
Receiving objects: 100% (31933/31933), 14.48 MiB | 3.90 MiB/s, done..82 MiB/s
Resolving deltas: 100% (24668/24668), done.4668)
[DEBUG]: Cloning into 'external/zlib'...
[DEBUG]: remote: Enumerating objects: 7331, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 7331 (delta 0), reused 0 (delta 0), pack-reused 7330 (from 1)
Receiving objects: 100% (7331/7331), 4.33 MiB | 5.01 MiB/s, done..22 MiB/s
Resolving deltas: 100% (5190/5190), done./5190)
[DEBUG]: Cloning into 'external/libjxl'...
[DEBUG]: remote: Enumerating objects: 35614, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 35614 (delta 31), reused 13 (delta 13), pack-reused 35565 (from 2)
Receiving objects: 100% (35614/35614), 36.87 MiB | 5.64 MiB/s, done..69 MiB/s
Resolving deltas: 100% (29238/29238), done.9238)
[DEBUG]: Submodule 'third_party/brotli' (https://github.com/libsdl-org/brotli.git) registered for path 'third_party/brotli'
[DEBUG]: Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/googletest'
[DEBUG]: Submodule 'third_party/highway' (https://github.com/libsdl-org/highway.git) registered for path 'third_party/highway'
[DEBUG]: Submodule 'third_party/lcms' (https://github.com/mm2/Little-CMS) registered for path 'third_party/lcms'
[DEBUG]: Submodule 'third_party/lodepng' (https://github.com/lvandeve/lodepng) registered for path 'third_party/lodepng'
[DEBUG]: Submodule 'third_party/sjpeg' (https://github.com/webmproject/sjpeg.git) registered for path 'third_party/sjpeg'
[DEBUG]: Submodule 'third_party/skcms' (https://skia.googlesource.com/skcms) registered for path 'third_party/skcms'
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/brotli'...
[DEBUG]: remote: Enumerating objects: 7794, done.
remote: Counting objects: 100% (12/12), done. (1/12)
remote: Compressing objects: 100% (9/9), done. 1% (1/9)
remote: Total 7794 (delta 3), reused 5 (delta 3), pack-reused 7782 (from 2)
Receiving objects: 100% (7794/7794), 40.63 MiB | 4.88 MiB/s, done..21 MiB/s
Resolving deltas: 100% (5065/5065), done./5065)
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/googletest'...
[DEBUG]: remote: Enumerating objects: 28040, done.
remote: Counting objects: 100% (271/271), done. 1/271)
remote: Compressing objects: 100% (174/174), done. 1/174)
remote: Total 28040 (delta 179), reused 97 (delta 97), pack-reused 27769 (from 3)
Receiving objects: 100% (28040/28040), 13.56 MiB | 4.89 MiB/s, done..56 MiB/s
Resolving deltas: 100% (20775/20775), done.0775)
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/highway'...
[DEBUG]: remote: Enumerating objects: 20232, done.
remote: Counting objects: 100% (3568/3568), done. 3568)
remote: Compressing objects: 100% (93/93), done. (1/93)
remote: Total 20232 (delta 3519), reused 3475 (delta 3475), pack-reused 16664 (from 1)
Receiving objects: 100% (20232/20232), 23.73 MiB | 4.80 MiB/s, done..80 MiB/s
Resolving deltas: 100% (15954/15954), done.5954)
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/lcms'...
[DEBUG]: remote: Enumerating objects: 8484, done.
remote: Counting objects: 100% (3004/3004), done. 3004)
remote: Compressing objects: 100% (710/710), done. 1/710)
remote: Total 8484 (delta 2507), reused 2320 (delta 2294), pack-reused 5480 (from 4)
Receiving objects: 100% (8484/8484), 94.36 MiB | 4.87 MiB/s, done..56 MiB/s
Resolving deltas: 100% (5955/5955), done./5955)
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/lodepng'...
[DEBUG]: remote: Enumerating objects: 2768, done.
remote: Counting objects: 100% (342/342), done. 1/342)
remote: Compressing objects: 100% (96/96), done. (1/96)
remote: Total 2768 (delta 265), reused 253 (delta 246), pack-reused 2426 (from 2)
Receiving objects: 100% (2768/2768), 1.83 MiB | 3.28 MiB/s, done..21 MiB/s
Resolving deltas: 100% (1212/1212), done./1212)
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/sjpeg'...
[DEBUG]: remote: Enumerating objects: 1012, done.
remote: Counting objects: 100% (78/78), done. (1/78)
remote: Compressing objects: 100% (42/42), done. (1/42)
remote: Total 1012 (delta 49), reused 37 (delta 36), pack-reused 934 (from 2)
Receiving objects: 100% (1012/1012), 2.76 MiB | 3.85 MiB/s, done..20 MiB/s
Resolving deltas: 100% (621/621), done.(0/621)
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/skcms'...
remote: Total 5513 (delta 2617), reused 5513 (delta 2617)/s
Receiving objects: 100% (5513/5513), 13.51 MiB | 3.65 MiB/s, done..81 MiB/s
Resolving deltas: 100% (2617/2617), done./2617)
[DEBUG]: Submodule path 'third_party/brotli': checked out '2ae7ff838d1a7ba9726ef0f9b3e42d9eadc5d252'
[DEBUG]: Submodule 'research/esaxx' (https://github.com/hillbig/esaxx) registered for path 'third_party/brotli/research/esaxx'
[DEBUG]: Submodule 'research/libdivsufsort' (https://github.com/y-256/libdivsufsort.git) registered for path 'third_party/brotli/research/libdivsufsort'
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/brotli/research/esaxx'...
[DEBUG]: remote: Enumerating objects: 32, done.
remote: Total 32 (delta 0), reused 0 (delta 0), pack-reused 32 (from 1)
Receiving objects: 100% (32/32), 345.18 KiB | 1.44 MiB/s, done.
Resolving deltas: 100% (10/10), done.% (0/10)
[DEBUG]: Cloning into '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/brotli/research/libdivsufsort'...
[DEBUG]: remote: Enumerating objects: 210, done.
remote: Counting objects: 100% (80/80), done. (1/80)
remote: Compressing objects: 100% (14/14), done. (1/14)
remote: Total 210 (delta 68), reused 66 (delta 66), pack-reused 130 (from 1)
Receiving objects: 100% (210/210), 97.07 KiB | 1.08 MiB/s, done.
Resolving deltas: 100% (133/133), done.(0/133)
[DEBUG]: Submodule path 'third_party/brotli/research/esaxx': checked out 'ca7cb332011ec37a8436487f210f396b84bd8273'
[DEBUG]: Submodule path 'third_party/brotli/research/libdivsufsort': checked out '5f60d6f026c30fb4ac296f696b3c8b0eb71bd428'
[DEBUG]: Submodule path 'third_party/googletest': checked out '0ea2d8f8fa1601abb9ce713b7414e7b86f90bc61'
[DEBUG]: Submodule path 'third_party/highway': checked out 'a2104044ca0717cc571e4a7570b6e8900d4f8c13'
[DEBUG]: Submodule path 'third_party/lcms': checked out '65c63bf549d78253c14b30b3d62cb668bbbe612c'
[DEBUG]: Submodule path 'third_party/lodepng': checked out '48e5364ef48ec2408f44c727657ac1b6703185f8'
[DEBUG]: Submodule path 'third_party/sjpeg': checked out '868ab558fad70fcbe8863ba4e85179eeb81cc840'
[DEBUG]: Submodule path 'third_party/skcms': checked out '64374756e03700d649f897dbd98c95e78c30c7da'
[DEBUG]: Cloning into 'external/libavif'...
[DEBUG]: remote: Enumerating objects: 19261, done.
remote: Counting objects: 100% (312/312), done.
remote: Compressing objects: 100% (151/151), done.
remote: Total 19261 (delta 229), reused 161 (delta 161), pack-reused 18949 (from 3)
Receiving objects: 100% (19261/19261), 24.30 MiB | 5.66 MiB/s, done..65 MiB/s
Resolving deltas: 100% (12593/12593), done.2593)
[DEBUG]: Cloning into 'external/dav1d'...
[DEBUG]: remote: Enumerating objects: 16301, done.
remote: Counting objects: 100% (3489/3489), done.
remote: Compressing objects: 100% (895/895), done.
remote: Total 16301 (delta 2733), reused 2603 (delta 2594), pack-reused 12812 (from 3)
Receiving objects: 100% (16301/16301), 8.65 MiB | 4.65 MiB/s, done..42 MiB/s
Resolving deltas: 100% (12507/12507), done.2507)
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: sdl2_image has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for sdl2_image[arm64-v8a]
[INFO]: Applying patch enable-webp.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_image/enable-webp.patch
[DEBUG]: patching file Android.mk
[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
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlite3/arm64-v8a__ndk_target_24/sqlite3/jni
[INFO]: Prebuilding python3 for arm64-v8a
[INFO]: python3 has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for python3[arm64-v8a]
[INFO]: Applying patch patches/pyconfig_detection.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3-libbz2-liblzma/arm64-v8a__ndk_target_24/python3 -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3/patches/pyconfig_detection.patch
[DEBUG]: patching file Lib/site.py
[DEBUG]: Hunk #1 succeeded at 523 (offset 36 lines).
[INFO]: Applying patch patches/reproducible-buildinfo.diff
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3-libbz2-liblzma/arm64-v8a__ndk_target_24/python3 -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3/patches/reproducible-buildinfo.diff
[DEBUG]: patching file Makefile.pre.in
[DEBUG]: Hunk #1 succeeded at 1238 with fuzz 1 (offset 453 lines).
[INFO]: Applying patch patches/cpython-311-ctypes-find-library.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3-libbz2-liblzma/arm64-v8a__ndk_target_24/python3 -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/python3/patches/cpython-311-ctypes-find-library.patch
[DEBUG]: patching file Lib/ctypes/util.py
[INFO]: Prebuilding sdl2 for arm64-v8a
[INFO]: sdl2 has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding elide for arm64-v8a
[INFO]: elide has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding lisien for arm64-v8a
[INFO]: lisien has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding numpy for arm64-v8a
[INFO]: numpy has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding setuptools for arm64-v8a
[INFO]: setuptools has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding msgpack for arm64-v8a
[INFO]: msgpack has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding six for arm64-v8a
[INFO]: six has no prebuild_arm64_v8a, skipping
[INFO]: Prebuilding sqlalchemy for arm64-v8a
[INFO]: sqlalchemy has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for sqlalchemy[arm64-v8a]
[INFO]: Applying patch zipsafe.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlalchemy/arm64-v8a__ndk_target_24/sqlalchemy -p1 -i /home/sanotehu/src/lisien/recipes/sqlalchemy/zipsafe.patch
[DEBUG]: patching file setup.py
[INFO]: Prebuilding pyjnius for arm64-v8a
[INFO]: pyjnius has no prebuild_arm64_v8a, skipping
[INFO]: Applying patches for pyjnius[arm64-v8a]
[INFO]: Applying patch use_cython.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_24/pyjnius -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyjnius/use_cython.patch
[DEBUG]: patching file setup.py
[INFO]: Prebuilding android for arm64-v8a
[INFO]: android has no prebuild_arm64_v8a, skipping
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8a__ndk_target_24/android
[INFO]: <- directory context /home/sanotehu/src/lisien/.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]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy-sdl2/arm64-v8a__ndk_target_24/kivy/kivy
[DEBUG]: -> running python -c import _version; print(_version.__version__)
[DEBUG]: 2.3.1
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Applying patch use_cython.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy-sdl2/arm64-v8a__ndk_target_24/kivy -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/kivy/use_cython.patch
[DEBUG]: patching file setup.py
[DEBUG]: Hunk #1 succeeded at 248 (offset -1 lines).
[INFO]: # Building recipes
[INFO]: Building hostpython3 for arm64-v8a
[WARNING]: pkg-config location is not supported on linux for prerequisite: openssl
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build
[DEBUG]: -> running configure
[DEBUG]: checking build system type... x86_64-pc-linux-gnu
[DEBUG]: checking host system type... x86_64-pc-linux-gnu
[DEBUG]: checking for Python interpreter freezing... ./_bootstrap_python
[DEBUG]: checking for python3.11... python3.11
[DEBUG]: checking Python for regen version... Python 3.11.11
[DEBUG]: checking for pkg-config... /usr/bin/pkg-config
[DEBUG]: checking pkg-config is at least version 0.9.0... yes
[DEBUG]: checking for --enable-universalsdk... no
[DEBUG]: checking for --with-universal-archs... no
[DEBUG]: checking MACHDEP... "linux"
[DEBUG]: checking for gcc... gcc
[DEBUG]: checking whether the C compiler works... yes
[DEBUG]: checking for C compiler default output file name... a.out
[DEBUG]: checking for suffix of executables...
[DEBUG]: checking whether we are cross compiling... no
[DEBUG]: checking for suffix of object files... o
[DEBUG]: checking whether we are using the GNU C compiler... yes
[DEBUG]: checking whether gcc accepts -g... yes
[DEBUG]: checking for gcc option to accept ISO C89... none needed
[DEBUG]: checking how to run the C preprocessor... gcc -E
[DEBUG]: checking for grep that handles long lines and -e... /usr/bin/grep
[DEBUG]: checking for a sed that does not truncate output... /usr/bin/sed
[DEBUG]: checking for egrep... /usr/bin/grep -E
[DEBUG]: checking for CC compiler name... gcc
[DEBUG]: checking for ANSI C header files... yes
[DEBUG]: checking for sys/types.h... yes
[DEBUG]: checking for sys/stat.h... yes
[DEBUG]: checking for stdlib.h... yes
[DEBUG]: checking for string.h... yes
[DEBUG]: checking for memory.h... yes
[DEBUG]: checking for strings.h... yes
[DEBUG]: checking for inttypes.h... yes
[DEBUG]: checking for stdint.h... yes
[DEBUG]: checking for unistd.h... yes
[DEBUG]: checking minix/config.h usability... no
[DEBUG]: checking minix/config.h presence... no
[DEBUG]: checking for minix/config.h... no
[DEBUG]: checking whether it is safe to define __EXTENSIONS__... yes
[DEBUG]: checking for --with-cxx-main=<compiler>... no
[DEBUG]: checking for g++... no
[DEBUG]: configure:
[DEBUG]:
[DEBUG]: By default, distutils will build C++ extension modules with "g++".
[DEBUG]: If this is not intended, then set CXX on the configure command line.
[DEBUG]:
[DEBUG]: checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
[DEBUG]: checking for multiarch... x86_64-linux-gnu
[DEBUG]: checking for PEP 11 support tier... x86_64-pc-linux-gnu/gcc has tier 1 (supported)
[DEBUG]: checking for -Wl,--no-as-needed... yes
[DEBUG]: checking for the Android API level... not Android
[DEBUG]: checking for --with-emscripten-target...
[DEBUG]: checking for --enable-wasm-dynamic-linking... missing
[DEBUG]: checking for --enable-wasm-pthreads... missing
[DEBUG]: checking for --with-suffix...
[DEBUG]: checking for case-insensitive build directory... no
[DEBUG]: checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
[DEBUG]: checking LINKCC... $(PURIFY) $(MAINCC)
[DEBUG]: checking EXPORTSYMS...
[DEBUG]: checking for GNU ld... yes
[DEBUG]: checking for --enable-shared... no
[DEBUG]: checking for --with-static-libpython... yes
[DEBUG]: checking for --enable-profiling... no
[DEBUG]: checking LDLIBRARY... checking HOSTRUNNER...
[DEBUG]: libpython$(VERSION)$(ABIFLAGS).a
[DEBUG]: checking for ar... ar
[DEBUG]: checking for readelf... readelf
[DEBUG]: checking for a BSD-compatible install... /usr/bin/install -c
[DEBUG]: checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[DEBUG]: checking for --with-pydebug... no
[DEBUG]: checking for --with-trace-refs... no
[DEBUG]: checking for --enable-pystats... no
[DEBUG]: checking for --with-assertions... no
[DEBUG]: checking for --enable-optimizations... no
[DEBUG]: checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)
[DEBUG]: checking for --with-lto... no
[DEBUG]: checking for llvm-profdata... no
[DEBUG]: checking if gcc supports -Og optimization level... yes
[DEBUG]: checking if we can add -Wextra... yes
[DEBUG]: checking whether gcc -fno-strict-aliasing accepts and needs -fno-strict-aliasing... no
[DEBUG]: checking if we can disable gcc unused-parameter warning... yes
[DEBUG]: checking if we can disable gcc int-conversion warning... yes
[DEBUG]: checking if we can disable gcc missing-field-initializers warning... yes
[DEBUG]: checking if we can enable gcc sign-compare warning... yes
[DEBUG]: checking if we can enable gcc unreachable-code warning... yes
[DEBUG]: checking if we can enable gcc strict-prototypes warning... no
[DEBUG]: checking if we can make implicit function declaration an error in gcc -Werror=implicit-function-declaration... yes
[DEBUG]: checking if we can use visibility in gcc -fvisibility=hidden... yes
[DEBUG]: checking whether pthreads are available without options... yes
[DEBUG]: checking whether g++ also accepts flags for thread support... no
[DEBUG]: checking alloca.h usability... yes
[DEBUG]: checking alloca.h presence... yes
[DEBUG]: checking for alloca.h... yes
[DEBUG]: checking asm/types.h usability... yes
[DEBUG]: checking asm/types.h presence... yes
[DEBUG]: checking for asm/types.h... yes
[DEBUG]: checking bluetooth.h usability... no
[DEBUG]: checking bluetooth.h presence... no
[DEBUG]: checking for bluetooth.h... no
[DEBUG]: checking conio.h usability... no
[DEBUG]: checking conio.h presence... no
[DEBUG]: checking for conio.h... no
[DEBUG]: checking crypt.h usability... yes
[DEBUG]: checking crypt.h presence... yes
[DEBUG]: checking for crypt.h... yes
[DEBUG]: checking direct.h usability... no
[DEBUG]: checking direct.h presence... no
[DEBUG]: checking for direct.h... no
[DEBUG]: checking dlfcn.h usability... yes
[DEBUG]: checking dlfcn.h presence... yes
[DEBUG]: checking for dlfcn.h... yes
[DEBUG]: checking endian.h usability... yes
[DEBUG]: checking endian.h presence... yes
[DEBUG]: checking for endian.h... yes
[DEBUG]: checking errno.h usability... yes
[DEBUG]: checking errno.h presence... yes
[DEBUG]: checking for errno.h... yes
[DEBUG]: checking fcntl.h usability... yes
[DEBUG]: checking fcntl.h presence... yes
[DEBUG]: checking for fcntl.h... yes
[DEBUG]: checking grp.h usability... yes
[DEBUG]: checking grp.h presence... yes
[DEBUG]: checking for grp.h... yes
[DEBUG]: checking ieeefp.h usability... no
[DEBUG]: checking ieeefp.h presence... no
[DEBUG]: checking for ieeefp.h... no
[DEBUG]: checking io.h usability... no
[DEBUG]: checking io.h presence... no
[DEBUG]: checking for io.h... no
[DEBUG]: checking langinfo.h usability... yes
[DEBUG]: checking langinfo.h presence... yes
[DEBUG]: checking for langinfo.h... yes
[DEBUG]: checking libintl.h usability... yes
[DEBUG]: checking libintl.h presence... yes
[DEBUG]: checking for libintl.h... yes
[DEBUG]: checking libutil.h usability... no
[DEBUG]: checking libutil.h presence... no
[DEBUG]: checking for libutil.h... no
[DEBUG]: checking linux/auxvec.h usability... yes
[DEBUG]: checking linux/auxvec.h presence... yes
[DEBUG]: checking for linux/auxvec.h... yes
[DEBUG]: checking sys/auxv.h usability... yes
[DEBUG]: checking sys/auxv.h presence... yes
[DEBUG]: checking for sys/auxv.h... yes
[DEBUG]: checking linux/limits.h usability... yes
[DEBUG]: checking linux/limits.h presence... yes
[DEBUG]: checking for linux/limits.h... yes
[DEBUG]: checking linux/memfd.h usability... yes
[DEBUG]: checking linux/memfd.h presence... yes
[DEBUG]: checking for linux/memfd.h... yes
[DEBUG]: checking linux/random.h usability... yes
[DEBUG]: checking linux/random.h presence... yes
[DEBUG]: checking for linux/random.h... yes
[DEBUG]: checking linux/soundcard.h usability... yes
[DEBUG]: checking linux/soundcard.h presence... yes
[DEBUG]: checking for linux/soundcard.h... yes
[DEBUG]: checking linux/tipc.h usability... yes
[DEBUG]: checking linux/tipc.h presence... yes
[DEBUG]: checking for linux/tipc.h... yes
[DEBUG]: checking linux/wait.h usability... yes
[DEBUG]: checking linux/wait.h presence... yes
[DEBUG]: checking for linux/wait.h... yes
[DEBUG]: checking netdb.h usability... yes
[DEBUG]: checking netdb.h presence... yes
[DEBUG]: checking for netdb.h... yes
[DEBUG]: checking netinet/in.h usability... yes
[DEBUG]: checking netinet/in.h presence... yes
[DEBUG]: checking for netinet/in.h... yes
[DEBUG]: checking netpacket/packet.h usability... yes
[DEBUG]: checking netpacket/packet.h presence... yes
[DEBUG]: checking for netpacket/packet.h... yes
[DEBUG]: checking poll.h usability... yes
[DEBUG]: checking poll.h presence... yes
[DEBUG]: checking for poll.h... yes
[DEBUG]: checking process.h usability... no
[DEBUG]: checking process.h presence... no
[DEBUG]: checking for process.h... no
[DEBUG]: checking pthread.h usability... yes
[DEBUG]: checking pthread.h presence... yes
[DEBUG]: checking for pthread.h... yes
[DEBUG]: checking pty.h usability... yes
[DEBUG]: checking pty.h presence... yes
[DEBUG]: checking for pty.h... yes
[DEBUG]: checking sched.h usability... yes
[DEBUG]: checking sched.h presence... yes
[DEBUG]: checking for sched.h... yes
[DEBUG]: checking setjmp.h usability... yes
[DEBUG]: checking setjmp.h presence... yes
[DEBUG]: checking for setjmp.h... yes
[DEBUG]: checking shadow.h usability... yes
[DEBUG]: checking shadow.h presence... yes
[DEBUG]: checking for shadow.h... yes
[DEBUG]: checking signal.h usability... yes
[DEBUG]: checking signal.h presence... yes
[DEBUG]: checking for signal.h... yes
[DEBUG]: checking spawn.h usability... yes
[DEBUG]: checking spawn.h presence... yes
[DEBUG]: checking for spawn.h... yes
[DEBUG]: checking stropts.h usability... no
[DEBUG]: checking stropts.h presence... no
[DEBUG]: checking for stropts.h... no
[DEBUG]: checking sys/audioio.h usability... no
[DEBUG]: checking sys/audioio.h presence... no
[DEBUG]: checking for sys/audioio.h... no
[DEBUG]: checking sys/bsdtty.h usability... no
[DEBUG]: checking sys/bsdtty.h presence... no
[DEBUG]: checking for sys/bsdtty.h... no
[DEBUG]: checking sys/devpoll.h usability... no
[DEBUG]: checking sys/devpoll.h presence... no
[DEBUG]: checking for sys/devpoll.h... no
[DEBUG]: checking sys/endian.h usability... no
[DEBUG]: checking sys/endian.h presence... no
[DEBUG]: checking for sys/endian.h... no
[DEBUG]: checking sys/epoll.h usability... yes
[DEBUG]: checking sys/epoll.h presence... yes
[DEBUG]: checking for sys/epoll.h... yes
[DEBUG]: checking sys/event.h usability... no
[DEBUG]: checking sys/event.h presence... no
[DEBUG]: checking for sys/event.h... no
[DEBUG]: checking sys/eventfd.h usability... yes
[DEBUG]: checking sys/eventfd.h presence... yes
[DEBUG]: checking for sys/eventfd.h... yes
[DEBUG]: checking sys/file.h usability... yes
[DEBUG]: checking sys/file.h presence... yes
[DEBUG]: checking for sys/file.h... yes
[DEBUG]: checking sys/ioctl.h usability... yes
[DEBUG]: checking sys/ioctl.h presence... yes
[DEBUG]: checking for sys/ioctl.h... yes
[DEBUG]: checking sys/kern_control.h usability... no
[DEBUG]: checking sys/kern_control.h presence... no
[DEBUG]: checking for sys/kern_control.h... no
[DEBUG]: checking sys/loadavg.h usability... no
[DEBUG]: checking sys/loadavg.h presence... no
[DEBUG]: checking for sys/loadavg.h... no
[DEBUG]: checking sys/lock.h usability... no
[DEBUG]: checking sys/lock.h presence... no
[DEBUG]: checking for sys/lock.h... no
[DEBUG]: checking sys/memfd.h usability... no
[DEBUG]: checking sys/memfd.h presence... no
[DEBUG]: checking for sys/memfd.h... no
[DEBUG]: checking sys/mkdev.h usability... no
[DEBUG]: checking sys/mkdev.h presence... no
[DEBUG]: checking for sys/mkdev.h... no
[DEBUG]: checking sys/mman.h usability... yes
[DEBUG]: checking sys/mman.h presence... yes
[DEBUG]: checking for sys/mman.h... yes
[DEBUG]: checking sys/modem.h usability... no
[DEBUG]: checking sys/modem.h presence... no
[DEBUG]: checking for sys/modem.h... no
[DEBUG]: checking sys/param.h usability... yes
[DEBUG]: checking sys/param.h presence... yes
[DEBUG]: checking for sys/param.h... yes
[DEBUG]: checking sys/poll.h usability... yes
[DEBUG]: checking sys/poll.h presence... yes
[DEBUG]: checking for sys/poll.h... yes
[DEBUG]: checking sys/random.h usability... yes
[DEBUG]: checking sys/random.h presence... yes
[DEBUG]: checking for sys/random.h... yes
[DEBUG]: checking sys/resource.h usability... yes
[DEBUG]: checking sys/resource.h presence... yes
[DEBUG]: checking for sys/resource.h... yes
[DEBUG]: checking sys/select.h usability... yes
[DEBUG]: checking sys/select.h presence... yes
[DEBUG]: checking for sys/select.h... yes
[DEBUG]: checking sys/sendfile.h usability... yes
[DEBUG]: checking sys/sendfile.h presence... yes
[DEBUG]: checking for sys/sendfile.h... yes
[DEBUG]: checking sys/socket.h usability... yes
[DEBUG]: checking sys/socket.h presence... yes
[DEBUG]: checking for sys/socket.h... yes
[DEBUG]: checking sys/soundcard.h usability... yes
[DEBUG]: checking sys/soundcard.h presence... yes
[DEBUG]: checking for sys/soundcard.h... yes
[DEBUG]: checking for sys/stat.h... (cached) yes
[DEBUG]: checking sys/statvfs.h usability... yes
[DEBUG]: checking sys/statvfs.h presence... yes
[DEBUG]: checking for sys/statvfs.h... yes
[DEBUG]: checking sys/sys_domain.h usability... no
[DEBUG]: checking sys/sys_domain.h presence... no
[DEBUG]: checking for sys/sys_domain.h... no
[DEBUG]: checking sys/syscall.h usability... yes
[DEBUG]: checking sys/syscall.h presence... yes
[DEBUG]: checking for sys/syscall.h... yes
[DEBUG]: checking sys/sysmacros.h usability... yes
[DEBUG]: checking sys/sysmacros.h presence... yes
[DEBUG]: checking for sys/sysmacros.h... yes
[DEBUG]: checking sys/termio.h usability... no
[DEBUG]: checking sys/termio.h presence... no
[DEBUG]: checking for sys/termio.h... no
[DEBUG]: checking sys/time.h usability... yes
[DEBUG]: checking sys/time.h presence... yes
[DEBUG]: checking for sys/time.h... yes
[DEBUG]: checking sys/times.h usability... yes
[DEBUG]: checking sys/times.h presence... yes
[DEBUG]: checking for sys/times.h... yes
[DEBUG]: checking for sys/types.h... (cached) yes
[DEBUG]: checking sys/uio.h usability... yes
[DEBUG]: checking sys/uio.h presence... yes
[DEBUG]: checking for sys/uio.h... yes
[DEBUG]: checking sys/un.h usability... yes
[DEBUG]: checking sys/un.h presence... yes
[DEBUG]: checking for sys/un.h... yes
[DEBUG]: checking sys/utsname.h usability... yes
[DEBUG]: checking sys/utsname.h presence... yes
[DEBUG]: checking for sys/utsname.h... yes
[DEBUG]: checking sys/wait.h usability... yes
[DEBUG]: checking sys/wait.h presence... yes
[DEBUG]: checking for sys/wait.h... yes
[DEBUG]: checking sys/xattr.h usability... yes
[DEBUG]: checking sys/xattr.h presence... yes
[DEBUG]: checking for sys/xattr.h... yes
[DEBUG]: checking sysexits.h usability... yes
[DEBUG]: checking sysexits.h presence... yes
[DEBUG]: checking for sysexits.h... yes
[DEBUG]: checking syslog.h usability... yes
[DEBUG]: checking syslog.h presence... yes
[DEBUG]: checking for syslog.h... yes
[DEBUG]: checking termios.h usability... yes
[DEBUG]: checking termios.h presence... yes
[DEBUG]: checking for termios.h... yes
[DEBUG]: checking util.h usability... no
[DEBUG]: checking util.h presence... no
[DEBUG]: checking for util.h... no
[DEBUG]: checking utime.h usability... yes
[DEBUG]: checking utime.h presence... yes
[DEBUG]: checking for utime.h... yes
[DEBUG]: checking utmp.h usability... yes
[DEBUG]: checking utmp.h presence... yes
[DEBUG]: checking for utmp.h... yes
[DEBUG]: checking for dirent.h that defines DIR... yes
[DEBUG]: checking for library containing opendir... none required
[DEBUG]: checking whether sys/types.h defines makedev... no
[DEBUG]: checking for sys/mkdev.h... (cached) no
[DEBUG]: checking for sys/sysmacros.h... (cached) yes
[DEBUG]: checking bluetooth/bluetooth.h usability... yes
[DEBUG]: checking bluetooth/bluetooth.h presence... yes
[DEBUG]: checking for bluetooth/bluetooth.h... yes
[DEBUG]: checking for net/if.h... yes
[DEBUG]: checking for linux/netlink.h... yes
[DEBUG]: checking for linux/qrtr.h... yes
[DEBUG]: checking for linux/vm_sockets.h... yes
[DEBUG]: checking for linux/can.h... yes
[DEBUG]: checking for linux/can/bcm.h... yes
[DEBUG]: checking for linux/can/j1939.h... yes
[DEBUG]: checking for linux/can/raw.h... yes
[DEBUG]: checking for netcan/can.h... no
[DEBUG]: checking for clock_t in time.h... yes
[DEBUG]: checking for makedev... yes
[DEBUG]: checking for le64toh... yes
[DEBUG]: checking for mode_t... yes
[DEBUG]: checking for off_t... yes
[DEBUG]: checking for pid_t... yes
[DEBUG]: checking for size_t... yes
[DEBUG]: checking for uid_t in sys/types.h... yes
[DEBUG]: checking for ssize_t... yes
[DEBUG]: checking for __uint128_t... yes
[DEBUG]: checking size of int... 4
[DEBUG]: checking size of long... 8
[DEBUG]: checking alignment of long... 8
[DEBUG]: checking size of long long... 8
[DEBUG]: checking size of void *... 8
[DEBUG]: checking size of short... 2
[DEBUG]: checking size of float... 4
[DEBUG]: checking size of double... 8
[DEBUG]: checking size of fpos_t... 16
[DEBUG]: checking size of size_t... 8
[DEBUG]: checking alignment of size_t... 8
[DEBUG]: checking size of pid_t... 4
[DEBUG]: checking size of uintptr_t... 8
[DEBUG]: checking for long double... yes
[DEBUG]: checking size of long double... 16
[DEBUG]: checking size of _Bool... 1
[DEBUG]: checking size of off_t... 8
[DEBUG]: checking whether to enable large file support... no
[DEBUG]: checking size of time_t... 8
[DEBUG]: checking for pthread_t... yes
[DEBUG]: checking size of pthread_t... 8
[DEBUG]: checking size of pthread_key_t... 4
[DEBUG]: checking whether pthread_key_t is compatible with int... yes
[DEBUG]: checking for --enable-framework... no
[DEBUG]: checking for dyld... no
[DEBUG]: checking for --with-address-sanitizer... no
[DEBUG]: checking for --with-memory-sanitizer... no
[DEBUG]: checking for --with-undefined-behavior-sanitizer... no
[DEBUG]: checking the extension of shared libraries... .so
[DEBUG]: checking LDSHARED... $(CC) -shared
[DEBUG]: checking BLDSHARED flags... $(CC) -shared
[DEBUG]: checking CCSHARED... -fPIC
[DEBUG]: checking LINKFORSHARED... -Xlinker -export-dynamic
[DEBUG]: checking CFLAGSFORSHARED...
[DEBUG]: checking SHLIBS... $(LIBS)
[DEBUG]: checking for sendfile in -lsendfile... no
[DEBUG]: checking for dlopen in -ldl... yes
[DEBUG]: checking for shl_load in -ldld... no
[DEBUG]: checking uuid.h usability... no
[DEBUG]: checking uuid.h presence... no
[DEBUG]: checking for uuid.h... no
[DEBUG]: checking for LIBUUID... yes
[DEBUG]: checking for library containing sem_init... none required
[DEBUG]: checking for textdomain in -lintl... no
[DEBUG]: checking aligned memory access is required... no
[DEBUG]: checking for --with-hash-algorithm... default
[DEBUG]: checking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
[DEBUG]: checking for t_open in -lnsl... no
[DEBUG]: checking for socket in -lsocket... no
[DEBUG]: checking for --with-libs... no
[DEBUG]: checking for --with-system-expat... no
[DEBUG]: checking for --with-system-ffi... yes
[DEBUG]: checking for --with-system-libmpdec... no
[DEBUG]: checking for --with-decimal-contextvar... yes
[DEBUG]: checking for decimal libmpdec machine... uint128
[DEBUG]: checking for LIBNSL... no
[DEBUG]: checking for library containing yp_match... no
[DEBUG]: checking for LIBSQLITE3... yes
[DEBUG]: checking sqlite3.h usability... yes
[DEBUG]: checking sqlite3.h presence... yes
[DEBUG]: checking for sqlite3.h... yes
[DEBUG]: checking for sqlite3_bind_double in -lsqlite3... yes
[DEBUG]: checking for sqlite3_column_decltype in -lsqlite3... yes
[DEBUG]: checking for sqlite3_column_double in -lsqlite3... yes
[DEBUG]: checking for sqlite3_complete in -lsqlite3... yes
[DEBUG]: checking for sqlite3_enable_shared_cache in -lsqlite3... yes
[DEBUG]: checking for sqlite3_progress_handler in -lsqlite3... yes
[DEBUG]: checking for sqlite3_result_double in -lsqlite3... yes
[DEBUG]: checking for sqlite3_set_authorizer in -lsqlite3... yes
[DEBUG]: checking for sqlite3_trace_v2 in -lsqlite3... yes
[DEBUG]: checking for sqlite3_value_double in -lsqlite3... yes
[DEBUG]: checking for sqlite3_load_extension in -lsqlite3... yes
[DEBUG]: checking for sqlite3_serialize in -lsqlite3... yes
[DEBUG]: checking for --enable-loadable-sqlite-extensions... no
[DEBUG]: checking for TCLTK... yes
[DEBUG]: checking gdbm.h usability... yes
[DEBUG]: checking gdbm.h presence... yes
[DEBUG]: checking for gdbm.h... yes
[DEBUG]: checking for gdbm_open in -lgdbm... yes
[DEBUG]: checking ndbm.h usability... no
[DEBUG]: checking ndbm.h presence... no
[DEBUG]: checking for ndbm.h... no
[DEBUG]: checking gdbm/ndbm.h usability... no
[DEBUG]: checking gdbm/ndbm.h presence... no
[DEBUG]: checking for gdbm/ndbm.h... no
[DEBUG]: checking gdbm-ndbm.h usability... no
[DEBUG]: checking gdbm-ndbm.h presence... no
[DEBUG]: checking for gdbm-ndbm.h... no
[DEBUG]: checking db.h usability... yes
[DEBUG]: checking db.h presence... yes
[DEBUG]: checking for db.h... yes
[DEBUG]: checking for libdb... yes
[DEBUG]: checking for --with-dbmliborder... gdbm:ndbm:bdb
[DEBUG]: checking if PTHREAD_SCOPE_SYSTEM is supported... yes
[DEBUG]: checking for pthread_sigmask... yes
[DEBUG]: checking for pthread_getcpuclockid... yes
[DEBUG]: checking if --enable-ipv6 is specified... yes
[DEBUG]: checking if RFC2553 API is available... yes
[DEBUG]: checking ipv6 stack type... linux-glibc
[DEBUG]: checking CAN_RAW_FD_FRAMES... yes
[DEBUG]: checking for CAN_RAW_JOIN_FILTERS... yes
[DEBUG]: checking for --with-doc-strings... yes
[DEBUG]: checking for --with-pymalloc... yes
[DEBUG]: checking for --with-freelists... yes
[DEBUG]: checking for --with-c-locale-coercion... yes
[DEBUG]: checking for --with-valgrind... no
[DEBUG]: checking for --with-dtrace... no
[DEBUG]: checking for dlopen... yes
[DEBUG]: checking DYNLOADFILE... dynload_shlib.o
[DEBUG]: checking MACHDEP_OBJS... none
[DEBUG]: checking for accept4... yes
[DEBUG]: checking for alarm... yes
[DEBUG]: checking for bind_textdomain_codeset... yes
[DEBUG]: checking for chmod... yes
[DEBUG]: checking for chown... yes
[DEBUG]: checking for clock... yes
[DEBUG]: checking for close_range... yes
[DEBUG]: checking for confstr... yes
[DEBUG]: checking for copy_file_range... yes
[DEBUG]: checking for ctermid... yes
[DEBUG]: checking for dup... yes
[DEBUG]: checking for dup3... yes
[DEBUG]: checking for execv... yes
[DEBUG]: checking for explicit_bzero... yes
[DEBUG]: checking for explicit_memset... no
[DEBUG]: checking for faccessat... yes
[DEBUG]: checking for fchmod... yes
[DEBUG]: checking for fchmodat... yes
[DEBUG]: checking for fchown... yes
[DEBUG]: checking for fchownat... yes
[DEBUG]: checking for fdopendir... yes
[DEBUG]: checking for fdwalk... no
[DEBUG]: checking for fexecve... yes
[DEBUG]: checking for fork... yes
[DEBUG]: checking for fork1... no
[DEBUG]: checking for fpathconf... yes
[DEBUG]: checking for fstatat... yes
[DEBUG]: checking for ftime... yes
[DEBUG]: checking for ftruncate... yes
[DEBUG]: checking for futimens... yes
[DEBUG]: checking for futimes... yes
[DEBUG]: checking for futimesat... yes
[DEBUG]: checking for gai_strerror... yes
[DEBUG]: checking for getegid... yes
[DEBUG]: checking for getentropy... yes
[DEBUG]: checking for geteuid... yes
[DEBUG]: checking for getgid... yes
[DEBUG]: checking for getgrgid... yes
[DEBUG]: checking for getgrgid_r... yes
[DEBUG]: checking for getgrnam_r... yes
[DEBUG]: checking for getgrouplist... yes
[DEBUG]: checking for getgroups... yes
[DEBUG]: checking for gethostname... yes
[DEBUG]: checking for getitimer... yes
[DEBUG]: checking for getloadavg... yes
[DEBUG]: checking for getlogin... yes
[DEBUG]: checking for getpeername... yes
[DEBUG]: checking for getpgid... yes
[DEBUG]: checking for getpid... yes
[DEBUG]: checking for getppid... yes
[DEBUG]: checking for getpriority... yes
[DEBUG]: checking for _getpty... no
[DEBUG]: checking for getpwent... yes
[DEBUG]: checking for getpwnam_r... yes
[DEBUG]: checking for getpwuid... yes
[DEBUG]: checking for getpwuid_r... yes
[DEBUG]: checking for getresgid... yes
[DEBUG]: checking for getresuid... yes
[DEBUG]: checking for getrusage... yes
[DEBUG]: checking for getsid... yes
[DEBUG]: checking for getspent... yes
[DEBUG]: checking for getspnam... yes
[DEBUG]: checking for getuid... yes
[DEBUG]: checking for getwd... yes
[DEBUG]: checking for if_nameindex... yes
[DEBUG]: checking for initgroups... yes
[DEBUG]: checking for kill... yes
[DEBUG]: checking for killpg... yes
[DEBUG]: checking for lchown... yes
[DEBUG]: checking for linkat... yes
[DEBUG]: checking for lockf... yes
[DEBUG]: checking for lstat... yes
[DEBUG]: checking for lutimes... yes
[DEBUG]: checking for madvise... yes
[DEBUG]: checking for mbrtowc... yes
[DEBUG]: checking for memrchr... yes
[DEBUG]: checking for mkdirat... yes
[DEBUG]: checking for mkfifo... yes
[DEBUG]: checking for mkfifoat... yes
[DEBUG]: checking for mknod... yes
[DEBUG]: checking for mknodat... yes
[DEBUG]: checking for mktime... yes
[DEBUG]: checking for mmap... yes
[DEBUG]: checking for mremap... yes
[DEBUG]: checking for nice... yes
[DEBUG]: checking for openat... yes
[DEBUG]: checking for opendir... yes
[DEBUG]: checking for pathconf... yes
[DEBUG]: checking for pause... yes
[DEBUG]: checking for pipe... yes
[DEBUG]: checking for pipe2... yes
[DEBUG]: checking for plock... no
[DEBUG]: checking for poll... yes
[DEBUG]: checking for posix_fadvise... yes
[DEBUG]: checking for posix_fallocate... yes
[DEBUG]: checking for posix_spawn... yes
[DEBUG]: checking for posix_spawnp... yes
[DEBUG]: checking for pread... yes
[DEBUG]: checking for preadv... yes
[DEBUG]: checking for preadv2... yes
[DEBUG]: checking for pthread_condattr_setclock... yes
[DEBUG]: checking for pthread_init... no
[DEBUG]: checking for pthread_kill... yes
[DEBUG]: checking for pwrite... yes
[DEBUG]: checking for pwritev... yes
[DEBUG]: checking for pwritev2... yes
[DEBUG]: checking for readlink... yes
[DEBUG]: checking for readlinkat... yes
[DEBUG]: checking for readv... yes
[DEBUG]: checking for realpath... yes
[DEBUG]: checking for renameat... yes
[DEBUG]: checking for rtpSpawn... no
[DEBUG]: checking for sched_get_priority_max... yes
[DEBUG]: checking for sched_rr_get_interval... yes
[DEBUG]: checking for sched_setaffinity... yes
[DEBUG]: checking for sched_setparam... yes
[DEBUG]: checking for sched_setscheduler... yes
[DEBUG]: checking for sem_clockwait... yes
[DEBUG]: checking for sem_getvalue... yes
[DEBUG]: checking for sem_open... yes
[DEBUG]: checking for sem_timedwait... yes
[DEBUG]: checking for sem_unlink... yes
[DEBUG]: checking for sendfile... yes
[DEBUG]: checking for setegid... yes
[DEBUG]: checking for seteuid... yes
[DEBUG]: checking for setgid... yes
[DEBUG]: checking for sethostname... yes
[DEBUG]: checking for setitimer... yes
[DEBUG]: checking for setlocale... yes
[DEBUG]: checking for setpgid... yes
[DEBUG]: checking for setpgrp... yes
[DEBUG]: checking for setpriority... yes
[DEBUG]: checking for setregid... yes
[DEBUG]: checking for setresgid... yes
[DEBUG]: checking for setresuid... yes
[DEBUG]: checking for setreuid... yes
[DEBUG]: checking for setsid... yes
[DEBUG]: checking for setuid... yes
[DEBUG]: checking for setvbuf... yes
[DEBUG]: checking for shutdown... yes
[DEBUG]: checking for sigaction... yes
[DEBUG]: checking for sigaltstack... yes
[DEBUG]: checking for sigfillset... yes
[DEBUG]: checking for siginterrupt... yes
[DEBUG]: checking for sigpending... yes
[DEBUG]: checking for sigrelse... yes
[DEBUG]: checking for sigtimedwait... yes
[DEBUG]: checking for sigwait... yes
[DEBUG]: checking for sigwaitinfo... yes
[DEBUG]: checking for snprintf... yes
[DEBUG]: checking for splice... yes
[DEBUG]: checking for strftime... yes
[DEBUG]: checking for strlcpy... yes
[DEBUG]: checking for strsignal... yes
[DEBUG]: checking for symlinkat... yes
[DEBUG]: checking for sync... yes
[DEBUG]: checking for sysconf... yes
[DEBUG]: checking for system... yes
[DEBUG]: checking for tcgetpgrp... yes
[DEBUG]: checking for tcsetpgrp... yes
[DEBUG]: checking for tempnam... yes
[DEBUG]: checking for timegm... yes
[DEBUG]: checking for times... yes
[DEBUG]: checking for tmpfile... yes
[DEBUG]: checking for tmpnam... yes
[DEBUG]: checking for tmpnam_r... yes
[DEBUG]: checking for truncate... yes
[DEBUG]: checking for ttyname... yes
[DEBUG]: checking for umask... yes
[DEBUG]: checking for uname... yes
[DEBUG]: checking for unlinkat... yes
[DEBUG]: checking for utimensat... yes
[DEBUG]: checking for utimes... yes
[DEBUG]: checking for vfork... yes
[DEBUG]: checking for wait... yes
[DEBUG]: checking for wait3... yes
[DEBUG]: checking for wait4... yes
[DEBUG]: checking for waitid... yes
[DEBUG]: checking for waitpid... yes
[DEBUG]: checking for wcscoll... yes
[DEBUG]: checking for wcsftime... yes
[DEBUG]: checking for wcsxfrm... yes
[DEBUG]: checking for wmemcmp... yes
[DEBUG]: checking for writev... yes
[DEBUG]: checking whether dirfd is declared... yes
[DEBUG]: checking for chroot... yes
[DEBUG]: checking for link... yes
[DEBUG]: checking for symlink... yes
[DEBUG]: checking for fchdir... yes
[DEBUG]: checking for fsync... yes
[DEBUG]: checking for fdatasync... yes
[DEBUG]: checking for epoll_create... yes
[DEBUG]: checking for epoll_create1... yes
[DEBUG]: checking for kqueue... no
[DEBUG]: checking for prlimit... yes
[DEBUG]: checking for _dyld_shared_cache_contains_path... no
[DEBUG]: checking for memfd_create... yes
[DEBUG]: checking for eventfd... yes
[DEBUG]: checking for ctermid_r... no
[DEBUG]: checking for flock declaration... yes
[DEBUG]: checking for flock... yes
[DEBUG]: checking for getpagesize... yes
[DEBUG]: checking for broken unsetenv... no
[DEBUG]: checking for true... true
[DEBUG]: checking for inet_aton in -lc... yes
[DEBUG]: checking for chflags... no
[DEBUG]: checking for lchflags... no
[DEBUG]: checking for ZLIB... yes
[DEBUG]: checking for BZIP2... no
[DEBUG]: checking bzlib.h usability... yes
[DEBUG]: checking bzlib.h presence... yes
[DEBUG]: checking for bzlib.h... yes
[DEBUG]: checking for BZ2_bzCompress in -lbz2... yes
[DEBUG]: checking for LIBLZMA... yes
[DEBUG]: checking for hstrerror... yes
[DEBUG]: checking for getservbyname... yes
[DEBUG]: checking for getservbyport... yes
[DEBUG]: checking for gethostbyname... yes
[DEBUG]: checking for gethostbyaddr... yes
[DEBUG]: checking for getprotobyname... yes
[DEBUG]: checking for inet_aton... yes
[DEBUG]: checking for inet_ntoa... yes
[DEBUG]: checking for inet_pton... yes
[DEBUG]: checking for getpeername... (cached) yes
[DEBUG]: checking for getsockname... yes
[DEBUG]: checking for accept... yes
[DEBUG]: checking for bind... yes
[DEBUG]: checking for connect... yes
[DEBUG]: checking for listen... yes
[DEBUG]: checking for recvfrom... yes
[DEBUG]: checking for sendto... yes
[DEBUG]: checking for setsockopt... yes
[DEBUG]: checking for socket... yes
[DEBUG]: checking for setgroups... yes
[DEBUG]: checking for openpty... yes
[DEBUG]: checking for library containing login_tty... none required
[DEBUG]: checking for forkpty... yes
[DEBUG]: checking for fseek64... no
[DEBUG]: checking for fseeko... yes
[DEBUG]: checking for fstatvfs... yes
[DEBUG]: checking for ftell64... no
[DEBUG]: checking for ftello... yes
[DEBUG]: checking for statvfs... yes
[DEBUG]: checking for dup2... yes
[DEBUG]: checking for getpgrp... yes
[DEBUG]: checking for setpgrp... (cached) yes
[DEBUG]: checking for LIBCRYPT... yes
[DEBUG]: checking for crypt or crypt_r... yes
[DEBUG]: checking for clock_gettime... yes
[DEBUG]: checking for clock_getres... yes
[DEBUG]: checking for clock_settime... yes
[DEBUG]: checking for clock_nanosleep... yes
[DEBUG]: checking for nanosleep... yes
[DEBUG]: checking for major, minor, and makedev... yes
[DEBUG]: checking for getaddrinfo... yes
[DEBUG]: checking getaddrinfo bug... no
[DEBUG]: checking for getnameinfo... yes
[DEBUG]: checking whether struct tm is in sys/time.h or time.h... time.h
[DEBUG]: checking for struct tm.tm_zone... yes
[DEBUG]: checking for struct stat.st_rdev... yes
[DEBUG]: checking for struct stat.st_blksize... yes
[DEBUG]: checking for struct stat.st_flags... no
[DEBUG]: checking for struct stat.st_gen... no
[DEBUG]: checking for struct stat.st_birthtime... no
[DEBUG]: checking for struct stat.st_blocks... yes
[DEBUG]: checking for struct passwd.pw_gecos... yes
[DEBUG]: checking for struct passwd.pw_passwd... yes
[DEBUG]: checking for siginfo_t.si_band... yes
[DEBUG]: checking for time.h that defines altzone... no
[DEBUG]: checking for addrinfo... yes
[DEBUG]: checking for sockaddr_storage... yes
[DEBUG]: checking for sockaddr_alg... yes
[DEBUG]: checking for an ANSI C-conforming const... yes
[DEBUG]: checking for working signed char... yes
[DEBUG]: checking for prototypes... yes
[DEBUG]: checking for variable length prototypes and stdarg.h... yes
[DEBUG]: checking for socketpair... yes
[DEBUG]: checking if sockaddr has sa_len member... no
[DEBUG]: checking for gethostbyname_r... yes
[DEBUG]: checking gethostbyname_r with 6 args... yes
[DEBUG]: checking for __fpu_control... yes
[DEBUG]: checking for --with-libm=STRING... default LIBM="-lm"
[DEBUG]: checking for --with-libc=STRING... default LIBC=""
[DEBUG]: checking for x64 gcc inline assembler... yes
[DEBUG]: checking whether float word ordering is bigendian... no
[DEBUG]: checking whether we can use gcc inline assembler to get and set x87 control word... yes
[DEBUG]: checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
[DEBUG]: checking for x87-style double rounding... no
[DEBUG]: checking for acosh... yes
[DEBUG]: checking for asinh... yes
[DEBUG]: checking for atanh... yes
[DEBUG]: checking for erf... yes
[DEBUG]: checking for erfc... yes
[DEBUG]: checking for expm1... yes
[DEBUG]: checking for log1p... yes
[DEBUG]: checking for log2... yes
[DEBUG]: checking whether POSIX semaphores are enabled... yes
[DEBUG]: checking for broken sem_getvalue... no
[DEBUG]: checking whether RTLD_LAZY is declared... yes
[DEBUG]: checking whether RTLD_NOW is declared... yes
[DEBUG]: checking whether RTLD_GLOBAL is declared... yes
[DEBUG]: checking whether RTLD_LOCAL is declared... yes
[DEBUG]: checking whether RTLD_NODELETE is declared... yes
[DEBUG]: checking whether RTLD_NOLOAD is declared... yes
[DEBUG]: checking whether RTLD_DEEPBIND is declared... yes
[DEBUG]: checking whether RTLD_MEMBER is declared... no
[DEBUG]: checking digit size for Python's longs... no value specified
[DEBUG]: checking wchar.h usability... yes
[DEBUG]: checking wchar.h presence... yes
[DEBUG]: checking for wchar.h... yes
[DEBUG]: checking size of wchar_t... 4
[DEBUG]: checking whether wchar_t is signed... yes
[DEBUG]: checking whether wchar_t is usable... no
[DEBUG]: checking whether byte ordering is bigendian... no
[DEBUG]: checking ABIFLAGS...
[DEBUG]: checking SOABI... cpython-311-x86_64-linux-gnu
[DEBUG]: checking LDVERSION... $(VERSION)$(ABIFLAGS)
[DEBUG]: checking for --with-platlibdir... no
[DEBUG]: checking for --with-wheel-pkg-dir... no
[DEBUG]: checking whether right shift extends the sign bit... yes
[DEBUG]: checking for getc_unlocked() and friends... yes
[DEBUG]: checking how to link readline libs... -lreadline
[DEBUG]: checking whether rl_completion_append_character is declared... yes
[DEBUG]: checking whether rl_completion_suppress_append is declared... yes
[DEBUG]: checking for rl_pre_input_hook in -lreadline... yes
[DEBUG]: checking for rl_completion_display_matches_hook in -lreadline... yes
[DEBUG]: checking for rl_resize_terminal in -lreadline... yes
[DEBUG]: checking for rl_completion_matches in -lreadline... yes
[DEBUG]: checking whether rl_catch_signals is declared... yes
[DEBUG]: checking for append_history in -lreadline... yes
[DEBUG]: checking for broken nice()... no
[DEBUG]: checking for broken poll()... no
[DEBUG]: checking for working tzset()... yes
[DEBUG]: checking for tv_nsec in struct stat... yes
[DEBUG]: checking for tv_nsec2 in struct stat... no
[DEBUG]: checking curses.h usability... yes
[DEBUG]: checking curses.h presence... yes
[DEBUG]: checking for curses.h... yes
[DEBUG]: checking ncurses.h usability... yes
[DEBUG]: checking ncurses.h presence... yes
[DEBUG]: checking for ncurses.h... yes
[DEBUG]: checking for term.h... yes
[DEBUG]: checking whether mvwdelch is an expression... yes
[DEBUG]: checking whether WINDOW has _flags... no
[DEBUG]: checking for curses function is_pad... yes
[DEBUG]: checking for curses function is_term_resized... yes
[DEBUG]: checking for curses function resize_term... yes
[DEBUG]: checking for curses function resizeterm... yes
[DEBUG]: checking for curses function immedok... yes
[DEBUG]: checking for curses function syncok... yes
[DEBUG]: checking for curses function wchgat... yes
[DEBUG]: checking for curses function filter... yes
[DEBUG]: checking for curses function has_key... yes
[DEBUG]: checking for curses function typeahead... yes
[DEBUG]: checking for curses function use_env... yes
[DEBUG]: configure: checking for device files
[DEBUG]: checking for /dev/ptmx... yes
[DEBUG]: checking for /dev/ptc... no
[DEBUG]: checking for %zd printf() format support... yes
[DEBUG]: checking for socklen_t... yes
[DEBUG]: checking for broken mbstowcs... no
[DEBUG]: checking for --with-computed-gotos... no value specified
[DEBUG]: checking whether gcc supports computed gotos... yes
[DEBUG]: checking for build directories... done
[DEBUG]: checking for -O2... yes
[DEBUG]: checking for glibc _FORTIFY_SOURCE/memmove bug... no
[DEBUG]: checking for gcc ipa-pure-const bug... no
[DEBUG]: checking for stdatomic.h... yes
[DEBUG]: checking for builtin __atomic_load_n and __atomic_store_n functions... yes
[DEBUG]: checking for ensurepip... upgrade
[DEBUG]: checking if the dirent structure of a d_type field... yes
[DEBUG]: checking for the Linux getrandom() syscall... yes
[DEBUG]: checking for the getrandom() function... yes
[DEBUG]: checking for library containing shm_open... none required
[DEBUG]: checking for shm_open... yes
[DEBUG]: checking for shm_unlink... yes
[DEBUG]: checking for pkg-config... /usr/bin/pkg-config
[DEBUG]: checking whether compiling and linking against OpenSSL works... yes
[DEBUG]: checking for --with-openssl-rpath...
[DEBUG]: checking whether OpenSSL provides required ssl module APIs... yes
[DEBUG]: checking whether OpenSSL provides required hashlib module APIs... yes
[DEBUG]: checking for --with-ssl-default-suites... python
[DEBUG]: checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2
[DEBUG]: checking for LIBB2... no
[DEBUG]: checking for --disable-test-modules... yes
[DEBUG]: checking for additional Modules/Setup files...
[DEBUG]: checking for stdlib extension module _multiprocessing... yes
[DEBUG]: checking for stdlib extension module _posixshmem... yes
[DEBUG]: checking for stdlib extension module fcntl... yes
[DEBUG]: checking for stdlib extension module mmap... yes
[DEBUG]: checking for stdlib extension module _socket... yes
[DEBUG]: checking for stdlib extension module grp... yes
[DEBUG]: checking for stdlib extension module ossaudiodev... yes
[DEBUG]: checking for stdlib extension module pwd... yes
[DEBUG]: checking for stdlib extension module resource... yes
[DEBUG]: checking for stdlib extension module _scproxy... n/a
[DEBUG]: checking for stdlib extension module spwd... yes
[DEBUG]: checking for stdlib extension module syslog... yes
[DEBUG]: checking for stdlib extension module termios... yes
[DEBUG]: checking for stdlib extension module pyexpat... yes
[DEBUG]: checking for stdlib extension module _elementtree... yes
[DEBUG]: checking for stdlib extension module _md5... yes
[DEBUG]: checking for stdlib extension module _sha1... yes
[DEBUG]: checking for stdlib extension module _sha256... yes
[DEBUG]: checking for stdlib extension module _sha512... yes
[DEBUG]: checking for stdlib extension module _sha3... yes
[DEBUG]: checking for stdlib extension module _blake2... yes
[DEBUG]: checking for stdlib extension module _crypt... yes
[DEBUG]: checking for stdlib extension module _decimal... yes
[DEBUG]: checking for stdlib extension module _gdbm... yes
[DEBUG]: checking for stdlib extension module nis... missing
[DEBUG]: checking for stdlib extension module _sqlite3... yes
[DEBUG]: checking for stdlib extension module _tkinter... yes
[DEBUG]: checking for stdlib extension module _uuid... yes
[DEBUG]: checking for stdlib extension module zlib... yes
[DEBUG]: checking for stdlib extension module _bz2... yes
[DEBUG]: checking for stdlib extension module _lzma... yes
[DEBUG]: checking for stdlib extension module _ssl... yes
[DEBUG]: checking for stdlib extension module _hashlib... yes
[DEBUG]: checking for stdlib extension module _testcapi... yes
[DEBUG]: checking for stdlib extension module _testclinic... yes
[DEBUG]: checking for stdlib extension module _testinternalcapi... yes
[DEBUG]: checking for stdlib extension module _testbuffer... yes
[DEBUG]: checking for stdlib extension module _testimportmultiple... yes
[DEBUG]: checking for stdlib extension module _testmultiphase... yes
[DEBUG]: checking for stdlib extension module _xxtestfuzz... yes
[DEBUG]: checking for stdlib extension module _ctypes_test... yes
[DEBUG]: checking for stdlib extension module xxlimited... yes
[DEBUG]: checking for stdlib extension module xxlimited_35... yes
[DEBUG]: configure: creating ./config.status
[DEBUG]: config.status: creating Makefile.pre
[DEBUG]: config.status: creating Misc/python.pc
[DEBUG]: config.status: creating Misc/python-embed.pc
[DEBUG]: config.status: creating Misc/python-config.sh
[DEBUG]: config.status: creating Modules/Setup.bootstrap
[DEBUG]: config.status: creating Modules/Setup.stdlib
[DEBUG]: config.status: creating Modules/ld_so_aix
[DEBUG]: config.status: creating pyconfig.h
[DEBUG]: configure: creating Modules/Setup.local
[DEBUG]: configure: creating Makefile
[DEBUG]: configure:
[DEBUG]:
[DEBUG]: If you want a release build with all stable optimizations active (PGO, etc),
[DEBUG]: please run ./configure --enable-optimizations
[DEBUG]:
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3
[DEBUG]: -> running make -j 8 -C /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build
[DEBUG]: make: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build'
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Programs/python.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/python.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/token.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/token.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/pegen.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/pegen.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/pegen_errors.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/pegen_errors.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/action_helpers.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/action_helpers.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/parser.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/parser.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/string_parser.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/string_parser.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/peg_api.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/peg_api.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/myreadline.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/myreadline.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Parser/tokenizer.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/tokenizer.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/abstract.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/abstract.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/accu.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/accu.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/boolobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/boolobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/bytes_methods.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/bytes_methods.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/bytearrayobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/bytesobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/bytesobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/call.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/call.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/capsule.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/capsule.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/cellobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/cellobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/classobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/classobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/codeobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/codeobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/complexobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/complexobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/descrobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/descrobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/enumobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/enumobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/exceptions.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/exceptions.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/genericaliasobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/genericaliasobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/genobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/genobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/fileobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/fileobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/floatobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/floatobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/frameobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/frameobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/funcobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/funcobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/interpreteridobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/interpreteridobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/iterobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/iterobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/listobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/listobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/longobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/longobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/dictobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/dictobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/odictobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/odictobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/memoryobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/memoryobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/methodobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/methodobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/moduleobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/moduleobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/namespaceobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/namespaceobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/object.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/object.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/obmalloc.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/obmalloc.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/picklebufobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/picklebufobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/rangeobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/rangeobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/setobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/setobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/sliceobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/sliceobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/structseq.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/structseq.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/tupleobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/tupleobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/typeobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/typeobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/unicodeobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/unicodeobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/unicodectype.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/unicodectype.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/unionobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/unionobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Objects/weakrefobject.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/weakrefobject.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/_warnings.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/_warnings.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/Python-ast.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/Python-ast.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/Python-tokenize.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/Python-tokenize.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/asdl.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/asdl.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/ast.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/ast.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/ast_opt.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/ast_opt.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/ast_unparse.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/ast_unparse.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/bltinmodule.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/bltinmodule.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/ceval.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/ceval.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/codecs.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/codecs.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/compile.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/compile.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/context.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/context.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/dynamic_annotations.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/errors.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/errors.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/frame.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/frame.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/frozenmain.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/frozenmain.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/future.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/future.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/getargs.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getargs.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/getcompiler.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getcompiler.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/getcopyright.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getcopyright.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getplatform.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/getversion.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getversion.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/hamt.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/hamt.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/hashtable.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/hashtable.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/import.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/import.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -I. -o Python/importdl.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/importdl.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/initconfig.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/initconfig.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/marshal.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/marshal.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/modsupport.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/modsupport.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/mysnprintf.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/mysnprintf.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/mystrtoul.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/mystrtoul.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pathconfig.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pathconfig.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/preconfig.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/preconfig.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pyarena.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pyarena.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pyctype.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pyctype.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pyfpe.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pyfpe.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pyhash.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pyhash.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pylifecycle.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pylifecycle.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pymath.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pymath.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pystate.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pystate.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pythonrun.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pythonrun.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pytime.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pytime.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/bootstrap_hash.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/bootstrap_hash.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/specialize.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/specialize.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/structmember.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/structmember.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/symtable.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/symtable.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE \
[DEBUG]: -DABIFLAGS='""' \
[DEBUG]: -DMULTIARCH=\"x86_64-linux-gnu\" \
[DEBUG]: -o Python/sysmodule.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/sysmodule.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/thread.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/thread.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/traceback.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/traceback.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/getopt.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getopt.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pystrcmp.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pystrcmp.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pystrtod.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pystrtod.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/pystrhex.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pystrhex.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/dtoa.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/dtoa.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/formatter_unicode.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/formatter_unicode.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/fileutils.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/fileutils.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/suggestions.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/suggestions.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE \
[DEBUG]: -DSOABI='"cpython-311-x86_64-linux-gnu"' \
[DEBUG]: -o Python/dynload_shlib.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/dynload_shlib.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Modules/main.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/main.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Modules/gcmodule.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/gcmodule.c
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/atexitmodule.c -o Modules/atexitmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/faulthandler.c -o Modules/faulthandler.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/posixmodule.c -o Modules/posixmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/signalmodule.c -o Modules/signalmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_tracemalloc.c -o Modules/_tracemalloc.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/errnomodule.c -o Modules/errnomodule.o
[DEBUG]: gcc -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o
[DEBUG]: gcc -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/iobase.c -o Modules/_io/iobase.o
[DEBUG]: gcc -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/fileio.c -o Modules/_io/fileio.o
[DEBUG]: gcc -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/bytesio.c -o Modules/_io/bytesio.o
[DEBUG]: gcc -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o
[DEBUG]: gcc -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/textio.c -o Modules/_io/textio.o
[DEBUG]: gcc -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/stringio.c -o Modules/_io/stringio.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sre/sre.c -o Modules/_sre/sre.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_threadmodule.c -o Modules/_threadmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/timemodule.c -o Modules/timemodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_weakref.c -o Modules/_weakref.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_abc.c -o Modules/_abc.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_localemodule.c -o Modules/_localemodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_operator.c -o Modules/_operator.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_stat.c -o Modules/_stat.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/symtablemodule.c -o Modules/symtablemodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/pwdmodule.c -o Modules/pwdmodule.o
[DEBUG]: gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/xxsubtype.c -o Modules/xxsubtype.o
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Programs/_freeze_module.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Modules/getpath_noop.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/getpath_noop.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/basearith.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/basearith.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/constants.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/constants.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/context.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/context.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/convolute.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/convolute.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/crt.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/crt.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/difradix2.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/difradix2.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/fnt.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/fnt.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/fourstep.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/fourstep.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/io.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/mpalloc.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/mpalloc.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/mpdecimal.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/mpdecimal.c
[DEBUG]: In function ‘word_to_string’,
[DEBUG]: inlined from ‘coeff_to_string’ at /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:410:13,
[DEBUG]: inlined from ‘_mpd_to_string’ at /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:611:18:
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0]’ [-Warray-bounds=]
[DEBUG]: 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
[DEBUG]: | ~~~~~^~~~~~~~~~~~~~~~~~~~~
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
[DEBUG]: 355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
[DEBUG]: | ^~~~~~~~~~~~~
[DEBUG]: In function ‘_mpd_to_string’:
[DEBUG]: cc1: note: source object is likely at address zero
[DEBUG]: In function ‘word_to_string’,
[DEBUG]: inlined from ‘coeff_to_string’ at /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:410:13,
[DEBUG]: inlined from ‘_mpd_to_string’ at /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:607:18:
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0]’ [-Warray-bounds=]
[DEBUG]: 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
[DEBUG]: | ~~~~~^~~~~~~~~~~~~~~~~~~~~
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
[DEBUG]: 355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
[DEBUG]: | ^~~~~~~~~~~~~
[DEBUG]: In function ‘_mpd_to_string’:
[DEBUG]: cc1: note: source object is likely at address zero
[DEBUG]: In function ‘word_to_string’,
[DEBUG]: inlined from ‘coeff_to_string’ at /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:410:13,
[DEBUG]: inlined from ‘_mpd_to_string’ at /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:501:22:
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0]’ [-Warray-bounds=]
[DEBUG]: 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
[DEBUG]: | ~~~~~^~~~~~~~~~~~~~~~~~~~~
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
[DEBUG]: 355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
[DEBUG]: | ^~~~~~~~~~~~~
[DEBUG]: In function ‘_mpd_to_string’:
[DEBUG]: cc1: note: source object is likely at address zero
[DEBUG]: In function ‘word_to_string’,
[DEBUG]: inlined from ‘coeff_to_string’ at /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:410:13,
[DEBUG]: inlined from ‘_mpd_to_string’ at /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:501:22:
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0]’ [-Warray-bounds=]
[DEBUG]: 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
[DEBUG]: | ~~~~~^~~~~~~~~~~~~~~~~~~~~
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
[DEBUG]: 356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
[DEBUG]: | ^~~~~~~~~~~~~
[DEBUG]: In function ‘_mpd_to_string’:
[DEBUG]: cc1: note: source object is likely at address zero
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/numbertheory.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/numbertheory.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/sixstep.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/sixstep.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/_decimal/libmpdec/transpose.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/transpose.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/expat/xmlparse.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat/xmlparse.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/expat/xmlrole.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat/xmlrole.c
[DEBUG]: gcc -c -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o Modules/expat/xmltok.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat/xmltok.c
[DEBUG]: /usr/bin/install -c -m 644 /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/gdb/libpython.py python-gdb.py
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Programs/_testembed.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_testembed.c
[DEBUG]: sed -e "s,@EXENAME@,/usr/local/bin/python3.11," < /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Misc/python-config.in >python-config.py
[DEBUG]: LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
[DEBUG]: rm -f Modules/expat/libexpat.a
[DEBUG]: ar rcs Modules/expat/libexpat.a Modules/expat/xmlparse.o Modules/expat/xmlrole.o Modules/expat/xmltok.o
[DEBUG]: rm -f Modules/_decimal/libmpdec/libmpdec.a
[DEBUG]: ar rcs Modules/_decimal/libmpdec/libmpdec.a Modules/_decimal/libmpdec/basearith.o Modules/_decimal/libmpdec/constants.o Modules/_decimal/libmpdec/context.o Modules/_decimal/libmpdec/convolute.o Modules/_decimal/libmpdec/crt.o Modules/_decimal/libmpdec/difradix2.o Modules/_decimal/libmpdec/fnt.o Modules/_decimal/libmpdec/fourstep.o Modules/_decimal/libmpdec/io.o Modules/_decimal/libmpdec/mpalloc.o Modules/_decimal/libmpdec/mpdecimal.o Modules/_decimal/libmpdec/numbertheory.o Modules/_decimal/libmpdec/sixstep.o Modules/_decimal/libmpdec/transpose.o
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE \
[DEBUG]: -DGITVERSION="\"`LC_ALL=C `\"" \
[DEBUG]: -DGITTAG="\"`LC_ALL=C `\"" \
[DEBUG]: -DGITBRANCH="\"`LC_ALL=C `\"" \
[DEBUG]: -o Modules/getbuildinfo.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/getbuildinfo.c
[DEBUG]: gcc -o Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o -ldl -lm
[DEBUG]: ./Programs/_freeze_module importlib._bootstrap /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h
[DEBUG]: ./Programs/_freeze_module importlib._bootstrap_external /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h
[DEBUG]: ./Programs/_freeze_module getpath /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/getpath.py Python/frozen_modules/getpath.h
[DEBUG]: ./Programs/_freeze_module zipimport /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/zipimport.py Python/frozen_modules/zipimport.h
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -DPYTHONPATH='""' \
[DEBUG]: -DPREFIX='"/usr/local"' \
[DEBUG]: -DEXEC_PREFIX='"/usr/local"' \
[DEBUG]: -DVERSION='"3.11"' \
[DEBUG]: -DVPATH='"/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3"' \
[DEBUG]: -DPLATLIBDIR='"lib"' \
[DEBUG]: -DPYTHONFRAMEWORK='""' \
[DEBUG]: -o Modules/getpath.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/getpath.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Programs/_bootstrap_python.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_bootstrap_python.c
[DEBUG]: gcc -o _bootstrap_python Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o \
[DEBUG]: Programs/_bootstrap_python.o Modules/getpath.o -ldl -lm
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py abc /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/abc.py Python/frozen_modules/abc.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py codecs /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/codecs.py Python/frozen_modules/codecs.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py io /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/io.py Python/frozen_modules/io.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py _collections_abc /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py _sitebuiltins /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py genericpath /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/genericpath.py Python/frozen_modules/genericpath.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py ntpath /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/ntpath.py Python/frozen_modules/ntpath.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py posixpath /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/posixpath.py Python/frozen_modules/posixpath.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py os /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/os.py Python/frozen_modules/os.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py site /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/site.py Python/frozen_modules/site.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py stat /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/stat.py Python/frozen_modules/stat.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py importlib.util /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/importlib/util.py Python/frozen_modules/importlib.util.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py importlib.machinery /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py runpy /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/runpy.py Python/frozen_modules/runpy.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py __hello__ /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/__hello__.py Python/frozen_modules/__hello__.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py __phello__ /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py __phello__.ham /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py __phello__.ham.eggs /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py __phello__.spam /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py frozen_only /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h
[DEBUG]: ./_bootstrap_python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/scripts/deepfreeze.py \
[DEBUG]: Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \
[DEBUG]: Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \
[DEBUG]: Python/frozen_modules/zipimport.h:zipimport \
[DEBUG]: Python/frozen_modules/abc.h:abc \
[DEBUG]: Python/frozen_modules/codecs.h:codecs \
[DEBUG]: Python/frozen_modules/io.h:io \
[DEBUG]: Python/frozen_modules/_collections_abc.h:_collections_abc \
[DEBUG]: Python/frozen_modules/_sitebuiltins.h:_sitebuiltins \
[DEBUG]: Python/frozen_modules/genericpath.h:genericpath \
[DEBUG]: Python/frozen_modules/ntpath.h:ntpath \
[DEBUG]: Python/frozen_modules/posixpath.h:posixpath \
[DEBUG]: Python/frozen_modules/os.h:os \
[DEBUG]: Python/frozen_modules/site.h:site \
[DEBUG]: Python/frozen_modules/stat.h:stat \
[DEBUG]: Python/frozen_modules/importlib.util.h:importlib.util \
[DEBUG]: Python/frozen_modules/importlib.machinery.h:importlib.machinery \
[DEBUG]: Python/frozen_modules/runpy.h:runpy \
[DEBUG]: Python/frozen_modules/__hello__.h:__hello__ \
[DEBUG]: Python/frozen_modules/__phello__.h:__phello__ \
[DEBUG]: Python/frozen_modules/__phello__.ham.h:__phello__.ham \
[DEBUG]: Python/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \
[DEBUG]: Python/frozen_modules/__phello__.spam.h:__phello__.spam \
[DEBUG]: Python/frozen_modules/frozen_only.h:frozen_only \
[DEBUG]: -o Python/deepfreeze/deepfreeze.c
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/frozen.o /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/frozen.c
[DEBUG]: Note: Deepfreeze may have added some global objects,
[DEBUG]: so run 'make regen-global-objects' if necessary.
[DEBUG]: gcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -IPython -I. -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c
[DEBUG]: rm -f libpython3.11.a
[DEBUG]: ar rcs libpython3.11.a Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o
[DEBUG]: gcc -Xlinker -export-dynamic -o python Programs/python.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm
[DEBUG]: gcc -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm
[DEBUG]: ./python -E -S -m sysconfig --generate-posix-vars ;\
[DEBUG]: if test $? -ne 0 ; then \
[DEBUG]: echo "generate-posix-vars failed" ; \
[DEBUG]: rm -f ./pybuilddir.txt ; \
[DEBUG]: exit 1 ; \
[DEBUG]: fi
[DEBUG]: ./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
[DEBUG]: CC='gcc' LDSHARED='gcc -shared ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' ./python -E /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/setup.py build
[DEBUG]: running build
[DEBUG]: running build_ext
[DEBUG]: building 'array' extension
[DEBUG]: building '_contextvars' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home
[DEBUG]: creating build/temp.linux-x86_64-3.11/home
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu
[DEBUG]: building 'math' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien
[DEBUG]: building '_datetime' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien
[DEBUG]: building '_zoneinfo' extension
[DEBUG]: building 'cmath' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer
[DEBUG]: building '_random' extension
[DEBUG]: building '_bisect' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_randommodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_randommodule.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_zoneinfo.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_zoneinfo.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cmathmodule.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_datetimemodule.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_contextvarsmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_contextvarsmodule.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_bisectmodule.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/mathmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/mathmodule.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/arraymodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/arraymodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_contextvarsmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_contextvars.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_heapq' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_heapqmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_bisectmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_bisect.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_randommodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_random.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_pickle' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_pickle.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_pickle.o
[DEBUG]: building '_json' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_json.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_json.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_heapqmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_heapq.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_lsprof' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_lsprof.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_lsprof.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/rotatingtree.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_lsprof.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/rotatingtree.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_lsprof.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'unicodedata' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/unicodedata.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/unicodedata.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_zoneinfo.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_zoneinfo.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_opcode' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_opcode.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_opcode.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_opcode.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_opcode.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_asyncio' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_asynciomodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_asynciomodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/arraymodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/array.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_queue' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_queuemodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_queuemodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/mathmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/math.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_statistics' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_statisticsmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_statisticsmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_queuemodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_queue.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_struct' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_struct.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_struct.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_statisticsmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/_statistics.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_typing' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_typingmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_typingmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cmathmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/cmath.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_json.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_json.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'fcntl' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/fcntlmodule.o
[DEBUG]: building 'grp' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/grpmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/grpmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_typingmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_typing.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_socket' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/socketmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/socketmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/grpmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/grp.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'spwd' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/spwdmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/fcntlmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/fcntl.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'select' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/selectmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/selectmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/spwdmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/spwd.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'mmap' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/mmapmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_asynciomodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_asyncio.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'syslog' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/syslogmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_struct.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_struct.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_xxsubinterpreters' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxsubinterpretersmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/selectmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/select.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'audioop' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/audioop.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/audioop.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/syslogmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/syslog.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_csv' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_csv.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_csv.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/mmapmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/mmap.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_posixsubprocess' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_posixsubprocess.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_datetimemodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/_datetime.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/unicodedata.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/unicodedata.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_testcapi' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testcapimodule.o
[DEBUG]: building '_testclinic' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testclinic.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testclinic.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_posixsubprocess.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_posixsubprocess.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_testinternalcapi' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testinternalcapi.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testinternalcapi.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxsubinterpretersmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_xxsubinterpreters.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_testbuffer' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testbuffer.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_csv.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_csv.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_testimportmultiple' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testimportmultiple.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testinternalcapi.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_testinternalcapi.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_testmultiphase' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testmultiphase.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testimportmultiple.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_testimportmultiple.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_xxtestfuzz' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz/_xxtestfuzz.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/socketmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_socket.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'readline' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/readline.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/readline.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_pickle.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_pickle.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz/fuzzer.o
[DEBUG]: building '_curses' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_cursesmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testmultiphase.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_testmultiphase.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_curses_panel' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_curses_panel.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz/fuzzer.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_xxtestfuzz.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_crypt' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_cryptmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testclinic.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_testclinic.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_cryptmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lcrypt -o build/lib.linux-x86_64-3.11/_crypt.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_ssl' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ssl.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ssl.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/audioop.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/audioop.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_hashlib' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_hashopenssl.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_curses_panel.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-x86_64-3.11/_curses_panel.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_md5' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/md5module.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/md5module.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/readline.o -L/usr/lib/termcap -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lreadline -o build/lib.linux-x86_64-3.11/readline.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_sha1' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha1module.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha1module.o
[DEBUG]: building '_sha256' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha256module.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha256module.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testbuffer.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_testbuffer.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_sha512' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha512module.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha512module.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/md5module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_md5.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_sha3' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sha3
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sha3/sha3module.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sha3/sha3module.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha1module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_sha1.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_blake2' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2b_impl.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2b_impl.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha256module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_sha256.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_dbm' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -DUSE_BERKDB -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_dbmmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sha3/sha3module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_sha3.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_gdbm' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_gdbmmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_hashopenssl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lcrypto -o build/lib.linux-x86_64-3.11/_hashlib.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/sha512module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_sha512.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_sqlite3' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/blob.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/blob.o
[DEBUG]: building 'termios' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/termios.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/termios.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_dbmmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -ldb -o build/lib.linux-x86_64-3.11/_dbm.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'resource' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/resource.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/resource.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_testcapimodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_testcapi.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'ossaudiodev' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/ossaudiodev.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_gdbmmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lgdbm -o build/lib.linux-x86_64-3.11/_gdbm.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'zlib' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/zlibmodule.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2module.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2module.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/termios.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/termios.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'binascii' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -DUSE_ZLIB_CRC32 -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/binascii.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/binascii.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/connection.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/resource.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/resource.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_bz2' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_bz2module.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_bz2module.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2s_impl.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2s_impl.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_cursesmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lncursesw -o build/lib.linux-x86_64-3.11/_curses.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/ossaudiodev.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/ossaudiodev.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_lzma' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_lzmamodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_bz2module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lbz2 -o build/lib.linux-x86_64-3.11/_bz2.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'pyexpat' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/pyexpat.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/pyexpat.o
[DEBUG]: building '_elementtree' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_elementtree.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_elementtree.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/binascii.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.11/binascii.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_multibytecodec' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/multibytecodec.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2b_impl.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2module.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2s_impl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_blake2.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_codecs_kr' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_kr.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/zlibmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.11/zlib.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ssl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.11/_ssl.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_codecs_jp' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_jp.o
[DEBUG]: building '_codecs_cn' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_cn.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_lzmamodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -llzma -o build/lib.linux-x86_64-3.11/_lzma.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_codecs_tw' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_tw.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/cursor.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_kr.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_codecs_kr.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_codecs_hk' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_hk.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_tw.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_codecs_tw.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/multibytecodec.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_multibytecodec.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_codecs_iso2022' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_iso2022.o
[DEBUG]: building '_decimal' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/_decimal.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_cn.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_codecs_cn.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_ctypes_test' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/_ctypes_test.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/pyexpat.o Modules/expat/libexpat.a -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/pyexpat.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_multiprocessing' extension
[DEBUG]: creating build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/multiprocessing.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/microprotocols.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_hk.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_codecs_hk.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_posixshmem' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/posixshmem.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/_ctypes_test.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/_ctypes_test.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/semaphore.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/module.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_jp.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_codecs_jp.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_tkinter' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -DWITH_APPINIT=1 -I/usr/include/tcl8.6 -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_tkinter.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_tkinter.o -Wno-strict-prototypes
[DEBUG]: building '_uuid' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/usr/include/uuid -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_uuidmodule.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_uuidmodule.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/posixshmem.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_posixshmem.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'xxlimited' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/xxlimited.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/xxlimited.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_uuidmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -luuid -o build/lib.linux-x86_64-3.11/_uuid.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building 'xxlimited_35' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/xxlimited_35.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/xxlimited_35.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/semaphore.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_multiprocessing.cpython-311-x86_64-linux-gnu.so
[DEBUG]: building '_ctypes' extension
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/_ctypes.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/xxlimited.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/xxlimited.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/prepare_protocol.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/xxlimited_35.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/xxlimited_35.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_elementtree.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.11/_elementtree.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/row.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/statement.o
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/util.o
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/blob.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/module.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/row.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/util.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lsqlite3 -o build/lib.linux-x86_64-3.11/_sqlite3.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -DWITH_APPINIT=1 -I/usr/include/tcl8.6 -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/tkappinit.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/tkappinit.o -Wno-strict-prototypes
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_tkinter.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/tkappinit.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 -o build/lib.linux-x86_64-3.11/_tkinter.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/callbacks.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/callproc.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/cfield.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
[DEBUG]: gcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/stgdict.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/_decimal.o Modules/_decimal/libmpdec/libmpdec.a -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/_decimal.cpython-311-x86_64-linux-gnu.so
[DEBUG]: gcc -shared build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/cfield.o build/temp.linux-x86_64-3.11/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/stgdict.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lffi -ldl -o build/lib.linux-x86_64-3.11/_ctypes.cpython-311-x86_64-linux-gnu.so
[DEBUG]:
[DEBUG]: The necessary bits to build these optional modules were not found:
[DEBUG]: nis
[DEBUG]: To find the necessary bits, look in setup.py in detect_modules() for the module's name.
[DEBUG]:
[DEBUG]: running build_scripts
[DEBUG]: creating build/scripts-3.11
[DEBUG]: copying and adjusting /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/scripts/pydoc3 -> build/scripts-3.11
[DEBUG]: copying and adjusting /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/scripts/idle3 -> build/scripts-3.11
[DEBUG]: copying and adjusting /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/scripts/2to3 -> build/scripts-3.11
[DEBUG]: changing mode of build/scripts-3.11/pydoc3 from 664 to 775
[DEBUG]: changing mode of build/scripts-3.11/idle3 from 664 to 775
[DEBUG]: changing mode of build/scripts-3.11/2to3 from 664 to 775
[DEBUG]: renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11
[DEBUG]: renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11
[DEBUG]: renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11
[DEBUG]: make: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build'
[DEBUG]: -> running cp /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[INFO]: Building libbz2 for arm64-v8a
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide
[DEBUG]: Create directory /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libbz2/arm64-v8a__ndk_target_24/libbz2
[DEBUG]: -> running make -j 8 CC=/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -f Makefile-libbz2_so
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -shared -Wl,-soname=libbz2.so -o libbz2.so blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -o bzip2-shared bzip2.c libbz2.so
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: -> running cp /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libbz2/arm64-v8a__ndk_target_24/libbz2/libbz2.so /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a
[INFO]: Building libffi for arm64-v8a
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_24/libffi
[DEBUG]: -> running autogen.sh
[DEBUG]: autoreconf: export WARNINGS=
[DEBUG]: autoreconf: Entering directory '.'
[DEBUG]: autoreconf: configure.ac: not using Gettext
[DEBUG]: autoreconf: running: aclocal -I m4
[DEBUG]: autoreconf: configure.ac: tracing
[DEBUG]: autoreconf: running: libtoolize --copy
[DEBUG]: libtoolize: putting auxiliary files in '.'.
[DEBUG]: libtoolize: copying file './ltmain.sh'
[DEBUG]: libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
[DEBUG]: libtoolize: copying file 'm4/libtool.m4'
[DEBUG]: libtoolize: copying file 'm4/ltoptions.m4'
[DEBUG]: libtoolize: copying file 'm4/ltsugar.m4'
[DEBUG]: libtoolize: copying file 'm4/ltversion.m4'
[DEBUG]: libtoolize: copying file 'm4/lt~obsolete.m4'
[DEBUG]: autoreconf: configure.ac: not using Intltool
[DEBUG]: autoreconf: configure.ac: not using Gtkdoc
[DEBUG]: autoreconf: running: aclocal -I m4
[DEBUG]: autoreconf: running: /usr/bin/autoconf
[DEBUG]: configure.ac:8: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete.
[DEBUG]: configure.ac:8: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
[DEBUG]: configure.ac:8: the top level
[DEBUG]: configure.ac:41: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
[DEBUG]: configure.ac:41: You should run autoupdate.
[DEBUG]: m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
[DEBUG]: configure.ac:41: the top level
[DEBUG]: configure.ac:74: warning: The macro `AC_TRY_COMPILE' is obsolete.
[DEBUG]: configure.ac:74: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...
[DEBUG]: configure.ac:74: the top level
[DEBUG]: configure.ac:91: warning: The macro `AC_HEADER_STDC' is obsolete.
[DEBUG]: configure.ac:91: You should run autoupdate.
[DEBUG]: ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
[DEBUG]: configure.ac:91: the top level
[DEBUG]: configure.ac:118: warning: The macro `AC_TRY_COMPILE' is obsolete.
[DEBUG]: configure.ac:118: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from...
[DEBUG]: configure.ac:118: the top level
[DEBUG]: configure.ac:122: warning: The macro `AC_TRY_LINK' is obsolete.
[DEBUG]: configure.ac:122: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: configure.ac:122: the top level
[DEBUG]: configure.ac:138: warning: The macro `AC_TRY_COMPILE' is obsolete.
[DEBUG]: configure.ac:138: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: configure.ac:138: the top level
[DEBUG]: configure.ac:185: warning: The macro `AC_TRY_COMPILE' is obsolete.
[DEBUG]: configure.ac:185: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: configure.ac:185: the top level
[DEBUG]: configure.ac:310: warning: The macro `AC_HELP_STRING' is obsolete.
[DEBUG]: configure.ac:310: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
[DEBUG]: configure.ac:310: the top level
[DEBUG]: configure.ac:418: warning: The macro `AC_HELP_STRING' is obsolete.
[DEBUG]: configure.ac:418: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
[DEBUG]: acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
[DEBUG]: configure.ac:418: the top level
[DEBUG]: configure.ac:418: warning: The macro `AC_PROG_LD' is obsolete.
[DEBUG]: configure.ac:418: You should run autoupdate.
[DEBUG]: m4/libtool.m4:3361: AC_PROG_LD is expanded from...
[DEBUG]: acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...
[DEBUG]: acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
[DEBUG]: configure.ac:418: the top level
[DEBUG]: configure.ac:418: warning: The macro `AC_TRY_RUN' is obsolete.
[DEBUG]: configure.ac:418: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
[DEBUG]: acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...
[DEBUG]: acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
[DEBUG]: configure.ac:418: the top level
[DEBUG]: configure.ac:418: warning: The macro `AC_TRY_LINK' is obsolete.
[DEBUG]: configure.ac:418: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
[DEBUG]: acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
[DEBUG]: configure.ac:418: the top level
[DEBUG]: autoreconf: running: /usr/bin/autoheader
[DEBUG]: autoreconf: running: automake --add-missing --copy --no-force
[DEBUG]: configure.ac:31: installing './compile'
[DEBUG]: configure.ac:19: installing './install-sh'
[DEBUG]: configure.ac:19: installing './missing'
[DEBUG]: Makefile.am: installing './depcomp'
[DEBUG]: doc/Makefile.am:3: installing 'doc/mdate-sh'
[DEBUG]: doc/Makefile.am:3: installing 'doc/texinfo.tex'
[DEBUG]: autoreconf: Leaving directory '.'
[DEBUG]: -> running autoreconf -vif
[DEBUG]: autoreconf: export WARNINGS=
[DEBUG]: autoreconf: Entering directory '.'
[DEBUG]: autoreconf: configure.ac: not using Gettext
[DEBUG]: autoreconf: running: aclocal --force -I m4
[DEBUG]: autoreconf: configure.ac: tracing
[DEBUG]: autoreconf: running: libtoolize --copy --force
[DEBUG]: libtoolize: putting auxiliary files in '.'.
[DEBUG]: libtoolize: copying file './ltmain.sh'
[DEBUG]: libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
[DEBUG]: libtoolize: copying file 'm4/libtool.m4'
[DEBUG]: libtoolize: copying file 'm4/ltoptions.m4'
[DEBUG]: libtoolize: copying file 'm4/ltsugar.m4'
[DEBUG]: libtoolize: copying file 'm4/ltversion.m4'
[DEBUG]: libtoolize: copying file 'm4/lt~obsolete.m4'
[DEBUG]: autoreconf: configure.ac: not using Intltool
[DEBUG]: autoreconf: configure.ac: not using Gtkdoc
[DEBUG]: autoreconf: running: aclocal --force -I m4
[DEBUG]: autoreconf: running: /usr/bin/autoconf --force
[DEBUG]: configure.ac:8: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete.
[DEBUG]: configure.ac:8: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
[DEBUG]: configure.ac:8: the top level
[DEBUG]: configure.ac:41: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
[DEBUG]: configure.ac:41: You should run autoupdate.
[DEBUG]: m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
[DEBUG]: configure.ac:41: the top level
[DEBUG]: configure.ac:74: warning: The macro `AC_TRY_COMPILE' is obsolete.
[DEBUG]: configure.ac:74: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...
[DEBUG]: configure.ac:74: the top level
[DEBUG]: configure.ac:91: warning: The macro `AC_HEADER_STDC' is obsolete.
[DEBUG]: configure.ac:91: You should run autoupdate.
[DEBUG]: ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
[DEBUG]: configure.ac:91: the top level
[DEBUG]: configure.ac:118: warning: The macro `AC_TRY_COMPILE' is obsolete.
[DEBUG]: configure.ac:118: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from...
[DEBUG]: configure.ac:118: the top level
[DEBUG]: configure.ac:122: warning: The macro `AC_TRY_LINK' is obsolete.
[DEBUG]: configure.ac:122: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: configure.ac:122: the top level
[DEBUG]: configure.ac:138: warning: The macro `AC_TRY_COMPILE' is obsolete.
[DEBUG]: configure.ac:138: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: configure.ac:138: the top level
[DEBUG]: configure.ac:185: warning: The macro `AC_TRY_COMPILE' is obsolete.
[DEBUG]: configure.ac:185: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[DEBUG]: lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[DEBUG]: ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[DEBUG]: configure.ac:185: the top level
[DEBUG]: configure.ac:310: warning: The macro `AC_HELP_STRING' is obsolete.
[DEBUG]: configure.ac:310: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
[DEBUG]: configure.ac:310: the top level
[DEBUG]: configure.ac:418: warning: The macro `AC_HELP_STRING' is obsolete.
[DEBUG]: configure.ac:418: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
[DEBUG]: acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
[DEBUG]: configure.ac:418: the top level
[DEBUG]: configure.ac:418: warning: The macro `AC_PROG_LD' is obsolete.
[DEBUG]: configure.ac:418: You should run autoupdate.
[DEBUG]: m4/libtool.m4:3361: AC_PROG_LD is expanded from...
[DEBUG]: acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...
[DEBUG]: acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
[DEBUG]: configure.ac:418: the top level
[DEBUG]: configure.ac:418: warning: The macro `AC_TRY_RUN' is obsolete.
[DEBUG]: configure.ac:418: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
[DEBUG]: acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...
[DEBUG]: acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
[DEBUG]: configure.ac:418: the top level
[DEBUG]: configure.ac:418: warning: The macro `AC_TRY_LINK' is obsolete.
[DEBUG]: configure.ac:418: You should run autoupdate.
[DEBUG]: ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
[DEBUG]: acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
[DEBUG]: configure.ac:418: the top level
[DEBUG]: autoreconf: running: /usr/bin/autoheader --force
[DEBUG]: autoreconf: running: automake --add-missing --copy --force-missing
[DEBUG]: configure.ac:31: installing './compile'
[DEBUG]: configure.ac:19: installing './missing'
[DEBUG]: Makefile.am: installing './depcomp'
[DEBUG]: autoreconf: Leaving directory '.'
[DEBUG]: -> running configure --host=aarch64-linux-android --prefix=/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_24/libffi --disable-builddir --enable-shared
[DEBUG]: checking build system type... x86_64-pc-linux-gnu
[DEBUG]: checking host system type... aarch64-unknown-linux-android
[DEBUG]: checking target system type... aarch64-unknown-linux-android
[DEBUG]: checking for gsed... sed
[DEBUG]: checking for a BSD-compatible install... /usr/bin/install -c
[DEBUG]: checking whether build environment is sane... yes
[DEBUG]: checking for aarch64-linux-android-strip... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded
[DEBUG]: checking for a race-free mkdir -p... /usr/bin/mkdir -p
[DEBUG]: checking for gawk... gawk
[DEBUG]: checking whether make -j8 sets $(MAKE)... yes
[DEBUG]: checking whether make -j8 supports nested variables... yes
[DEBUG]: checking for aarch64-linux-android-gcc... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC
[DEBUG]: checking whether the C compiler works... yes
[DEBUG]: checking for C compiler default output file name... a.out
[DEBUG]: checking for suffix of executables...
[DEBUG]: checking whether we are cross compiling... yes
[DEBUG]: checking for suffix of object files... o
[DEBUG]: checking whether the compiler supports GNU C... yes
[DEBUG]: checking whether /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -g... yes
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC option to enable C11 features... none needed
[DEBUG]: checking whether /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC understands -c and -o together... yes
[DEBUG]: checking whether make -j8 supports the include directive... yes (GNU style)
[DEBUG]: checking dependency style of /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... gcc3
[DEBUG]: checking whether the compiler supports GNU C++... yes
[DEBUG]: checking whether /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -g... yes
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC option to enable C++11 features... none needed
[DEBUG]: checking dependency style of /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... gcc3
[DEBUG]: checking dependency style of /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... gcc3
[DEBUG]: checking how to print strings... printf
[DEBUG]: checking for a sed that does not truncate output... /usr/bin/sed
[DEBUG]: checking for grep that handles long lines and -e... /usr/bin/grep
[DEBUG]: checking for egrep... /usr/bin/grep -E
[DEBUG]: checking for fgrep... /usr/bin/grep -F
[DEBUG]: checking for ld used by /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld
[DEBUG]: checking if the linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) is GNU ld... yes
[DEBUG]: checking for BSD- or MS-compatible name lister (nm)... no
[DEBUG]: checking for aarch64-linux-android-dumpbin... no
[DEBUG]: checking for aarch64-linux-android-link... no
[DEBUG]: checking for dumpbin... no
[DEBUG]: checking for link... link -dump
[DEBUG]: configure: WARNING: using cross tools not prefixed with host triplet
[DEBUG]: checking the name lister (nm) interface... BSD nm
[DEBUG]: checking whether ln -s works... yes
[DEBUG]: checking the maximum length of command line arguments... 1572864
[DEBUG]: checking how to convert x86_64-pc-linux-gnu file names to aarch64-unknown-linux-android format... func_convert_file_noop
[DEBUG]: checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld option to reload object files... -r
[DEBUG]: checking for aarch64-linux-android-file... no
[DEBUG]: checking for file... file
[DEBUG]: checking for aarch64-linux-android-objdump... no
[DEBUG]: checking for objdump... objdump
[DEBUG]: checking how to recognize dependent libraries... pass_all
[DEBUG]: checking for aarch64-linux-android-dlltool... no
[DEBUG]: checking for dlltool... no
[DEBUG]: checking how to associate runtime and link libraries... printf %s\n
[DEBUG]: checking for aarch64-linux-android-ar... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
[DEBUG]: checking for archiver @FILE support... @
[DEBUG]: checking for aarch64-linux-android-strip... (cached) /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded
[DEBUG]: checking for aarch64-linux-android-ranlib... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib
[DEBUG]: checking command to parse nm output from /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC object... ok
[DEBUG]: checking for sysroot... no
[DEBUG]: checking for a working dd... /usr/bin/dd
[DEBUG]: checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[DEBUG]: checking for aarch64-linux-android-mt... no
[DEBUG]: checking for mt... mt
[DEBUG]: checking if mt is a manifest tool... no
[DEBUG]: checking for stdio.h... yes
[DEBUG]: checking for stdlib.h... yes
[DEBUG]: checking for string.h... yes
[DEBUG]: checking for inttypes.h... yes
[DEBUG]: checking for stdint.h... yes
[DEBUG]: checking for strings.h... yes
[DEBUG]: checking for sys/stat.h... yes
[DEBUG]: checking for sys/types.h... yes
[DEBUG]: checking for unistd.h... yes
[DEBUG]: checking for dlfcn.h... yes
[DEBUG]: checking for objdir... .libs
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC supports -fno-rtti -fno-exceptions... yes
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC option to produce PIC... -fPIC -DPIC
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC PIC flag -fPIC -DPIC works... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC static flag -static works... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC supports -c -o file.o... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC supports -c -o file.o... (cached) yes
[DEBUG]: checking whether the /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) supports shared libraries... yes
[DEBUG]: checking whether -lc should be explicitly linked in... no
[DEBUG]: checking dynamic linker characteristics... Android linker
[DEBUG]: checking how to hardcode library paths into programs... immediate
[DEBUG]: checking whether stripping libraries is possible... yes
[DEBUG]: checking if libtool supports shared libraries... yes
[DEBUG]: checking whether to build shared libraries... yes
[DEBUG]: checking whether to build static libraries... yes
[DEBUG]: checking how to run the C++ preprocessor... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -E
[DEBUG]: checking for ld used by /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld
[DEBUG]: checking if the linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) is GNU ld... yes
[DEBUG]: checking whether the /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) supports shared libraries... yes
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC option to produce PIC... -fPIC -DPIC
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC PIC flag -fPIC -DPIC works... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC static flag -static works... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC supports -c -o file.o... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC supports -c -o file.o... (cached) yes
[DEBUG]: checking whether the /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) supports shared libraries... yes
[DEBUG]: checking dynamic linker characteristics... Android linker
[DEBUG]: checking how to hardcode library paths into programs... immediate
[DEBUG]: checking for aarch64-linux-android-readelf... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-readelf
[DEBUG]: checking size of size_t... 8
[DEBUG]: checking for C compiler vendor... clang
[DEBUG]: checking whether C compiler accepts -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... yes
[DEBUG]: checking CFLAGS for maximum warnings... -Wall
[DEBUG]: checking whether to enable maintainer-specific portions of Makefiles... no
[DEBUG]: checking for sys/memfd.h... no
[DEBUG]: checking for memfd_create... no
[DEBUG]: checking for sys/mman.h... yes
[DEBUG]: checking for mmap... yes
[DEBUG]: checking for mkostemp... yes
[DEBUG]: checking for mkstemp... yes
[DEBUG]: checking for sys/mman.h... (cached) yes
[DEBUG]: checking for mmap... (cached) yes
[DEBUG]: checking whether read-only mmap of a plain file works... yes
[DEBUG]: checking whether mmap from /dev/zero works... yes
[DEBUG]: checking for MAP_ANON(YMOUS)... yes
[DEBUG]: checking whether mmap with MAP_ANON(YMOUS) works... yes
[DEBUG]: checking for egrep... (cached) /usr/bin/grep -E
[DEBUG]: checking for memcpy... yes
[DEBUG]: checking for size_t... yes
[DEBUG]: checking for working alloca.h... yes
[DEBUG]: checking for alloca... yes
[DEBUG]: checking size of double... 8
[DEBUG]: checking size of long double... 16
[DEBUG]: checking whether byte ordering is bigendian... no
[DEBUG]: checking assembler .cfi pseudo-op support... yes
[DEBUG]: checking whether compiler supports pointer authentication... no
[DEBUG]: checking for _ prefix in compiled symbols... no
[DEBUG]: checking whether C compiler accepts -fno-lto... yes
[DEBUG]: checking whether .eh_frame section should be read-only... yes
[DEBUG]: checking for __attribute__((visibility("hidden")))... yes
[DEBUG]: clang-14: error: unsupported option '-print-multi-os-directory'
[DEBUG]: clang-14: error: no input files
[DEBUG]: checking for ld used by /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... (cached) /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld
[DEBUG]: checking if the linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) is GNU ld... (cached) yes
[DEBUG]: checking for shared libgcc... no
[DEBUG]: configure: versioning on shared library symbols is gnu
[DEBUG]: checking that generated files are newer than configure... done
[DEBUG]: configure: creating ./config.status
[DEBUG]: config.status: creating include/Makefile
[DEBUG]: config.status: creating include/ffi.h
[DEBUG]: config.status: creating Makefile
[DEBUG]: config.status: creating testsuite/Makefile
[DEBUG]: config.status: creating man/Makefile
[DEBUG]: config.status: creating doc/Makefile
[DEBUG]: config.status: creating libffi.pc
[DEBUG]: config.status: creating fficonfig.h
[DEBUG]: config.status: executing buildir commands
[DEBUG]: config.status: skipping top_srcdir/Makefile - not created
[DEBUG]: config.status: executing depfiles commands
[DEBUG]: config.status: executing libtool commands
[DEBUG]: config.status: executing include commands
[DEBUG]: config.status: executing src commands
[DEBUG]: -> running make -j 8 libffi.la
[DEBUG]: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -DAARCH64 -DGENERATE_LIBFFI_MAP \
[DEBUG]: -E -x assembler-with-cpp -o libffi.map ./libffi.map.in
[DEBUG]: depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\
[DEBUG]: mv -f $depbase.Tpo $depbase.Plo
[DEBUG]: depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\
[DEBUG]: mv -f $depbase.Tpo $depbase.Plo
[DEBUG]: depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\
[DEBUG]: mv -f $depbase.Tpo $depbase.Plo
[DEBUG]: depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\
[DEBUG]: mv -f $depbase.Tpo $depbase.Plo
[DEBUG]: depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\
[DEBUG]: mv -f $depbase.Tpo $depbase.Plo
[DEBUG]: depbase=`echo src/tramp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/tramp.lo -MD -MP -MF $depbase.Tpo -c -o src/tramp.lo src/tramp.c &&\
[DEBUG]: mv -f $depbase.Tpo $depbase.Plo
[DEBUG]: depbase=`echo src/aarch64/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/aarch64/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/aarch64/ffi.lo src/aarch64/ffi.c &&\
[DEBUG]: mv -f $depbase.Tpo $depbase.Plo
[DEBUG]: depbase=`echo src/aarch64/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -I. -I./include -Iinclude -I./src -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT src/aarch64/sysv.lo -MD -MP -MF $depbase.Tpo -c -o src/aarch64/sysv.lo src/aarch64/sysv.S &&\
[DEBUG]: mv -f $depbase.Tpo $depbase.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fPIC -DPIC -o src/.libs/closures.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fPIC -DPIC -o src/.libs/types.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/tramp.lo -MD -MP -MF src/.deps/tramp.Tpo -c src/tramp.c -fPIC -DPIC -o src/.libs/tramp.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/aarch64/ffi.lo -MD -MP -MF src/aarch64/.deps/ffi.Tpo -c src/aarch64/ffi.c -fPIC -DPIC -o src/aarch64/.libs/ffi.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -I. -I./include -Iinclude -I./src -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT src/aarch64/sysv.lo -MD -MP -MF src/aarch64/.deps/sysv.Tpo -c src/aarch64/sysv.S -fPIC -DPIC -o src/aarch64/.libs/sysv.o
[DEBUG]: src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
[DEBUG]: ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
[DEBUG]: ^
[DEBUG]: ./include/ffi.h:301:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
[DEBUG]: size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
[DEBUG]: ^
[DEBUG]: src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
[DEBUG]: ffi_java_ptrarray_to_raw (cif, avalue, raw);
[DEBUG]: ^
[DEBUG]: ./include/ffi.h:297:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
[DEBUG]: void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
[DEBUG]: ^
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
[DEBUG]: 2 warnings generated.
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/tramp.lo -MD -MP -MF src/.deps/tramp.Tpo -c src/tramp.c -o src/tramp.o >/dev/null 2>&1
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/aarch64/ffi.lo -MD -MP -MF src/aarch64/.deps/ffi.Tpo -c src/aarch64/ffi.c -o src/aarch64/ffi.o >/dev/null 2>&1
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -I. -I./include -Iinclude -I./src -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT src/aarch64/sysv.lo -MD -MP -MF src/aarch64/.deps/sysv.Tpo -c src/aarch64/sysv.S -o src/aarch64/sysv.o >/dev/null 2>&1
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1
[DEBUG]: /bin/bash ./libtool --tag=CC --mode=link /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -Wall -fexceptions -no-undefined -avoid-version '-L/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a' -L/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a -o libffi.la -rpath /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_24/libffi/lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/tramp.lo src/aarch64/ffi.lo src/aarch64/sysv.lo
[DEBUG]: libtool: link: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -shared -fPIC -DPIC src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/.libs/tramp.o src/aarch64/.libs/ffi.o src/aarch64/.libs/sysv.o -L/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a -march=armv8-a -march=armv8-a -Wl,-soname -Wl,libffi.so -o .libs/libffi.so
[DEBUG]: libtool: link: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar cr .libs/libffi.a src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/tramp.o src/aarch64/ffi.o src/aarch64/sysv.o
[DEBUG]: libtool: link: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib .libs/libffi.a
[DEBUG]: libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: -> running cp /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_24/libffi/.libs/libffi.so /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a
[INFO]: Building liblzma for arm64-v8a
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma
[DEBUG]: -> running autoreconf -vif
[DEBUG]: autoreconf: export WARNINGS=
[DEBUG]: autoreconf: Entering directory '.'
[DEBUG]: autoreconf: running: autopoint --force
[DEBUG]: Copying file m4/codeset.m4
[DEBUG]: Copying file m4/extern-inline.m4
[DEBUG]: Copying file m4/fcntl-o.m4
[DEBUG]: Copying file m4/glibc2.m4
[DEBUG]: Copying file m4/glibc21.m4
[DEBUG]: Copying file m4/intdiv0.m4
[DEBUG]: Copying file m4/intl.m4
[DEBUG]: Copying file m4/intldir.m4
[DEBUG]: Copying file m4/intmax.m4
[DEBUG]: Copying file m4/inttypes-pri.m4
[DEBUG]: Copying file m4/inttypes_h.m4
[DEBUG]: Copying file m4/lcmessage.m4
[DEBUG]: Copying file m4/lock.m4
[DEBUG]: Copying file m4/longlong.m4
[DEBUG]: Copying file m4/printf-posix.m4
[DEBUG]: Copying file m4/size_max.m4
[DEBUG]: Copying file m4/stdint_h.m4
[DEBUG]: Copying file m4/threadlib.m4
[DEBUG]: Copying file m4/uintmax_t.m4
[DEBUG]: Copying file m4/wchar_t.m4
[DEBUG]: Copying file m4/wint_t.m4
[DEBUG]: Copying file m4/xsize.m4
[DEBUG]: Copying file po/Makevars.template
[DEBUG]: autoreconf: running: aclocal --force -I m4
[DEBUG]: autoreconf: configure.ac: tracing
[DEBUG]: autoreconf: running: libtoolize --copy --force
[DEBUG]: libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
[DEBUG]: libtoolize: copying file 'build-aux/ltmain.sh'
[DEBUG]: libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
[DEBUG]: libtoolize: copying file 'm4/libtool.m4'
[DEBUG]: libtoolize: copying file 'm4/ltoptions.m4'
[DEBUG]: libtoolize: copying file 'm4/ltsugar.m4'
[DEBUG]: libtoolize: copying file 'm4/ltversion.m4'
[DEBUG]: libtoolize: copying file 'm4/lt~obsolete.m4'
[DEBUG]: autoreconf: configure.ac: not using Intltool
[DEBUG]: autoreconf: configure.ac: not using Gtkdoc
[DEBUG]: autoreconf: running: aclocal --force -I m4
[DEBUG]: autoreconf: running: /usr/bin/autoconf --force
[DEBUG]: configure.ac:25: warning: The macro `AC_CONFIG_HEADER' is obsolete.
[DEBUG]: configure.ac:25: You should run autoupdate.
[DEBUG]: ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
[DEBUG]: configure.ac:25: the top level
[DEBUG]: configure.ac:540: warning: The macro `AC_PROG_CC_C99' is obsolete.
[DEBUG]: configure.ac:540: You should run autoupdate.
[DEBUG]: ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
[DEBUG]: configure.ac:540: the top level
[DEBUG]: autoreconf: running: /usr/bin/autoheader --force
[DEBUG]: autoreconf: running: automake --add-missing --copy --force-missing
[DEBUG]: configure.ac:540: installing 'build-aux/compile'
[DEBUG]: configure.ac:537: installing 'build-aux/missing'
[DEBUG]: debug/Makefile.am: installing 'build-aux/depcomp'
[DEBUG]: autoreconf: Leaving directory '.'
[DEBUG]: -> running configure --host=aarch64-linux-android --prefix=/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install --disable-builddir --disable-static --enable-shared --disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --disable-scripts --disable-doc
[DEBUG]: configure: WARNING: unrecognized options: --disable-builddir
[DEBUG]:
[DEBUG]: XZ Utils 5.2.4
[DEBUG]:
[DEBUG]: System type:
[DEBUG]: checking build system type... x86_64-pc-linux-gnu
[DEBUG]: checking host system type... aarch64-unknown-linux-android
[DEBUG]:
[DEBUG]: Configure options:
[DEBUG]: checking if debugging code should be compiled... no
[DEBUG]: checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
[DEBUG]: checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
[DEBUG]: checking which match finders to build... hc3 hc4 bt2 bt3 bt4
[DEBUG]: checking which integrity checks to build... crc32 crc64 sha256
[DEBUG]: checking if external SHA-256 should be used... no
[DEBUG]: checking if assembler optimizations should be used... no
[DEBUG]: checking if small size is preferred over speed... no
[DEBUG]: checking if threading support is wanted... yes, posix
[DEBUG]: checking how much RAM to assume if the real amount is unknown... 128 MiB
[DEBUG]: checking if library symbol versioning should be used... no
[DEBUG]: checking if sandboxing should be used... no
[DEBUG]:
[DEBUG]: checking for a shell that conforms to POSIX... /bin/bash
[DEBUG]:
[DEBUG]: Initializing Automake:
[DEBUG]: checking for a BSD-compatible install... /usr/bin/install -c
[DEBUG]: checking whether build environment is sane... yes
[DEBUG]: checking for aarch64-linux-android-strip... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded
[DEBUG]: checking for a race-free mkdir -p... /usr/bin/mkdir -p
[DEBUG]: checking for gawk... gawk
[DEBUG]: checking whether make -j8 sets $(MAKE)... yes
[DEBUG]: checking whether make -j8 supports nested variables... yes
[DEBUG]: checking whether ln -s works... yes
[DEBUG]: checking whether make -j8 supports the include directive... yes (GNU style)
[DEBUG]: checking for aarch64-linux-android-gcc... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC
[DEBUG]: checking whether the C compiler works... yes
[DEBUG]: checking for C compiler default output file name... a.out
[DEBUG]: checking for suffix of executables...
[DEBUG]: checking whether we are cross compiling... yes
[DEBUG]: checking for suffix of object files... o
[DEBUG]: checking whether the compiler supports GNU C... yes
[DEBUG]: checking whether /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -g... yes
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC option to enable C11 features... none needed
[DEBUG]: checking whether /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC understands -c and -o together... yes
[DEBUG]: checking dependency style of /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... gcc3
[DEBUG]: checking dependency style of /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... gcc3
[DEBUG]: checking for stdio.h... yes
[DEBUG]: checking for stdlib.h... yes
[DEBUG]: checking for string.h... yes
[DEBUG]: checking for inttypes.h... yes
[DEBUG]: checking for stdint.h... yes
[DEBUG]: checking for strings.h... yes
[DEBUG]: checking for sys/stat.h... yes
[DEBUG]: checking for sys/types.h... yes
[DEBUG]: checking for unistd.h... yes
[DEBUG]: checking for wchar.h... yes
[DEBUG]: checking for minix/config.h... no
[DEBUG]: checking whether it is safe to define __EXTENSIONS__... yes
[DEBUG]: checking whether _XOPEN_SOURCE should be defined... no
[DEBUG]:
[DEBUG]: POSIX threading support:
[DEBUG]: checking if compiler needs -Werror to reject unknown flags... yes
[DEBUG]: checking for the pthreads library -lpthreads... no
[DEBUG]: checking whether pthreads work without any flags... yes
[DEBUG]: checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
[DEBUG]: checking if more special flags are required for pthreads... no
[DEBUG]: checking for PTHREAD_PRIO_INHERIT... yes
[DEBUG]: checking for library containing clock_gettime... none required
[DEBUG]: checking for clock_gettime... yes
[DEBUG]: checking for pthread_condattr_setclock... yes
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC options needed to detect all undeclared functions... -fno-builtin
[DEBUG]: checking whether CLOCK_MONOTONIC is declared... yes
[DEBUG]:
[DEBUG]: Initializing Libtool:
[DEBUG]: checking how to print strings... printf
[DEBUG]: checking for a sed that does not truncate output... /usr/bin/sed
[DEBUG]: checking for grep that handles long lines and -e... /usr/bin/grep
[DEBUG]: checking for egrep... /usr/bin/grep -E
[DEBUG]: checking for fgrep... /usr/bin/grep -F
[DEBUG]: checking for ld used by /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld
[DEBUG]: checking if the linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) is GNU ld... yes
[DEBUG]: checking for BSD- or MS-compatible name lister (nm)... no
[DEBUG]: checking for aarch64-linux-android-dumpbin... no
[DEBUG]: checking for aarch64-linux-android-link... no
[DEBUG]: checking for dumpbin... no
[DEBUG]: checking for link... link -dump
[DEBUG]: configure: WARNING: using cross tools not prefixed with host triplet
[DEBUG]: checking the name lister (nm) interface... BSD nm
[DEBUG]: checking the maximum length of command line arguments... 1572864
[DEBUG]: checking how to convert x86_64-pc-linux-gnu file names to aarch64-unknown-linux-android format... func_convert_file_noop
[DEBUG]: checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld option to reload object files... -r
[DEBUG]: checking for aarch64-linux-android-file... no
[DEBUG]: checking for file... file
[DEBUG]: checking for aarch64-linux-android-objdump... no
[DEBUG]: checking for objdump... objdump
[DEBUG]: checking how to recognize dependent libraries... pass_all
[DEBUG]: checking for aarch64-linux-android-dlltool... no
[DEBUG]: checking for dlltool... no
[DEBUG]: checking how to associate runtime and link libraries... printf %s\n
[DEBUG]: checking for aarch64-linux-android-ar... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
[DEBUG]: checking for archiver @FILE support... @
[DEBUG]: checking for aarch64-linux-android-strip... (cached) /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded
[DEBUG]: checking for aarch64-linux-android-ranlib... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib
[DEBUG]: checking command to parse nm output from /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC object... ok
[DEBUG]: checking for sysroot... no
[DEBUG]: checking for a working dd... /usr/bin/dd
[DEBUG]: checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[DEBUG]: checking for aarch64-linux-android-mt... no
[DEBUG]: checking for mt... mt
[DEBUG]: checking if mt is a manifest tool... no
[DEBUG]: checking for dlfcn.h... yes
[DEBUG]: checking for objdir... .libs
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC supports -fno-rtti -fno-exceptions... yes
[DEBUG]: checking for /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC option to produce PIC... -fPIC -DPIC
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC PIC flag -fPIC -DPIC works... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC static flag -static works... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC supports -c -o file.o... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC supports -c -o file.o... (cached) yes
[DEBUG]: checking whether the /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) supports shared libraries... yes
[DEBUG]: checking whether -lc should be explicitly linked in... no
[DEBUG]: checking dynamic linker characteristics... Android linker
[DEBUG]: checking how to hardcode library paths into programs... immediate
[DEBUG]: checking whether stripping libraries is possible... yes
[DEBUG]: checking if libtool supports shared libraries... yes
[DEBUG]: checking whether to build shared libraries... yes
[DEBUG]: checking whether to build static libraries... no
[DEBUG]: checking for aarch64-linux-android-windres... no
[DEBUG]: checking for windres... no
[DEBUG]:
[DEBUG]: Initializing gettext:
[DEBUG]: checking whether NLS is requested... yes
[DEBUG]: checking for msgfmt... /usr/bin/msgfmt
[DEBUG]: checking for gmsgfmt... /usr/bin/msgfmt
[DEBUG]: checking for xgettext... /usr/bin/xgettext
[DEBUG]: checking for msgmerge... /usr/bin/msgmerge
[DEBUG]: checking for ld used by /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld
[DEBUG]: checking if the linker (/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/ld) is GNU ld... yes
[DEBUG]: checking for shared library run path origin... done
[DEBUG]: checking how to run the C preprocessor... /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -E
[DEBUG]: checking for CFPreferencesCopyAppValue... no
[DEBUG]: checking for CFLocaleCopyCurrent... no
[DEBUG]: checking for GNU gettext in libc... no
[DEBUG]: checking for iconv... no, consider installing GNU libiconv
[DEBUG]: checking for GNU gettext in libintl... no
[DEBUG]: checking whether to use NLS... no
[DEBUG]:
[DEBUG]: System headers and functions:
[DEBUG]: checking for fcntl.h... yes
[DEBUG]: checking for limits.h... yes
[DEBUG]: checking for sys/time.h... yes
[DEBUG]: checking for immintrin.h... no
[DEBUG]: checking for _Bool... yes
[DEBUG]: checking for stdbool.h that conforms to C99... yes
[DEBUG]: checking for uint8_t... yes
[DEBUG]: checking for uint16_t... yes
[DEBUG]: checking for int32_t... yes
[DEBUG]: checking for uint32_t... yes
[DEBUG]: checking for int64_t... yes
[DEBUG]: checking for uint64_t... yes
[DEBUG]: checking for uintptr_t... yes
[DEBUG]: checking size of size_t... 8
[DEBUG]: checking for struct stat.st_atim.tv_nsec... yes
[DEBUG]: checking for struct stat.st_atimespec.tv_nsec... no
[DEBUG]: checking for struct stat.st_atimensec... yes
[DEBUG]: checking for struct stat.st_uatime... no
[DEBUG]: checking for struct stat.st_atim.st__tim.tv_nsec... no
[DEBUG]: checking for special C compiler options needed for large files... no
[DEBUG]: checking for _FILE_OFFSET_BITS value needed for large files... no
[DEBUG]: checking whether byte ordering is bigendian... no
[DEBUG]: checking for getopt.h... yes
[DEBUG]: checking for getopt_long... yes
[DEBUG]: checking whether optreset is declared... yes
[DEBUG]: checking for futimens... yes
[DEBUG]: checking for posix_fadvise... yes
[DEBUG]: checking whether program_invocation_name is declared... no
[DEBUG]: checking for byteswap.h... yes
[DEBUG]: checking if bswap_16 is available... yes
[DEBUG]: checking if bswap_32 is available... yes
[DEBUG]: checking if bswap_64 is available... yes
[DEBUG]: checking if unaligned memory access should be used... no
[DEBUG]: checking for sys/param.h... yes
[DEBUG]: checking how to detect the amount of physical memory... sysconf
[DEBUG]: checking for sys/param.h... (cached) yes
[DEBUG]: checking how to detect the number of available CPU cores... sched_getaffinity
[DEBUG]: checking whether mbrtowc and mbstate_t are properly declared... yes
[DEBUG]: checking for wcwidth... yes
[DEBUG]: checking whether _mm_movemask_epi8 is declared... no
[DEBUG]:
[DEBUG]: GCC extensions:
[DEBUG]: checking whether the -Werror option is usable... yes
[DEBUG]: checking for simple visibility declarations... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wall... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wextra... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wvla... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wformat=2... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Winit-self... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wmissing-include-dirs... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wstrict-aliasing... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wfloat-equal... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wundef... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wshadow... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wpointer-arith... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wbad-function-cast... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wwrite-strings... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wlogical-op... no
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Waggregate-return... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wstrict-prototypes... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wold-style-definition... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wmissing-prototypes... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wmissing-declarations... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wmissing-noreturn... yes
[DEBUG]: checking if /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC accepts -Wredundant-decls... yes
[DEBUG]:
[DEBUG]: checking that generated files are newer than configure... done
[DEBUG]: configure: creating ./config.status
[DEBUG]: config.status: creating Doxyfile
[DEBUG]: config.status: creating Makefile
[DEBUG]: config.status: creating po/Makefile.in
[DEBUG]: config.status: creating lib/Makefile
[DEBUG]: config.status: creating src/Makefile
[DEBUG]: config.status: creating src/liblzma/Makefile
[DEBUG]: config.status: creating src/liblzma/api/Makefile
[DEBUG]: config.status: creating src/xz/Makefile
[DEBUG]: config.status: creating src/xzdec/Makefile
[DEBUG]: config.status: creating src/lzmainfo/Makefile
[DEBUG]: config.status: creating src/scripts/Makefile
[DEBUG]: config.status: creating tests/Makefile
[DEBUG]: config.status: creating debug/Makefile
[DEBUG]: config.status: creating src/scripts/xzdiff
[DEBUG]: config.status: creating src/scripts/xzgrep
[DEBUG]: config.status: creating src/scripts/xzmore
[DEBUG]: config.status: creating src/scripts/xzless
[DEBUG]: config.status: creating config.h
[DEBUG]: config.status: executing depfiles commands
[DEBUG]: config.status: executing libtool commands
[DEBUG]: config.status: executing po-directories commands
[DEBUG]: config.status: creating po/POTFILES
[DEBUG]: config.status: creating po/Makefile
[DEBUG]: configure: WARNING: unrecognized options: --disable-builddir
[DEBUG]: -> running make -j 8
[DEBUG]: make -j8 all-recursive
[DEBUG]: make[1]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[1]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma'
[DEBUG]: Making all in src
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: Making all in liblzma
[DEBUG]: make[3]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: make[3]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: Making all in api
[DEBUG]: make[4]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma/api'
[DEBUG]: make[4]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[4]: Nothing to be done for 'all'.
[DEBUG]: make[4]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma/api'
[DEBUG]: make[4]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: make[4]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo './'`../common/tuklib_cpucores.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -fPIC -DPIC -o .libs/liblzma_la-block_util.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -fPIC -DPIC -o .libs/liblzma_la-filter_common.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -fPIC -DPIC -o .libs/liblzma_la-easy_preset.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_physmem.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypelibtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -fPIC -DPIC -o .libs/liblzma_la-hardware_physmem.o
[DEBUG]: s -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_cpucores.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -fPIC -DPIC -o .libs/liblzma_la-common.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -fPIC -DPIC -o .libs/liblzma_la-index.o
[DEBUG]: mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo
[DEBUG]: mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c
[DEBUG]: mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo
[DEBUG]: mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo
[DEBUG]: mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo './'`common/hardware_cputhreads.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_common.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -fPIC -DPIC -o .libs/liblzma_la-vli_size.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -fPIC -DPIC -o .libs/liblzma_la-hardware_cputhreads.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_encoder.o
[DEBUG]: mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo
[DEBUG]: mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c
[DEBUG]: mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o
[DEBUG]: mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo
[DEBUG]: mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -fPIC -DPIC -o .libs/liblzma_la-index_encoder.o
[DEBUG]: mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo
[DEBUG]: mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo './'`common/outqueue.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder.o
[DEBUG]: mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo './'`common/stream_encoder_mt.c
[DEBUG]: mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -fPIC -DPIC -o .libs/liblzma_la-outqueue.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder_mt.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypelibtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_decoder.o
[DEBUG]: s -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -fPIC -DPIC -o .libs/liblzma_la-auto_decoder.o
[DEBUG]: mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo
[DEBUG]: mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_decoder.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c
[DEBUG]: mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_decoder.o
[DEBUG]: mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo
[DEBUG]: mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c
[DEBUG]: mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_decoder.o
[DEBUG]: mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -fPIC -DPIC -o .libs/liblzma_la-index_decoder.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -fPIC -DPIC -o .libs/liblzma_la-index_hash.o
[DEBUG]: mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c
[DEBUG]: mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c
[DEBUG]: mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c
[DEBUG]: mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c
[DEBUG]: mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -fPIC -DPIC -o .libs/liblzma_la-check.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -fPIC -DPIC -o .libs/liblzma_la-crc32_table.o
[DEBUG]: mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c
[DEBUG]: mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc32_fast.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c
[DEBUG]: mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -fPIC -DPIC -o .libs/liblzma_la-crc64_table.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc64_fast.o
[DEBUG]: mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -fPIC -DPIC -o .libs/liblzma_la-sha256.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder_mf.o
[DEBUG]: mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o
[DEBUG]: mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c
[DEBUG]: mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo
[DEBUG]: mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c
[DEBUG]: mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c
[DEBUG]: mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c
[DEBUG]: mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -fPIC -DPIC -o .libs/liblzma_la-fastpos_table.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_encoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -fPIC -DPIC -o .libs/liblzma_la-price_table.o
[DEBUG]: mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c
[DEBUG]: mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -fPIC -DPIC -o .libs/liblzma_la-delta_common.o
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c
[DEBUG]: mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo
[DEBUG]: mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_encoder.o
[DEBUG]: mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c
[DEBUG]: mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c
[DEBUG]: mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_decoder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -fPIC -DPIC -o .libs/liblzma_la-simple_coder.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_encoder.o
[DEBUG]: mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_decoder.o
[DEBUG]: mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -fPIC -DPIC -o .libs/liblzma_la-x86.o
[DEBUG]: mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=compile /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -fPIC -DPIC -o .libs/liblzma_la-powerpc.o
[DEBUG]: mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -fPIC -DPIC -o .libs/liblzma_la-ia64.o
[DEBUG]: rm -f liblzma.pc
[DEBUG]: mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo
[DEBUG]: sed \
[DEBUG]: -e 's,@prefix[@],/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install,g' \
[DEBUG]: -e 's,@exec_prefix[@],/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install,g' \
[DEBUG]: -e 's,@libdir[@],/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib,g' \
[DEBUG]: -e 's,@includedir[@],/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/include,g' \
[DEBUG]: -e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g' \
[DEBUG]: -e 's,@PACKAGE_VERSION[@],5.2.4,g' \
[DEBUG]: -e 's,@PTHREAD_CFLAGS[@],,g' \
[DEBUG]: -e 's,@LIBS[@],,g' \
[DEBUG]: < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
[DEBUG]: mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo
[DEBUG]: mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -fPIC -DPIC -o .libs/liblzma_la-arm.o
[DEBUG]: mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -fPIC -DPIC -o .libs/liblzma_la-armthumb.o
[DEBUG]: libtool: compile: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -fPIC -DPIC -o .libs/liblzma_la-sparc.o
[DEBUG]: mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo
[DEBUG]: mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo
[DEBUG]: mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo
[DEBUG]: /bin/bash ../../libtool --tag=CC --mode=link /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -no-undefined -version-info 7:4:2 -L/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a -o liblzma.la -rpath /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-hardware_cputhreads.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-outqueue.lo liblzma_la-stream_encoder_mt.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo
[DEBUG]: libtool: link: /home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -shared -fPIC -DPIC .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-tuklib_cpucores.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-hardware_cputhreads.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-outqueue.o .libs/liblzma_la-stream_encoder_mt.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_fast.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_fast.o .libs/liblzma_la-sha256.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-sparc.o -L/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a -march=armv8-a -march=armv8-a -Wl,-soname -Wl,liblzma.so -o .libs/liblzma.so
[DEBUG]: libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
[DEBUG]: make[4]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: make[3]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: Making all in xzdec
[DEBUG]: make[3]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/xzdec'
[DEBUG]: make[3]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[3]: Nothing to be done for 'all'.
[DEBUG]: make[3]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/xzdec'
[DEBUG]: make[3]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: make[3]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[3]: Nothing to be done for 'all-am'.
[DEBUG]: make[3]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: Making all in po
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/po'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[2]: Nothing to be done for 'all'.
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/po'
[DEBUG]: Making all in tests
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/tests'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[2]: Nothing to be done for 'all'.
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/tests'
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma'
[DEBUG]: make[1]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma'
[DEBUG]: -> running make install
[DEBUG]: Making install in src
[DEBUG]: make[1]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: Making install in liblzma
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: Making install in api
[DEBUG]: make[3]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma/api'
[DEBUG]: make[3]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[4]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma/api'
[DEBUG]: make[4]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[4]: Nothing to be done for 'install-exec-am'.
[DEBUG]: /usr/bin/mkdir -p '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/include'
[DEBUG]: /usr/bin/mkdir -p '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/include/lzma'
[DEBUG]: /usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/include/lzma'
[DEBUG]: /usr/bin/install -c -m 644 lzma.h '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/include/.'
[DEBUG]: make[4]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma/api'
[DEBUG]: make[3]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma/api'
[DEBUG]: make[3]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: make[3]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[4]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: make[4]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: /usr/bin/mkdir -p '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib'
[DEBUG]: /usr/bin/mkdir -p '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib/pkgconfig'
[DEBUG]: /bin/bash ../../libtool --mode=install /usr/bin/install -c liblzma.la '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib'
[DEBUG]: /usr/bin/install -c -m 644 liblzma.pc '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib/pkgconfig'
[DEBUG]: libtool: install: /usr/bin/install -c .libs/liblzma.so /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib/liblzma.so
[DEBUG]: libtool: install: /usr/bin/install -c .libs/liblzma.lai /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib/liblzma.la
[DEBUG]: make[4]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: make[3]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/liblzma'
[DEBUG]: Making install in xzdec
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/xzdec'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[3]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/xzdec'
[DEBUG]: make[3]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: /usr/bin/mkdir -p '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/bin'
[DEBUG]: make -j8 install-data-hook
[DEBUG]: make[4]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/xzdec'
[DEBUG]: make[4]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[4]: Nothing to be done for 'install-data-hook'.
[DEBUG]: make[4]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/xzdec'
[DEBUG]: make[3]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/xzdec'
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src/xzdec'
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[3]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: make[3]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[3]: Nothing to be done for 'install-exec-am'.
[DEBUG]: make[3]: Nothing to be done for 'install-data-am'.
[DEBUG]: make[3]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: make[1]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/src'
[DEBUG]: Making install in po
[DEBUG]: make[1]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/po'
[DEBUG]: if test "xz" = "gettext-tools"; then \
[DEBUG]: /usr/bin/mkdir -p /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/share/gettext/po; \
[DEBUG]: for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \
[DEBUG]: /usr/bin/install -c -m 644 ./$file \
[DEBUG]: /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/share/gettext/po/$file; \
[DEBUG]: done; \
[DEBUG]: for file in Makevars; do \
[DEBUG]: rm -f /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/share/gettext/po/$file; \
[DEBUG]: done; \
[DEBUG]: else \
[DEBUG]: : ; \
[DEBUG]: fi
[DEBUG]: make[1]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/po'
[DEBUG]: Making install in tests
[DEBUG]: make[1]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/tests'
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/tests'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[2]: Nothing to be done for 'install-exec-am'.
[DEBUG]: make[2]: Nothing to be done for 'install-data-am'.
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/tests'
[DEBUG]: make[1]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/tests'
[DEBUG]: make[1]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma'
[DEBUG]: make[2]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma'
[DEBUG]: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
[DEBUG]: make[2]: Nothing to be done for 'install-exec-am'.
[DEBUG]: make[2]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma'
[DEBUG]: make[1]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma'
[INFO]: <- directory context /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android
[DEBUG]: -> running cp /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/liblzma/arm64-v8a__ndk_target_24/liblzma/p4a_install/lib/liblzma.so /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/Elide/arm64-v8a
[INFO]: Building openssl for arm64-v8a
[INFO]: -> directory context /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_24/openssl1.1
[DEBUG]: -> running perl Configure shared no-dso no-asm android-arm64 -D__ANDROID_API__=24
[DEBUG]: Configuring OpenSSL version 1.1.1w (0x1010117fL) for android-arm64
[DEBUG]: Using os-specific seed configuration
[DEBUG]: Creating configdata.pm
[DEBUG]: Creating Makefile
[DEBUG]:
[DEBUG]: **********************************************************************
[DEBUG]: *** ***
[DEBUG]: *** OpenSSL has been successfully configured ***
[DEBUG]: *** ***
[DEBUG]: *** If you encounter a problem while building, please open an ***
[DEBUG]: *** issue on GitHub <https://github.com/openssl/openssl/issues> ***
[DEBUG]: *** and include the output from the following command: ***
[DEBUG]: *** ***
[DEBUG]: *** perl configdata.pm --dump ***
[DEBUG]: *** ***
[DEBUG]: *** (If you are new to OpenSSL, you might want to consult the ***
[DEBUG]: *** 'Troubleshooting' section in the INSTALL file first) ***
[DEBUG]: *** ***
[DEBUG]: **********************************************************************
[INFO]: Applying patch disable-sover.patch
[DEBUG]: -> running patch -t -d /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_24/openssl1.1 -p1 -i /home/sanotehu/src/lisien/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openssl/disable-sover.patch
[DEBUG]: patching file Makefile
[DEBUG]: -> running make build_libs
[DEBUG]: /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
[DEBUG]: "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h
[DEBUG]: /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
[DEBUG]: "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h
[DEBUG]: /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
[DEBUG]: "-oMakefile" include/openssl/opensslconf.h.in > include/openssl/opensslconf.h
[DEBUG]: make depend && make _build_libs
[DEBUG]: make[1]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_24/openssl1.1'
[DEBUG]: make[1]: Leaving directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_24/openssl1.1'
[DEBUG]: make[1]: Entering directory '/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_24/openssl1.1'
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o apps/app_rand.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o apps/apps.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o apps/bf_prefix.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o apps/opt.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o apps/s_cb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o apps/s_socket.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: llvm-ar rs apps/libapps.a apps/app_rand.o apps/apps.o apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o
[DEBUG]: llvm-ar: warning: creating apps/libapps.a
[DEBUG]: : apps/libapps.a || echo Never mind.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o crypto/aes/aes_cbc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o crypto/aes/aes_core.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o crypto/aes/aes_ecb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o crypto/aes/aes_ige.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o crypto/aes/aes_misc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o crypto/aes/aes_ofb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o crypto/aes/aes_wrap.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/aria/aria.d.tmp -MT crypto/aria/aria.o -c -o crypto/aria/aria.o crypto/aria/aria.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o crypto/asn1/a_bitstr.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o crypto/asn1/a_d2i_fp.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o crypto/asn1/a_digest.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o crypto/asn1/a_dup.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o crypto/asn1/a_gentm.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o crypto/asn1/a_i2d_fp.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o crypto/asn1/a_int.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o crypto/asn1/a_mbstr.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o crypto/asn1/a_object.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o crypto/asn1/a_octet.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o crypto/asn1/a_print.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o crypto/asn1/a_sign.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o crypto/asn1/a_strex.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o crypto/asn1/a_strnid.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o crypto/asn1/a_time.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o crypto/asn1/a_type.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o crypto/asn1/a_utctm.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o crypto/asn1/a_utf8.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o crypto/asn1/a_verify.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o crypto/asn1/ameth_lib.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o crypto/asn1/asn1_err.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o crypto/asn1/asn1_gen.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_item_list.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o crypto/asn1/asn1_lib.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o crypto/asn1/asn1_par.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o crypto/asn1/asn_mime.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o crypto/asn1/asn_moid.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o crypto/asn1/asn_mstbl.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o crypto/asn1/asn_pack.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o crypto/asn1/bio_asn1.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o crypto/asn1/bio_ndef.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pr.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o crypto/asn1/d2i_pu.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o crypto/asn1/evp_asn1.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o crypto/asn1/f_int.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o crypto/asn1/f_string.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pr.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o crypto/asn1/i2d_pu.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o crypto/asn1/n_pkey.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o crypto/asn1/nsseq.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbe.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o crypto/asn1/p5_pbev2.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o crypto/asn1/p5_scrypt.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o crypto/asn1/p8_pkey.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o crypto/asn1/t_bitst.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o crypto/asn1/t_pkey.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o crypto/asn1/t_spki.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o crypto/asn1/tasn_dec.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o crypto/asn1/tasn_enc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o crypto/asn1/tasn_fre.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o crypto/asn1/tasn_new.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o crypto/asn1/tasn_prn.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o crypto/asn1/tasn_scn.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o crypto/asn1/tasn_typ.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o crypto/asn1/tasn_utl.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o crypto/asn1/x_algor.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o crypto/asn1/x_bignum.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o crypto/asn1/x_info.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o crypto/asn1/x_int64.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o crypto/asn1/x_long.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o crypto/asn1/x_pkey.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o crypto/asn1/x_sig.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o crypto/asn1/x_spki.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o crypto/asn1/x_val.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o crypto/async/arch/async_null.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o crypto/async/arch/async_posix.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o crypto/async/arch/async_win.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o crypto/async/async.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o crypto/async/async_err.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o crypto/async/async_wait.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT crypto/bf/bf_cfb64.o -c -o crypto/bf/bf_cfb64.o crypto/bf/bf_cfb64.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bf/bf_ecb.d.tmp -MT crypto/bf/bf_ecb.o -c -o crypto/bf/bf_ecb.o crypto/bf/bf_ecb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bf/bf_enc.d.tmp -MT crypto/bf/bf_enc.o -c -o crypto/bf/bf_enc.o crypto/bf/bf_enc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o -c -o crypto/bf/bf_ofb64.o crypto/bf/bf_ofb64.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c -o crypto/bf/bf_skey.o crypto/bf/bf_skey.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o crypto/bio/b_addr.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o crypto/bio/b_dump.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o crypto/bio/b_print.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o crypto/bio/b_sock.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o crypto/bio/b_sock2.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o crypto/bio/bf_buff.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o crypto/bio/bf_lbuf.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o crypto/bio/bf_nbio.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o crypto/bio/bf_null.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o crypto/bio/bio_cb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o crypto/bio/bio_err.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o crypto/bio/bio_lib.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o crypto/bio/bio_meth.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o crypto/bio/bss_acpt.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o crypto/bio/bss_bio.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o crypto/bio/bss_conn.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o crypto/bio/bss_dgram.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o crypto/bio/bss_fd.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o crypto/bio/bss_file.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o crypto/bio/bss_log.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o crypto/bio/bss_mem.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o crypto/bio/bss_null.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o crypto/bio/bss_sock.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/blake2/blake2b.d.tmp -MT crypto/blake2/blake2b.o -c -o crypto/blake2/blake2b.o crypto/blake2/blake2b.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/blake2/blake2s.d.tmp -MT crypto/blake2/blake2s.o -c -o crypto/blake2/blake2s.o crypto/blake2/blake2s.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT crypto/blake2/m_blake2b.o -c -o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2b.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT crypto/blake2/m_blake2s.o -c -o crypto/blake2/m_blake2s.o crypto/blake2/m_blake2s.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o crypto/bn/bn_add.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_asm.d.tmp -MT crypto/bn/bn_asm.o -c -o crypto/bn/bn_asm.o crypto/bn/bn_asm.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o crypto/bn/bn_blind.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o crypto/bn/bn_const.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o crypto/bn/bn_ctx.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o crypto/bn/bn_depr.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o crypto/bn/bn_dh.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o crypto/bn/bn_div.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o crypto/bn/bn_err.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -Icrypto -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o crypto/bn/bn_exp.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o crypto/bn/bn_exp2.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o crypto/bn/bn_gcd.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o crypto/bn/bn_gf2m.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o crypto/bn/bn_intern.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o crypto/bn/bn_kron.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o crypto/bn/bn_lib.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o crypto/bn/bn_mod.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o crypto/bn/bn_mont.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o crypto/bn/bn_mpi.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o crypto/bn/bn_mul.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o crypto/bn/bn_nist.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o crypto/bn/bn_prime.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o crypto/bn/bn_print.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o crypto/bn/bn_rand.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o crypto/bn/bn_recp.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o crypto/bn/bn_shift.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o crypto/bn/bn_sqr.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o crypto/bn/bn_sqrt.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o crypto/bn/bn_srp.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o crypto/bn/bn_word.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o crypto/bn/bn_x931p.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o crypto/buffer/buf_err.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o crypto/buffer/buffer.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/camellia/camellia.d.tmp -MT crypto/camellia/camellia.o -c -o crypto/camellia/camellia.o crypto/camellia/camellia.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/camellia/cmll_cbc.d.tmp -MT crypto/camellia/cmll_cbc.o -c -o crypto/camellia/cmll_cbc.o crypto/camellia/cmll_cbc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/camellia/cmll_cfb.d.tmp -MT crypto/camellia/cmll_cfb.o -c -o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_cfb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/camellia/cmll_ctr.d.tmp -MT crypto/camellia/cmll_ctr.o -c -o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ctr.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/camellia/cmll_ecb.d.tmp -MT crypto/camellia/cmll_ecb.o -c -o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_ecb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/camellia/cmll_misc.d.tmp -MT crypto/camellia/cmll_misc.o -c -o crypto/camellia/cmll_misc.o crypto/camellia/cmll_misc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/camellia/cmll_ofb.d.tmp -MT crypto/camellia/cmll_ofb.o -c -o crypto/camellia/cmll_ofb.o crypto/camellia/cmll_ofb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cast/c_cfb64.d.tmp -MT crypto/cast/c_cfb64.o -c -o crypto/cast/c_cfb64.o crypto/cast/c_cfb64.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cast/c_ecb.d.tmp -MT crypto/cast/c_ecb.o -c -o crypto/cast/c_ecb.o crypto/cast/c_ecb.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cast/c_enc.d.tmp -MT crypto/cast/c_enc.o -c -o crypto/cast/c_enc.o crypto/cast/c_enc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cast/c_ofb64.d.tmp -MT crypto/cast/c_ofb64.o -c -o crypto/cast/c_ofb64.o crypto/cast/c_ofb64.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o crypto/cast/c_skey.o crypto/cast/c_skey.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/chacha/chacha_enc.d.tmp -MT crypto/chacha/chacha_enc.o -c -o crypto/chacha/chacha_enc.o crypto/chacha/chacha_enc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT crypto/cmac/cm_ameth.o -c -o crypto/cmac/cm_ameth.o crypto/cmac/cm_ameth.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT crypto/cmac/cm_pmeth.o -c -o crypto/cmac/cm_pmeth.o crypto/cmac/cm_pmeth.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cmac/cmac.d.tmp -MT crypto/cmac/cmac.o -c -o crypto/cmac/cmac.o crypto/cmac/cmac.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o crypto/cms/cms_asn1.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o crypto/cms/cms_att.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o crypto/cms/cms_cd.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o crypto/cms/cms_dd.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o crypto/cms/cms_enc.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o crypto/cms/cms_env.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o crypto/cms/cms_err.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o crypto/cms/cms_ess.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o crypto/cms/cms_io.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o crypto/cms/cms_kari.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o crypto/cms/cms_lib.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o crypto/cms/cms_pwri.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o crypto/cms/cms_sd.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o crypto/cms/cms_smime.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o crypto/comp/c_zlib.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o crypto/comp/comp_err.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o crypto/comp/comp_lib.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o crypto/conf/conf_api.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]: #define __ANDROID_API__ 24
[DEBUG]: ^
[DEBUG]: <built-in>:375:9: note: previous definition is here
[DEBUG]: #define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
[DEBUG]: ^
[DEBUG]: 1 warning generated.
[DEBUG]: aarch64-linux-android24-clang -I. -Iinclude -fPIC -pthread -target aarch64-linux-android24 -fomit-frame-pointer -march=armv8-a -fPIC -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -D__ANDROID_API__=24 -DANDROID -I/home/sanotehu/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/Elide/arm64-v8a/include/python3.1 -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o crypto/conf/conf_def.c
[DEBUG]: In file included from <built-in>:382:
[DEBUG]: <command line>:6:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
[DEBUG]:
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment