Skip to content
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

Python2 recipe for target 'libinstall' failed #690

Closed
brussee opened this issue Mar 15, 2016 · 3 comments
Closed

Python2 recipe for target 'libinstall' failed #690

brussee opened this issue Mar 15, 2016 · 3 comments

Comments

@brussee
Copy link
Contributor

brussee commented Mar 15, 2016

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.

@inclement
Copy link
Member

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.

@brussee
Copy link
Contributor Author

brussee commented Apr 13, 2016

I mean to list the bug here for future reference.

@inclement
Copy link
Member

Closing as the python2 recipe has been replaced since the original issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants