New submission from Shiz:

Bionic, Android's C library, fails to expose the SYS_* constants used for the 
syscall(1) interface, which causes compilation of the _posixsubprocess module 
to fail as it directly attempts to call SYS_getdents64.

Attached is an experimental patch that manually defines SYS_getdents64 from 
Bionic's internals.

----------
components: Cross-Build
files: Python-3.4.0tip-expose-SYS_getdents64-on-android.patch
keywords: patch
messages: 208488
nosy: shiz
priority: normal
severity: normal
status: open
title: Android's failure to expose SYS_* system call constants causes 
_posixsubprocess cross-compilation to fail
type: compile error
versions: Python 3.4
Added file: 
http://bugs.python.org/file33551/Python-3.4.0tip-expose-SYS_getdents64-on-android.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20307>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to