[issue28914] selectmodule build fails

Chih-Hsuan Yen report at bugs.python.org
Tue Jan 30 01:36:24 EST 2018


Chih-Hsuan Yen <yan12125 at gmail.com> added the comment:

As a side note, EPOLL_CLOEXEC is also missing on Android if *both* of the following conditions hold:

1. The build target is Android API < 21 (issue 32654)
2. Android NDK r15 or newer is used

The second condition is related to a workaround in NDK [1]. For now it's proposed to use NDK r14 to build CPython [2], so this issue can be left to the future. I've also asked if the relevant workaround in NDK can be reverted [3].

[1] https://android-review.googlesource.com/c/platform/bionic/+/401372
[2] https://github.com/python/cpython/pull/1629
[3] https://github.com/android-ndk/ndk/issues/302#issuecomment-361488327

----------
components: +Build, Cross-Build
nosy: +Alex.Willmer, yan12125

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28914>
_______________________________________


More information about the Python-bugs-list mailing list