This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, martin.panter, ncoghlan, vstinner, xdegaye
Date 2017-05-17.14:23:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495031016.09.0.330974947715.issue30386@psf.upfronthosting.co.za>
In-reply-to
Content
The build system for the x86_64, x86 and armv7 architectures has been tested on API 21 and for the x86_64 and arm64 architectures on API 24.  Of these combinations of architecture/api, only x86_64 on API 21 builds correctly today, the others were building correctly few weeks ago but recent changes in Python seem to have broken those builds.

To fix this temporarily:
* Build the 32 bits architectures (x86 and armv7) with the attached issue29619.patch. This is a hack, the problem will be fixed in issue 29619.
* Build on API 24 with the attached android-api-24.patch. This is another hack, I will enter a new issue for those problems which are of a kind that is recurrent with the NDK: a function implemented in libc and whose declaration is missing in the NDK headers, a problem that is supposed to be fixed by UnifiedHeaders.
History
Date User Action Args
2017-05-17 14:23:36xdegayesetrecipients: + xdegaye, ncoghlan, vstinner, martin.panter, Alex.Willmer
2017-05-17 14:23:36xdegayesetmessageid: <1495031016.09.0.330974947715.issue30386@psf.upfronthosting.co.za>
2017-05-17 14:23:36xdegayelinkissue30386 messages
2017-05-17 14:23:35xdegayecreate