Your message dated Mon, 5 Jan 2009 13:12:47 +0100
with message-id <18785.63807.125919.429...@gargle.gargle.howl>
and subject line Re: python2.5 misses dependency on binutils
has caused the Debian Bug report #509697,
regarding python2.5 misses dependency on binutils
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
509697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509697
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fretsonfire
Version: 1.2.512.dfsg-3
Severity: grave
I have just apt-get installed fretsonfire on an amd64 lenny system (with
nvidia proprietary OpenGl) and it refuses to start:
Traceback (most recent call last):
File "./FretsOnFire.py", line 36, 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/python2.5/site-packages/OpenGL/GL/__init__.py", line 2,
in <module>
from OpenGL.raw.GL import *
File "/usr/lib/python2.5/site-packages/OpenGL/raw/GL/__init__.py",
line 6, in <module>
from OpenGL.raw.GL.constants import *
File "/usr/lib/python2.5/site-packages/OpenGL/raw/GL/constants.py",
line 7, in <module>
from OpenGL import platform, arrays
File "/usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py",
line 36, in <module>
_load()
File "/usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py",
line 27, in _load
plugin_class = plugin.load()
File "/usr/lib/python2.5/site-packages/OpenGL/plugins.py", line 14, in
load
return importByName( self.import_path )
File "/usr/lib/python2.5/site-packages/OpenGL/plugins.py", line 28, in
importByName
module = __import__( ".".join(moduleName), {}, {}, moduleName)
File "/usr/lib/python2.5/site-packages/OpenGL/platform/glx.py", line
8, in <module>
class GLXPlatform( baseplatform.BasePlatform ):
File "/usr/lib/python2.5/site-packages/OpenGL/platform/glx.py", line
16, in GLXPlatform
mode=ctypes.RTLD_GLOBAL
File
"/usr/lib/python2.5/site-packages/OpenGL/platform/ctypesloader.py", line
42, 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)
On another amd64 box (with ATI prop. OpengGl) it starts without any
problem. Not shure if this is a missing dependency or something special
in OpenGl.
Sincerely,
Joachim
--- End Message ---
--- Begin Message ---
Version: 2.5.2-15
Fixed without adding the dependency.
--- End Message ---