We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building a debug build with openssl and python2 and sdl2 bootstrap gives:
Compiling /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/zipfile.py ... Makefile:894: recipe for target 'libinstall' failed make: [libinstall] Error 1 (ignored) PYTHONPATH=/home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7 LD_LIBRARY_PATH=/home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2: \ /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/hostpython -Wi -tt -O /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/compileall.py \ -d /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7 Listing /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7 ...
and
Compiling /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/zipfile.py ... Makefile:894: recipe for target 'libinstall' failed make: [libinstall] Error 1 (ignored) PYTHONPATH=/home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7 LD_LIBRARY_PATH=/home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2: \ /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/hostpython -Wi -t /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/compileall.py \ -d /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/site-packages -f \ -x badsyntax /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/site-packages Listing /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/site-packages ... PYTHONPATH=/home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7 LD_LIBRARY_PATH=/home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2: \ /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/hostpython -Wi -t -O /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/compileall.py \ -d /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/site-packages -f \ -x badsyntax /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/site-packages Listing /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7/site-packages ... PYTHONPATH=/home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/python-install/lib/python2.7 LD_LIBRARY_PATH=/home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2: \ /home/paul/.local/share/python-for-android/build/other_builds/python2-openssl/armeabi/python2/hostpython -Wi -t -c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()" running rm -rf python-install/lib/python2.7/test
This does not fail the build and does not cause a crash for me. However I'd like to document it.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
When you say you'd like to document it, you mean to add a line in the documentation? Feel free to make a PR about that.
Sorry, something went wrong.
I mean to list the bug here for future reference.
Closing as the python2 recipe has been replaced since the original issue.
No branches or pull requests
Building a debug build with openssl and python2 and sdl2 bootstrap gives:
and
This does not fail the build and does not cause a crash for me. However I'd like to document it.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: