[New-bugs-announce] [issue20307] Android's failure to expose SYS_* system call constants causes _posixsubprocess cross-compilation to fail
Shiz
report at bugs.python.org
Sun Jan 19 19:27:50 CET 2014
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 <report at bugs.python.org>
<http://bugs.python.org/issue20307>
_______________________________________
More information about the New-bugs-announce
mailing list