microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.79k stars 28.73k forks source link

Création apk échouée #170739

Closed Yvos81 closed 1 year ago

Yvos81 commented 1 year ago

Nous avons écrit les données nécessaires dans votre presse-papiers, car elles étaient trop volumineuses à envoyer. Veuillez les coller. Type: Bug

 JOURNAL_STREAM = '8:31294'

XDG_DATA_DIRS = '/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'

GDK_BACKEND = 'x11'

PATH = '/home/yves/.buildozer/android/platform/apache-ant-1.9.4/bin:/home/yves/PycharmProjects/ConsoGo/venv/bin:/home/yves/.cache/activestate/bin:/home/yves/.local/ActiveState/StateTool/release/bin:/home/yves/.local/bin:/home/yves/anaconda3/bin:/home/yves/anaconda3/condabin:/home/yves/.cache/activestate/bin:/home/yves/.local/ActiveState/StateTool/release/bin:/home/yves/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'

GDMSESSION = 'ubuntu'

ORIGINAL_XDG_CURRENT_DESKTOP = 'ubuntu:GNOME'

DBUS_SESSION_BUS_ADDRESS = 'unix:path=/run/user/1000/bus'

GIO_LAUNCHED_DESKTOP_FILE_PID = '299793'

GIO_LAUNCHED_DESKTOP_FILE = '/var/lib/snapd/desktop/applications/code_code.desktop'

TERM_PROGRAM = 'vscode'

_ = '/usr/local/bin/buildozer'

PACKAGES_PATH = '/home/yves/.buildozer/android/packages'

ANDROIDSDK = '/home/yves/.buildozer/android/platform/android-sdk'

ANDROIDNDK = '/home/yves/.buildozer/android/platform/android-ndk-r25b'

ANDROIDAPI = '31'

ANDROIDMINAPI = '21'

Buildozer failed to execute the last command

The error might be hidden in the log above this error

Please read the full log, and search for it before

raising an issue with buildozer itself.

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

(venv) (base) yves@yves-bureau:~/PycharmProjects/ConsoGo$ /home/yves/PycharmProjects/ConsoGo/venv/bin/python /home/yves/PycharmProjects/ConsoGo/main.py Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.10/tkinter/init.py", line 1921, in call return self.func(*args) File "/home/yves/PycharmProjects/ConsoGo/main.py", line 94, in activebackground=couleur["purple"], bd=0, command = lambda x=i:choix(int(x))).place(x=25, y=y) File "/home/yves/PycharmProjects/ConsoGo/main.py", line 56, in choix runpy.run_module(nom_fichier) File "/usr/lib/python3.10/runpy.py", line 227, in run_module return _run_code(code, {}, init_globals, run_name, mod_spec) File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/yves/PycharmProjects/ConsoGo/formulaire.py", line 112, in obj = formusqlite(formu) File "/home/yves/PycharmProjects/ConsoGo/formulaire.py", line 35, in init btn = Button(frame1, text="Valider", font=('time new rom', 14), bg="purple", fg="white", command=self.formuulaire).place(x=50, y=1000) AttributeError: 'formusqlite' object has no attribute 'formuulaire' (venv) (base) yves@yves-bureau:~/PycharmProjects/ConsoGo$ /home/yves/PycharmProjects/ConsoGo/venv/bin/python /home/yves/PycharmProjects/ConsoGo/main.py (venv) (base) yves@yves-bureau:~/PycharmProjects/ConsoGo$ buildozer android debug deploy run

Check configuration tokens

Ensure build layout

Check configuration tokens

Read available permissions from api-versions.xml

Preparing build

Check requirements for android

Search for Git (git)

-> found at /usr/bin/git

Search for Cython (cython)

-> found at /home/yves/anaconda3/bin/cython

Search for Java compiler (javac)

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

Search for Java keytool (keytool)

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

Install platform

Run ['git', 'config', '--get', 'remote.origin.url']

Cwd /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android

https://github.com/kivy/python-for-android.git

Run ['git', 'branch', '-vv']

Cwd /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android

options: -h, --help show this help message and exit --debug Display debug output and all build info --color {always,never,auto} Enable or disable color output (default enabled on tty) --sdk-dir SDK_DIR, --sdk_dir SDK_DIR The filepath where the Android SDK is installed --ndk-dir NDK_DIR, --ndk_dir NDK_DIR The filepath where the Android NDK is installed --android-api ANDROID_API, --android_api ANDROID_API The Android API level to build against defaults to 33 if not specified. --ndk-version NDK_VERSION, --ndk_version NDK_VERSION DEPRECATED: the NDK version is now found automatically or not at all. --ndk-api NDK_API The Android API level to compile against. This should be your minimal supported API, not normally the same as your --android-api. Defaults to min(ANDROID_API, 21) if not specified. --symlink-bootstrap-files, --ssymlink_bootstrap_files If True, symlinks the bootstrap files creation. This is useful for development only, it could also cause weird problems. --storage-dir STORAGE_DIR Primary storage directory for downloads and builds (default: /home/yves/.local/share/python-for-android) --arch ARCH The archs to build for. --dist-name DIST_NAME, --dist_name DIST_NAME The name of the distribution to use or create --requirements REQUIREMENTS Dependencies of your app, should be recipe names or Python modules. NOT NECESSARY if you are using Python 3 with --use-setup-py --recipe-blacklist RECIPE_BLACKLIST Blacklist an internal recipe from use. Allows disabling Python 3 core modules to save size --blacklist-requirements BLACKLIST_REQUIREMENTS Blacklist an internal recipe from use. Allows disabling Python 3 core modules to save size --bootstrap BOOTSTRAP The bootstrap to build with. Leave unset to choose automatically. --hook HOOK Filename to a module that contains python-for-android hooks --local-recipes LOCAL_RECIPES, --local_recipes LOCAL_RECIPES Directory to look for local recipes --activity-class-name ACTIVITY_CLASS_NAME The full java class name of the main activity --service-class-name SERVICE_CLASS_NAME Full java package name of the PythonService class --java-build-tool {auto,ant,gradle} The java build tool to use when packaging the APK, defaults to automatically selecting an appropriate tool. --add-asset ASSETS Put this in the assets folder in the apk. --add-resource RESOURCES Put this in the res folder in the apk. --private PRIVATE the directory with the app source code files (containing your main.py entrypoint) --use-setup-py Process the setup.py of a project if present. (Experimental! --ignore-setup-py Don't run the setup.py of a project if present. This may be required if the setup.py is not designed to work inside p4a (e.g. by installing dependencies that won't work or aren't desired on Android --release Build your app as a non-debug release build. (Disables gdb debugging among other things) --with-debug-symbols Will keep debug symbols from .so files. --keystore KEYSTORE Keystore for JAR signing key, will use jarsigner default if not specified (release build only) --signkey SIGNKEY Key alias to sign PARSER_APK. with (release build only) --keystorepw KEYSTOREPW Password for keystore --signkeypw SIGNKEYPW Password for key alias

Whether to force compilation of a new distribution

--force-build --no-force-build (this is the default) --require-perfect-match --no-require-perfect-match (this is the default) --allow-replace-dist (this is the default) --no-allow-replace-dist --copy-libs --no-copy-libs (this is the default)

Check application requirements

Compile platform

Run ['/usr/bin/python3', '-m', 'pythonforandroid.toolchain', 'create', '--dist_name=Consogo', '--bootstrap=sdl2', '--requirements=python3,kivy', '--arch=arm64-v8a', '--arch=armeabi-v7a', '--copy-libs', '--color=always', '--storage-dir=/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a', '--ndk-api=21', '--ignore-setup-py', '--debug']

Cwd /home/yves/PycharmProjects/ConsoGo/.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 [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/yves/.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]: 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: ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy'] [INFO]: The selected bootstrap is sdl2 [INFO]: # Creating dist with sdl2 bootstrap [INFO]: Dist will have name Consogo and requirements (python3, kivy) [INFO]: Dist contains the following requirements as recipes: ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy'] [INFO]: Dist will also contain modules (certifi) installed from pip [INFO]: Dist will be build in mode debug [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2 [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Recipe build order is ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy'] [INFO]: The requirements (certifi) were not found as recipes, they will be installed with pip. [INFO]: # Downloading recipes [INFO]: Downloading hostpython3 DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/hostpython3 [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/hostpython3 DEBUG: -> running basename https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tgz

[INFO]: hostpython3 download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading libffi DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/libffi [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/libffi DEBUG: -> running basename https://github.com/libffi/libffi/archive/v3.4.2.tar.gz

[INFO]: libffi download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading openssl DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/openssl [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/openssl DEBUG: -> running basename https://www.openssl.org/source/openssl-1.1.1m.tar.gz

[INFO]: openssl download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading sdl2_image DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_image [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_image DEBUG: -> running basename https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz

[INFO]: sdl2_image download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading sdl2_mixer DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_mixer [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_mixer DEBUG: -> running basename https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz

[INFO]: sdl2_mixer download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading sdl2_ttf DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_ttf [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_ttf DEBUG: -> running basename https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.1/SDL2_ttf-2.20.1.tar.gz

[INFO]: sdl2_ttf download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading sqlite3 DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sqlite3 [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sqlite3 DEBUG: -> running basename https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip

[INFO]: sqlite3 download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading python3 DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/python3 [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/python3 DEBUG: -> running basename https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tgz

[INFO]: python3 download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading sdl2 DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2 [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2 DEBUG: -> running basename https://github.com/libsdl-org/SDL/releases/download/release-2.26.1/SDL2-2.26.1.tar.gz

[INFO]: sdl2 download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading setuptools DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/setuptools [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/setuptools DEBUG: -> running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-51.3.3.tar.gz

[INFO]: setuptools download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading six DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/six [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.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

[INFO]: six download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading pyjnius DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/pyjnius [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/pyjnius DEBUG: -> running basename https://github.com/kivy/pyjnius/archive/1.4.2.zip

[INFO]: pyjnius download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Downloading android [INFO]: Skipping android download as no URL is set [INFO]: Downloading kivy DEBUG: -> running mkdir -p /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/kivy [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/kivy DEBUG: -> running basename https://github.com/kivy/kivy/archive/2.1.0.zip

[INFO]: kivy download already cached, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: # Building all recipes for arch arm64-v8a [INFO]: # Unpacking recipes [INFO]: Unpacking hostpython3 for arm64-v8a DEBUG: -> running basename https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tgz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop [INFO]: hostpython3 is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking libffi for arm64-v8a DEBUG: -> running basename https://github.com/libffi/libffi/archive/v3.4.2.tar.gz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_21 [INFO]: libffi is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking openssl for arm64-v8a DEBUG: -> running basename https://www.openssl.org/source/openssl-1.1.1m.tar.gz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/openssl/arm64-v8a__ndk_target_21 [INFO]: openssl is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking sdl2_image for arm64-v8a DEBUG: -> running basename https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni [INFO]: sdl2_image is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking sdl2_mixer for arm64-v8a DEBUG: -> running basename https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni [INFO]: sdl2_mixer is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking sdl2_ttf for arm64-v8a DEBUG: -> running basename https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.1/SDL2_ttf-2.20.1.tar.gz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni [INFO]: sdl2_ttf is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking sqlite3 for arm64-v8a DEBUG: -> running basename https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/sqlite3/arm64-v8a__ndk_target_21 [INFO]: sqlite3 is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking python3 for arm64-v8a DEBUG: -> running basename https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tgz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21 [INFO]: python3 is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking sdl2 for arm64-v8a DEBUG: -> running basename https://github.com/libsdl-org/SDL/releases/download/release-2.26.1/SDL2-2.26.1.tar.gz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni [INFO]: sdl2 is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking setuptools for arm64-v8a DEBUG: -> running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-51.3.3.tar.gz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/setuptools/arm64-v8a__ndk_target_21 [INFO]: setuptools is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking six for arm64-v8a DEBUG: -> running basename https://pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/six/arm64-v8a__ndk_target_21 [INFO]: six is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Unpacking pyjnius for arm64-v8a DEBUG: -> running basename https://github.com/kivy/pyjnius/archive/1.4.2.zip

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8andk_target_21 [INFO]: pyjnius is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android DEBUG: -> running rm -rf /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8andk_target_21/android DEBUG: -> running cp -a /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8a__ndk_target_21/android [INFO]: Unpacking kivy for arm64-v8a DEBUG: -> running basename https://github.com/kivy/kivy/archive/2.1.0.zip

[INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/kivy/arm64-v8andk_target_21 [INFO]: kivy is already unpacked, skipping [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: # Prebuilding recipes [INFO]: Prebuilding hostpython3 for arm64-v8a [INFO]: hostpython3 has no prebuild_arm64_v8a, skipping [INFO]: Applying patches for hostpython3[arm64-v8a] [INFO]: hostpython3 already patched, skipping [INFO]: Prebuilding libffi for arm64-v8a [INFO]: libffi has no prebuild_arm64_v8a, skipping [INFO]: Applying patches for libffi[arm64-v8a] [INFO]: libffi already patched, skipping [INFO]: Prebuilding openssl for arm64-v8a [INFO]: openssl has no prebuild_arm64_v8a, skipping [INFO]: Prebuilding sdl2_image for arm64-v8a [INFO]: sdl2_image has no prebuild_arm64_v8a, skipping [INFO]: Applying patches for sdl2_image[arm64-v8a] [INFO]: sdl2_image already patched, skipping [INFO]: Prebuilding sdl2_mixer for arm64-v8a [INFO]: sdl2_mixer has no prebuild_arm64_v8a, skipping [INFO]: Prebuilding sdl2_ttf for arm64-v8a [INFO]: sdl2_ttf has no prebuild_arm64_v8a, skipping [INFO]: Prebuilding sqlite3 for arm64-v8a [INFO]: sqlite3 has no prebuild_arm64_v8a, skipping [INFO]: Prebuilding python3 for arm64-v8a [INFO]: python3 has no prebuild_arm64_v8a, skipping [INFO]: Applying patches for python3[arm64-v8a] [INFO]: python3 already patched, skipping [INFO]: Prebuilding sdl2 for arm64-v8a [INFO]: sdl2 has no prebuild_arm64_v8a, skipping [INFO]: Prebuilding setuptools for arm64-v8a [INFO]: setuptools has no prebuild_arm64_v8a, skipping [INFO]: Prebuilding six for arm64-v8a [INFO]: six has no prebuild_arm64_v8a, skipping [INFO]: Prebuilding pyjnius for arm64-v8a [INFO]: pyjnius has no prebuild_arm64_v8a, skipping [INFO]: Applying patches for pyjnius[arm64-v8a] [INFO]: pyjnius already patched, skipping [INFO]: Prebuilding android for arm64-v8a [INFO]: android has no prebuild_arm64_v8a, skipping [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/android-sdl2/arm64-v8andk_target_21/android [INFO]: <- directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android [INFO]: Prebuilding kivy for arm64-v8a [INFO]: kivy has no prebuild_arm64_v8a, skipping [INFO]: Applying patches for kivy[arm64-v8a] [INFO]: kivy already patched, skipping [INFO]: # Building recipes [INFO]: Building hostpython3 for arm64-v8a [INFO]: hostpython3 said it is already built, skipping [INFO]: Building libffi for arm64-v8a [INFO]: -> directory context /home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/libffi/arm64-v8a__ndk_target_21/libffi 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 macroAC_PROG_LIBTOOL' is obsolete. DEBUG: configure.ac:41: You should run autoupdate. DEBUG: m4/libtool.m4:99: 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 macroAC_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 macroAC_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 macroAC_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 macroAC_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:3341: 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 macroAC_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: configure.ac:215: error: possibly undefined macro: LT_SYS_SYMBOL_USCORE DEBUG: If this token and others are legitimate, please use m4_pattern_allow. DEBUG: See the Autoconf documentation. DEBUG: autoreconf: error: /usr/bin/autoconf failed with exit status: 1 Exception in thread background thread for pid 397585: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, *self._kwargs) File "/usr/local/lib/python3.10/dist-packages/sh-1.14.3-py3.10.egg/sh.py", line 1641, in wrap fn(rgs, **kwargs) File "/usr/local/lib/python3.10/dist-packages/sh-1.14.3-py3.10.egg/sh.py", line 2569, in background_thread handle_exit_code(exit_code) File "/usr/local/lib/python3.10/dist-packages/sh-1.14.3-py3.10.egg/sh.py", line 2269, in fn return self.command.handle_command_exit_code(exit_code) File "/usr/local/lib/python3.10/dist-packages/sh-1.14.3-py3.10.egg/sh.py", line 869, in handle_command_exit_code raise exc sh.ErrorReturnCode_1:

RAN: /usr/bin/autoreconf -vif

STDOUT: autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force -I m4 autoreconf: running: /usr/bin/autoconf --force configure.ac:8: warning: The macro AC_CANONICAL_SYSTEM' is obsolete. configure.ac:8: You should run autoupdate. ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from... configure.ac:8: the top level configure.ac:41: warning: The macroAC_PROG_LIBTOOL' is obsolete. configure.ac:41: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:41: the top level configure.ac:74: warning: The macro AC_TRY_COMPILE' is obsolete. configure.ac:74: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from... configure.ac:74: the top level configure.ac:91: warning: The macroAC_HEADER_STDC' is obsolete. configure.ac:91: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:91: the top level configure.ac:118: warning: The macro AC_TRY_COMPILE' is obsolete. configure.ac:118: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from... configure.ac:118: the top level configure.ac:122: warning: The macroAC_TRY_LINK' is obsolete. configure.ac:122: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:122: the top level configure.ac:138: warning: The macro AC_TRY_COMPILE' is obsolete. configure.ac:138: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:138: the top level configure.ac:185: warning: The macroAC_TRY_COMPILE' is obsolete. configure.ac:185: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:185: the top level configure.ac:310: warning: The macro AC_HELP_STRING' is obsolete. configure.ac:310: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:310: the top level configure.ac:418: warning: The macroAC_HELP_STRING' is obsolete. configure.ac:418: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:418: the top level configure.ac:418: warning: The macro AC_PROG_LD' is obsolete. configure.ac:418: You should run autoupdate. m4/libtool.m4:3341: AC_PROG_LD is expanded from... acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:418: the top level configure.ac:418: warning: The macroAC_TRY_RUN' is obsolete. configure.ac:418: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:418: the top level configure.ac:418: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:418: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:418: the top level configure.ac:215: error: possibly undefined macro: LT_SYS_SYMBOL_USCORE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: error: /usr/bin/autoconf failed with exit status: 1

STDERR:

Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1312, in main() File "/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py", line 18, in main ToolchainCL() File "/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 734, in init getattr(self, command)(args) File "/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 153, in wrapper_func build_dist_from_args(ctx, dist, args) File "/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 212, in build_dist_from_args build_recipes(build_order, python_modules, ctx, File "/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 504, in build_recipes recipe.build_arch(arch) File "/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/libffi/init.py", line 29, in build_arch shprint(sh.Command('autoreconf'), '-vif', _env=env) File "/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 167, in shprint for line in output: File "/usr/local/lib/python3.10/dist-packages/sh-1.14.3-py3.10.egg/sh.py", line 915, in next self.wait() File "/usr/local/lib/python3.10/dist-packages/sh-1.14.3-py3.10.egg/sh.py", line 845, in wait self.handle_command_exit_code(exit_code) File "/usr/local/lib/python3.10/dist-packages/sh-1.14.3-py3.10.egg/sh.py", line 869, in handle_command_exit_code raise exc sh.ErrorReturnCode_1:

RAN: /usr/bin/autoreconf -vif

STDOUT: autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force -I m4 autoreconf: running: /usr/bin/autoconf --force configure.ac:8: warning: The macro AC_CANONICAL_SYSTEM' is obsolete. configure.ac:8: You should run autoupdate. ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from... configure.ac:8: the top level configure.ac:41: warning: The macroAC_PROG_LIBTOOL' is obsolete. configure.ac:41: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:41: the top level configure.ac:74: warning: The macro AC_TRY_COMPILE' is obsolete. configure.ac:74: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from... configure.ac:74: the top level configure.ac:91: warning: The macroAC_HEADER_STDC' is obsolete. configure.ac:91: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:91: the top level configure.ac:118: warning: The macro AC_TRY_COMPILE' is obsolete. configure.ac:118: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from... configure.ac:118: the top level configure.ac:122: warning: The macroAC_TRY_LINK' is obsolete. configure.ac:122: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:122: the top level configure.ac:138: warning: The macro AC_TRY_COMPILE' is obsolete. configure.ac:138: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:138: the top level configure.ac:185: warning: The macroAC_TRY_COMPILE' is obsolete. configure.ac:185: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:185: the top level configure.ac:310: warning: The macro AC_HELP_STRING' is obsolete. configure.ac:310: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:310: the top level configure.ac:418: warning: The macroAC_HELP_STRING' is obsolete. configure.ac:418: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:418: the top level configure.ac:418: warning: The macro AC_PROG_LD' is obsolete. configure.ac:418: You should run autoupdate. m4/libtool.m4:3341: AC_PROG_LD is expanded from... acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:418: the top level configure.ac:418: warning: The macroAC_TRY_RUN' is obsolete. configure.ac:418: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:418: the top level configure.ac:418: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:418: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:418: the top level configure.ac:215: error: possibly undefined macro: LT_SYS_SYMBOL_USCORE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: error: /usr/bin/autoconf failed with exit status: 1

STDERR:

Command failed: ['/usr/bin/python3', '-m', 'pythonforandroid.toolchain', 'create', '--dist_name=Consogo', '--bootstrap=sdl2', '--requirements=python3,kivy', '--arch=arm64-v8a', '--arch=armeabi-v7a', '--copy-libs', '--color=always', '--storage-dir=/home/yves/PycharmProjects/ConsoGo/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a', '--ndk-api=21', '--ignore-setup-py', '--debug']

ENVIRONMENT:

SHELL = '/bin/bash'

SESSION_MANAGER = 'local/yves-bureau:@/tmp/.ICE-unix/2587,unix/yves-bureau:/tmp/.ICE-unix/2587'

QT_ACCESSIBILITY = '1'

COLORTERM = 'truecolor'

XDG_CONFIG_DIRS = '/etc/xdg/xdg-ubuntu:/etc/xdg'

SSH_AGENT_LAUNCHER = 'gnome-keyring'

XDG_MENU_PREFIX = 'gnome-'

TERM_PROGRAM_VERSION = '1.74.2'

GNOME_DESKTOP_SESSION_ID = 'this-is-deprecated'

CONDA_EXE = '/home/yves/anaconda3/bin/conda'

_CE_M = ''

MANDATORY_PATH = '/usr/share/gconf/ubuntu.mandatory.path'

GNOME_SHELL_SESSION_MODE = 'ubuntu'

SSH_AUTH_SOCK = '/run/user/1000/keyring/ssh'

XMODIFIERS = '@im=ibus'

DESKTOP_SESSION = 'ubuntu'

BAMF_DESKTOP_FILE_HINT = '/var/lib/snapd/desktop/applications/code_code.desktop'

GTK_MODULES = 'gail:atk-bridge'

PWD = '/home/yves/PycharmProjects/ConsoGo'

GSETTINGS_SCHEMA_DIR = '/snap/code/116/usr/share/glib-2.0/schemas'

XDG_SESSION_DESKTOP = 'ubuntu'

LOGNAME = 'yves'

XDG_SESSION_TYPE = 'x11'

CONDA_PREFIX = '/home/yves/anaconda3'

GPG_AGENT_INFO = '/run/user/1000/gnupg/S.gpg-agent:0:1'

SYSTEMD_EXEC_PID = '2605'

XAUTHORITY = '/run/user/1000/gdm/Xauthority'

VSCODE_GIT_ASKPASS_NODE = '/snap/code/116/usr/share/code/code'

GJS_DEBUG_TOPICS = 'JS ERROR;JS LOG'

WINDOWPATH = '2'

HOME = '/home/yves'

USERNAME = 'yves'

IM_CONFIG_PHASE = '1'

LANG = 'fr_FR.UTF-8'

LS_COLORS = 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:.tar=01;31:.tgz=01;31:.arc=01;31:.arj=01;31:.taz=01;31:.lha=01;31:.lz4=01;31:.lzh=01;31:.lzma=01;31:.tlz=01;31:.txz=01;31:.tzo=01;31:.t7z=01;31:.zip=01;31:.z=01;31:.dz=01;31:.gz=01;31:.lrz=01;31:.lz=01;31:.lzo=01;31:.xz=01;31:.zst=01;31:.tzst=01;31:.bz2=01;31:.bz=01;31:.tbz=01;31:.tbz2=01;31:.tz=01;31:.deb=01;31:.rpm=01;31:.jar=01;31:.war=01;31:.ear=01;31:.sar=01;31:.rar=01;31:.alz=01;31:.ace=01;31:.zoo=01;31:.cpio=01;31:.7z=01;31:.rz=01;31:.cab=01;31:.wim=01;31:.swm=01;31:.dwm=01;31:.esd=01;31:.jpg=01;35:.jpeg=01;35:.mjpg=01;35:.mjpeg=01;35:.gif=01;35:.bmp=01;35:.pbm=01;35:.pgm=01;35:.ppm=01;35:.tga=01;35:.xbm=01;35:.xpm=01;35:.tif=01;35:.tiff=01;35:.png=01;35:.svg=01;35:.svgz=01;35:.mng=01;35:.pcx=01;35:.mov=01;35:.mpg=01;35:.mpeg=01;35:.m2v=01;35:.mkv=01;35:.webm=01;35:.webp=01;35:.ogm=01;35:.mp4=01;35:.m4v=01;35:.mp4v=01;35:.vob=01;35:.qt=01;35:.nuv=01;35:.wmv=01;35:.asf=01;35:.rm=01;35:.rmvb=01;35:.flc=01;35:.avi=01;35:.fli=01;35:.flv=01;35:.gl=01;35:.dl=01;35:.xcf=01;35:.xwd=01;35:.yuv=01;35:.cgm=01;35:.emf=01;35:.ogv=01;35:.ogx=01;35:.aac=00;36:.au=00;36:.flac=00;36:.m4a=00;36:.mid=00;36:.midi=00;36:.mka=00;36:.mp3=00;36:.mpc=00;36:.ogg=00;36:.ra=00;36:.wav=00;36:.oga=00;36:.opus=00;36:.spx=00;36:.xspf=00;36:'

XDG_CURRENT_DESKTOP = 'Unity'

VIRTUAL_ENV = '/home/yves/PycharmProjects/ConsoGo/venv'

CONDA_PROMPT_MODIFIER = '(base) '

GIT_ASKPASS = '/snap/code/116/usr/share/code/resources/app/extensions/git/dist/askpass.sh'

INVOCATION_ID = 'dd00f44549f54fe7b22c37ee320c1293'

MANAGERPID = '2315'

CHROME_DESKTOP = 'code-url-handler.desktop'

GJS_DEBUG_OUTPUT = 'stderr'

VSCODE_GIT_ASKPASS_EXTRA_ARGS = '--ms-enable-electron-run-as-node'

LESSCLOSE = '/usr/bin/lesspipe %s %s'

XDG_SESSION_CLASS = 'user'

TERM = 'xterm-256color'

_CE_CONDA = ''

DEFAULTS_PATH = '/usr/share/gconf/ubuntu.default.path'

LESSOPEN = '| /usr/bin/lesspipe %s'

USER = 'yves'

VSCODE_GIT_IPC_HANDLE = '/run/user/1000/vscode-git-01a2fb29cb.sock'

CONDA_SHLVL = '1'

DISPLAY = ':0'

SHLVL = '1'

QT_IM_MODULE = 'ibus'

CONDA_PYTHON_EXE = '/home/yves/anaconda3/bin/python'

XDG_RUNTIME_DIR = '/run/user/1000'

PS1 = ('\[\x1b]633;A\x07\](venv) \[\x1b]633;A\x07\](base) \[\e]0;\u@\h: '

'\w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' '\[\x1b]633;B\x07\]\[\x1b]633;B\x07\]')

CONDA_DEFAULT_ENV = 'base'

VSCODE_GIT_ASKPASS_MAIN = '/snap/code/116/usr/share/code/resources/app/extensions/git/dist/askpass-main.js'

JOURNAL_STREAM = '8:31294'

XDG_DATA_DIRS = '/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'

GDK_BACKEND = 'x11'

PATH = '/home/yves/.buildozer/android/platform/apache-ant-1.9.4/bin:/home/yves/PycharmProjects/ConsoGo/venv/bin:/home/yves/.cache/activestate/bin:/home/yves/.local/ActiveState/StateTool/release/bin:/home/yves/.local/bin:/home/yves/anaconda3/bin:/home/yves/anaconda3/condabin:/home/yves/.cache/activestate/bin:/home/yves/.local/ActiveState/StateTool/release/bin:/home/yves/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'

GDMSESSION = 'ubuntu'

ORIGINAL_XDG_CURRENT_DESKTOP = 'ubuntu:GNOME'

DBUS_SESSION_BUS_ADDRESS = 'unix:path=/run/user/1000/bus'

GIO_LAUNCHED_DESKTOP_FILE_PID = '299793'

GIO_LAUNCHED_DESKTOP_FILE = '/var/lib/snapd/desktop/applications/code_code.desktop'

TERM_PROGRAM = 'vscode'

_ = '/usr/local/bin/buildozer'

PACKAGES_PATH = '/home/yves/.buildozer/android/packages'

ANDROIDSDK = '/home/yves/.buildozer/android/platform/android-sdk'

ANDROIDNDK = '/home/yves/.buildozer/android/platform/android-ndk-r25b'

ANDROIDAPI = '31'

ANDROIDMINAPI = '21'

Buildozer failed to execute the last command

The error might be hidden in the log above this error

Please read the full log, and search for it before

raising an issue with buildozer itself.

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

VS Code version: Code 1.74.2 (e8a3071ea4344d9d48ef8a4df2c097372b0c5161, 2022-12-20T10:27:19.253Z) OS version: Linux x64 5.15.0-56-generic snap Modes: Sandboxed: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz (4 x 2505)| |GPU Status|2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: disabled_off| |Load (avg)|1, 1, 2| |Memory (System)|15.52GB (9.36GB free)| |Process Argv|--no-sandbox --force-user-env --unity-launch --crash-reporter-id 233a3c10-33a0-4671-b217-c94f0c197579| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|ubuntu| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|ubuntu| |XDG_SESSION_TYPE|x11|
Extensions (13) Extension|Author (truncated)|Version ---|---|--- kivy-vscode|Bat|0.5.5 vscode-intelephense-client|bme|1.9.2 vscode-language-pack-fr|MS-|1.74.12140928 isort|ms-|2022.8.0 python|ms-|2022.20.1 vscode-pylance|ms-|2023.1.10 jupyter|ms-|2022.11.1003412109 jupyter-keymap|ms-|1.0.0 jupyter-renderers|ms-|1.0.12 vscode-jupyter-cell-tags|ms-|0.1.6 vscode-jupyter-slideshow|ms-|0.1.5 vim|vsc|1.24.3 kivy-snippets|wat|1.0.3
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 pythonvspyl392:30443607 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 pythondataviewer:30285071 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593:30376534 pythonvs932:30410667 cppdebug:30492333 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 azure-dev_surveyone:30548225 pyindex848cf:30577861 nodejswelcome1cf:30587006 2e4cg342:30602488 iaj6b796:30613358 89544117:30613380 fim-prod:30623723 ```
lramos15 commented 1 year ago

Please take a look at https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions#writing-good-bug-reports-and-feature-requests and file a new issue as this issue is impossible to understand as I'm unsure what your problem is.