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
signature.asc
Description: Digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

