[Python-Dev] support of the android platform (original) (raw)
Ryan Gonzalez rymg19 at gmail.com
Mon Apr 25 22:07:32 EDT 2016
- Previous message (by thread): [Python-Dev] support of the android platform
- Next message (by thread): [Python-Dev] support of the android platform
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Oh wow, has a year passed already? I don't have access to an Android device suitable for development, and Cyd seems to have disappeared, which is why the issue ended up abandoned. I'd be happy to try to help with the new effort if possible!
-- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/ On Apr 25, 2016 3:24 PM, "Xavier de Gaye" <xdegaye at gmail.com> wrote:
On 04/25/2016 04:36 PM, Eric Snow wrote: > On Sun, Apr 24, 2016 at 1:20 AM, Xavier de Gaye <xdegaye at gmail.com> wrote: >> Starting with API level 21 (Android 5.0), the build of python3 with the >> official android toolchains (that is, without resorting to external >> libraries >> for wide character support) runs correctly. With the set of patches >> described >> in the patches/Makefile file at [1], the cpython test suite runs[2] on the >> android x86 and armv7 emulators with only few errors[3]. Those errors are >> listed with their corresponding error messages, this may give a raw idea of >> the effort needed to support this platform. > > How does this relate to http://bugs.python.org/issue23496?
The patches in issue 23496 address the native compilation of Android 4.4.2 on an android device using a port of gcc on this device. Some of these patches are not needed anymore on Android 5.0 and it seems that the kboxfix.patch is needed because the KBOX application is used to build python in issue 23496. The existing issues that are relevant to the android platform are, I think: issue #26723: Add an option to skip decimal module issue #22747: Interpreter fails in initialize on systems where HAVELANGINFOH is undefined issue #16353: add function to os module for getting path to default shell issue #20306: Lack of pwgecos field in Android's struct passwd causes cross-compilation for the pwd module to fail Xavier
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160425/70746486/attachment.html>
- Previous message (by thread): [Python-Dev] support of the android platform
- Next message (by thread): [Python-Dev] support of the android platform
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]