FS#59579 - [python-gevent] binary-incompatible

Attached to Project: Community Packages
Opened by minus (minus7) - Wednesday, 08 August 2018, 20:16 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 26 August 2018, 02:56 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The python-gevent package currently fails when used.


Additional info:
Name : python-gevent
Version : 1.3.5-1


Steps to reproduce:
python -c 'import gevent; gevent.get_hub()'

Output:
% python -c 'import gevent; gevent.get_hub()'
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128
return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128
return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128
return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128
return f(*args, **kwds)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "src/gevent/_hub_local.py", line 70, in gevent.__hub_local.get_hub
File "/usr/lib/python3.7/site-packages/gevent/hub.py", line 390, in __init__
WaitOperationsGreenlet.__init__(self, None, None)
File "src/gevent/_greenlet_primitives.py", line 42, in gevent.__greenlet_primitives.TrackedRawGreenlet.__init__
SystemError: Objects/dictobject.c:1439: bad argument to internal function
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 26 August 2018, 02:56 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-gevent 1.3.6-1
Comment by minus (minus7) - Wednesday, 08 August 2018, 20:16 GMT
Just rebuilding seems to be all that's necessary to fix this
Comment by minus (minus7) - Saturday, 25 August 2018, 10:59 GMT
Package was updated to 1.3.6-1 and everything is fine now

Loading...