[issue20305] Android's incomplete locale.h implementation prevents cross-compilation

Shiz report at bugs.python.org
Tue Jan 21 03:16:45 CET 2014


Shiz added the comment:

>   c) Many (or all) core committers did not have access to the platform
>      in question.

I'd say Android is quite a common platform these days, although I'd concur that it's not particularly easy to run Python OOTB on. :)

>Wikipedia claims that "QEMU also powers the Android emulator which is part of
>the Android SDK."  Can you run a build slave with network access and also run
>the test suite in this emulator?

I've been looking into this, and the only option provided by the Android NDK involves cross-compiling Python on a regular machine. This would require some custom commands before and in between the builds, to build a host Python first, then cross-compile the Android Python, and then start the emulator, transfer the binaries there and run the tests over adb. Can buildbot provide functionality so this can be configured on-slave, or would it require setting up a seperate master?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20305>
_______________________________________


More information about the Python-bugs-list mailing list