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 yan12125
Recipients Alex.Willmer, Rouslan Korneychuk, doko, xdegaye, yan12125, zach.ware
Date 2016-09-25.08:53:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474793636.62.0.225407827538.issue28266@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is: setting PYTHON_FOR_BUILD manually breaks cross-compiling. Please remove it, add python3.6 to $PATH and cross-compiling should be OK.

For the problem of libffi: since issue27976 using bundled libffi is deprecated. Please build libffi outside CPython and then use --with-system-ffi.

Some other minor points:
* Android support is still highly experimental. Please consider using the latest mercurial changeset, or at least 3.6.x. 3.5.x requires too many patches.
* Android NDK has deprecated GCC. Mostly CPython is tested on clang.
History
Date User Action Args
2016-09-25 08:53:56yan12125setrecipients: + yan12125, doko, xdegaye, zach.ware, Alex.Willmer, Rouslan Korneychuk
2016-09-25 08:53:56yan12125setmessageid: <1474793636.62.0.225407827538.issue28266@psf.upfronthosting.co.za>
2016-09-25 08:53:56yan12125linkissue28266 messages
2016-09-25 08:53:56yan12125create