Bug#524731: /usr/games/fretsonfire: should depends on libgl1-mesa-dev

Bertrand Marc beberking at gmail.com
Tue Apr 21 10:08:26 UTC 2009


Evgeni Golov a écrit :
> Mh, I have latest Xorg here too, so that *shouldnt* be the problem.
> You dont happen to have a version of ctypes or pyopengl in your ~ where
> python could try to load it before looking in /usr/share/...? Can you
> reproduce the problem with a clean (new) user?
Still the same with a new user... by the way maybe you want the full 
trace of my error :

$ fretsonfire
Traceback (most recent call last):
  File "./FretsOnFire.py", line 45, in <module>
    from GameEngine import GameEngine
  File "/usr/share/games/fretsonfire/game/GameEngine.py", line 23, in 
<module>
    from OpenGL.GL import *
  File "/usr/lib/pymodules/python2.5/OpenGL/GL/__init__.py", line 2, in 
<module>
    from OpenGL.raw.GL import *
  File "/usr/lib/pymodules/python2.5/OpenGL/raw/GL/__init__.py", line 6, 
in <module>
    from OpenGL.raw.GL.constants import *
  File "/usr/lib/pymodules/python2.5/OpenGL/raw/GL/constants.py", line 
7, in <module>
    from OpenGL import platform, arrays
  File "/usr/lib/pymodules/python2.5/OpenGL/platform/__init__.py", line 
36, in <module>
    _load()
  File "/usr/lib/pymodules/python2.5/OpenGL/platform/__init__.py", line 
27, in _load
    plugin_class = plugin.load()
  File "/usr/lib/pymodules/python2.5/OpenGL/plugins.py", line 14, in load
    return importByName( self.import_path )
  File "/usr/lib/pymodules/python2.5/OpenGL/plugins.py", line 28, in 
importByName
    module = __import__( ".".join(moduleName), {}, {}, moduleName)
  File "/usr/lib/pymodules/python2.5/OpenGL/platform/glx.py", line 8, in 
<module>
    class GLXPlatform( baseplatform.BasePlatform ):
  File "/usr/lib/pymodules/python2.5/OpenGL/platform/glx.py", line 16, 
in GLXPlatform
    mode=ctypes.RTLD_GLOBAL
  File "/usr/lib/pymodules/python2.5/OpenGL/platform/ctypesloader.py", 
line 48, in loadLibrary
    return dllType( name, mode )
  File "/usr/lib/python2.5/ctypes/__init__.py", line 348, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: ('GL: cannot open shared object file: No such file or 
directory', 'GL', None)






More information about the Pkg-games-devel mailing list