[Python-modules-team] Bug#509125: Missing dependency

Tanguy Ortolo tanguy at ortolo.eu
Thu Feb 23 17:15:30 UTC 2012


package python-opengl
severity 509125 important
thanks

Hello,

This has become worse. It used to look for some lib/libGL.so which was already
wrong, but now it looks for a lib/GL, without even to .so suffix!

Trying to strace the following Python script:
    import OpenGL.GL
gives the following tries:
    open("/lib/x86_64-linux-gnu/tls/x86_64/GL", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7fffa03883d0) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/tls/GL", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/tls", 0x7fffa03883d0) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/x86_64/GL", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/x86_64", 0x7fffa03883d0) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/GL", O_RDONLY) = -1 ENOENT (No such file or directory)
    [and so on for each possible library path except under /usr/local]

By the way, I do not know if this package still has usable functions
with this bug, but it sure has a major effect on its usability, so I am
updating the severity of this bug.

Regards,

-- 
Tanguy Ortolo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20120223/7c01aeb1/attachment.pgp>


More information about the Python-modules-team mailing list