python-greenlet needs porting
Bug #1153944 reported by
Dirk Mueller
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro AArch64 cross-distro work |
Fix Released
|
Low
|
Unassigned |
Bug Description
python-greenlet (dependency of python-eventlet, which is needed by a couple of packages) fails with:
[ 796s] gcc -pthread -DNDEBUG -O2 -g -O2 -g -fPIC -I/usr/
[ 811s] greenlet.c:420:2: error: #error "greenlet needs to be ported to this platform, or teached how to detect your compiler properly."
[ 812s] greenlet.c:304:12: warning: 'slp_switch' used but never defined [enabled by default]
[ 814s] error: command 'gcc' failed with exit status 1
[ 815s] error: Bad exit status from /var/tmp/
[ 815s]
To post a comment you must log in.
Appears to be not widely used, but the platform specific part of the code is quite short and comes with testsuite.