-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clang crashes with an unclear error if ncurses5 isn't available (specifically libtinfo.so.5) #1878
Comments
Could you share the full debug session or a least more context lines of the error. Because often the reason of the error doesn't appear in just the few last lines. The more you give, the more it helps to understand what went wrong |
``[INFO]:` Building openssl for armeabi-v7a RAN: /usr/bin/make build_libs STDOUT: STDERR: Traceback (most recent call last): RAN: /usr/bin/make build_libs STDOUT: STDERR: Command failed: /home/felix/anaconda3/bin/python -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/felix/Desktop/GrobApp/.buildozer/android/platform/build" --ndk-api=21 Buildozer failed to execute the last command |
You need ncurses5, or something like that. We should check for this and give an explicit message about it. |
Closing as a duplicate of #1858 |
Thanks @AndreMiras, I knew I'd seen this before but couldn't find the issue. |
Versions
Description
Trying to build an android App using Buildozer. Had trouble on my Windows so now im trying to build on Ubuntu which gave me a different error...
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: