[issue28914] selectmodule build fails

2018-01-30 Thread STINNER Victor
STINNER Victor added the comment: I merged a PR based on selectmodule.patch. Thanks Wataru Matsumoto for your contribution! Python 3.6 doesn't seem to be affected by the issue. I close the issue. -- resolution: -> fixed stage: patch review -> resolved

[issue28914] selectmodule build fails

2018-01-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset b8d90328ad2abc9d6d2c9b8ce769fb82b18bbc10 by Victor Stinner in branch 'master': bpo-28914: Fix compilation of select on Android (#5447) https://github.com/python/cpython/commit/b8d90328ad2abc9d6d2c9b8ce769fb82b18bbc10

[issue28914] selectmodule build fails

2018-01-30 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +5279 stage: -> patch review ___ Python tracker ___

[issue28914] selectmodule build fails

2018-01-29 Thread Chih-Hsuan Yen
Chih-Hsuan Yen 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

[issue28914] selectmodule build fails

2018-01-12 Thread Chris Rose
Chris Rose added the comment: Ach; ignore the libc version below; that's a PEBKAC error on my part. The libc version on the system that's failing is older (and hard to get; just trust me, it's older) and doesn't have the relevant epoll value. --

[issue28914] selectmodule build fails

2018-01-12 Thread Chris Rose
Chris Rose added the comment: Is this patch mergeable? I'm trialing the 3.7.0a4 build on some systems here and am unable to build due to this issue, on libc 2.12: ± /lib/libc.so.6 GNU C Library stable release version 2.12, by Roland McGrath et al. Copyright (C) 2010 Free

[issue28914] selectmodule build fails

2016-12-08 Thread Wataru Matsumoto
Wataru Matsumoto added the comment: I'm using Red Hat Enterprise. cat /proc/version Linux version 2.6.18-238.9.1.el5 (mockbu...@x86-002.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Fri Mar 18 12:42:39 EDT 2011 -- ___

[issue28914] selectmodule build fails

2016-12-08 Thread STINNER Victor
STINNER Victor added the comment: Probably a regression caused by the change ac24e5c2fd3e. I'm curious: what is your Linux distribution? (Can't you get a more Linux kernel?) -- nosy: +haypo ___ Python tracker

[issue28914] selectmodule build fails

2016-12-08 Thread Ned Deily
Changes by Ned Deily : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list

[issue28914] selectmodule build fails

2016-12-08 Thread Wataru Matsumoto
New submission from Wataru Matsumoto: selectmodule build fails with the linux without epoll_create1(before kernel 2.6.27). building 'select' extension gcc -pthread -fPIC -fno-strict-aliasing -Wsign-compare -g -O0 -Wall -Wstrict-prototypes -std=c99 -Wextra -Wno-unused-parameter