-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels