-
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
Python 2.7.2 don't build cleanly with GCC ≥ 4.8 #321
Comments
Is this a p4a issue or is it really a Python issue, I see the issue you linked and it is mark resolved. So what really is the issue? Sounds to me like an Arch issue as you are waiting for Arch to push the patched versions of Python, is that right? |
This is a python-gcc compatibility issue that's bleeding into p4a because of the outdated python version used. It's fixed upstream but not in the version used by p4a. |
No longer an issue with the build tools moving to clang. |
Due to http://bugs.python.org/issue17547, python (and hostpython) targets don't build cleanly with GCC ≥ 4.8.
This makes buildozer useless here on my Arch Linux.
Is there any plan to update Python or should I backport the patch ?
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: