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 Rouslan Korneychuk
Recipients Alex.Willmer, Rouslan Korneychuk, doko, xdegaye, yan12125, zach.ware
Date 2016-09-25.09:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474795429.02.0.186971881365.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.

I see.


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

Will do.


> 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.

I've had 3.5 running on my Android tablet for a year now, so it's a little late to worry about how many patches it requires (I didn't submit a patch then, because until recently, my changes made it compile *only* for Android).


> * Android NDK has deprecated GCC.

I know :(  Updating my SCons script to use Clang is on my to-do list.
History
Date User Action Args
2016-09-25 09:23:49Rouslan Korneychuksetrecipients: + Rouslan Korneychuk, doko, xdegaye, zach.ware, Alex.Willmer, yan12125
2016-09-25 09:23:49Rouslan Korneychuksetmessageid: <1474795429.02.0.186971881365.issue28266@psf.upfronthosting.co.za>
2016-09-25 09:23:49Rouslan Korneychuklinkissue28266 messages
2016-09-25 09:23:48Rouslan Korneychukcreate