The latest updates of libX11 and/or SDL seems to have broken pygame.
pygame can no longer be imported into python.
Here is the error message
File "/usr/lib64/python2.6/site-packages/pygame/__init__.py", line 95, in <module> from pygame.base import * ImportError: /usr/lib64/libSDL-1.2.so.0: undefined symbol: _XGetRequest
Can anyone else please confirm this bug.
Thank you
17.9.2015, 20.03, Robert Arkiletian kirjoitti:
The latest updates of libX11 and/or SDL seems to have broken pygame.
pygame can no longer be imported into python.
Here is the error message
File "/usr/lib64/python2.6/site-packages/pygame/__init__.py", line 95, in <module> from pygame.base import * ImportError: /usr/lib64/libSDL-1.2.so.0: undefined symbol: _XGetRequest
Can anyone else please confirm this bug.
As far as I know, Red Hat would need to fix https://bugzilla.redhat.com/show_bug.cgi?id=1249970 to get rid of this problem.
On Thu, Sep 17, 2015 at 10:34 AM, Anssi Johansson epel@miuku.net wrote:
17.9.2015, 20.03, Robert Arkiletian kirjoitti:
The latest updates of libX11 and/or SDL seems to have broken pygame.
pygame can no longer be imported into python.
Here is the error message
File "/usr/lib64/python2.6/site-packages/pygame/__init__.py", line 95, in <module> from pygame.base import * ImportError: /usr/lib64/libSDL-1.2.so.0: undefined symbol: _XGetRequest
Can anyone else please confirm this bug.
As far as I know, Red Hat would need to fix https://bugzilla.redhat.com/show_bug.cgi?id=1249970 to get rid of this problem.
Thanks. I didn't know about that bug report. I thought it was odd that a package should break because of base updates. I will try to downgrade the SDL package until it's fixed as you mention in the report.
Thanks
epel-devel@lists.fedoraproject.org