Your message dated Sat, 21 May 2016 10:41:29 +0000
with message-id <e1b44lz-00046v...@franck.debian.org>
and subject line Bug#802117: fixed in pyopengl 3.1.0+dfsg-1
has caused the Debian Bug report #802117,
regarding pyopengl: FTBFS: OSError: ('GL: cannot open shared object file: No
such file or directory', 'GL', None)
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.)
--
802117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802117
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyopengl
Version: 3.0.2-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org
Dear Maintainer,
The package fails to build:
Skipping optional fixer: ws_comma
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:170: cd /pyopengl-3.0.2/.pybuild/pythonX.Y_2.7/build; python2.7
-m unittest discover -v
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
I: pybuild base:170: cd /pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build; python3.5
-m unittest discover -v
OpenGL.GL (unittest.loader._FailedTest) ... ERROR
OpenGL.GLE (unittest.loader._FailedTest) ... ERROR
OpenGL.GLU (unittest.loader._FailedTest) ... ERROR
OpenGL.GLUT (unittest.loader._FailedTest) ... ERROR
OpenGL.GLX (unittest.loader._FailedTest) ... ERROR
OpenGL.Tk (unittest.loader._FailedTest) ... ERROR
OpenGL.WGL (unittest.loader._FailedTest) ... ERROR
OpenGL.arrays (unittest.loader._FailedTest) ... ERROR
OpenGL.platform (unittest.loader._FailedTest) ... ERROR
OpenGL.raw.GLE (unittest.loader._FailedTest) ... ERROR
OpenGL.raw.GLU (unittest.loader._FailedTest) ... ERROR
OpenGL.raw.GLUT (unittest.loader._FailedTest) ... ERROR
======================================================================
ERROR: OpenGL.GL (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: OpenGL.GL
Traceback (most recent call last):
File "/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/platform/glx.py",
line 14, in GLXPlatform
mode=ctypes.RTLD_GLOBAL
File
"/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/platform/ctypesloader.py",
line 53, in loadLibrary
return dllType( name, mode )
File "/usr/lib/python3.5/ctypes/__init__.py", line 347, in __init__
self._handle = _dlopen(self._name, mode)
OSError: ('GL: cannot open shared object file: No such file or directory',
'GL', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
package = self._get_module_from_name(name)
File "/usr/lib/python3.5/unittest/loader.py", line 369, in
_get_module_from_name
__import__(name)
File "/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/GL/__init__.py",
line 3, in <module>
from OpenGL.GL.VERSION.GL_1_1 import *
File
"/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/GL/VERSION/GL_1_1.py",
line 10, in <module>
from OpenGL import platform, constants, constant, arrays
File
"/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/platform/__init__.py",
line 35, in <module>
_load()
File
"/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/platform/__init__.py",
line 26, in _load
plugin_class = plugin.load()
File "/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/plugins.py", line
14, in load
return importByName( self.import_path )
File "/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/plugins.py", line
28, in importByName
module = __import__( ".".join(moduleName), {}, {}, moduleName)
File "/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/platform/glx.py",
line 5, in <module>
class GLXPlatform( baseplatform.BasePlatform ):
File "/pyopengl-3.0.2/.pybuild/pythonX.Y_3.5/build/OpenGL/platform/glx.py",
line 17, in GLXPlatform
raise ImportError("Unable to load OpenGL library", *err.args)
ImportError: ('Unable to load OpenGL library', 'GL: cannot open shared object
file: No such file or directory', 'GL', None)
..
FAILED (errors=12)
Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/pyopengl.html
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: pyopengl
Source-Version: 3.1.0+dfsg-1
We believe that the bug you reported is fixed in the latest version of
pyopengl, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 802...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated pyopengl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 21 May 2016 18:09:55 +1000
Source: pyopengl
Binary: python-opengl python3-opengl
Architecture: source all
Version: 3.1.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description:
python-opengl - Python bindings to OpenGL (Python 2)
python3-opengl - Python bindings to OpenGL (Python 3)
Closes: 703585 764514 802117
Changes:
pyopengl (3.1.0+dfsg-1) unstable; urgency=medium
.
* Team upload.
.
[ Ondřej Nový ]
* Fixed VCS URL (https)
.
[ Dmitry Smirnov ]
* New upstream release (Closes: #764514, #703585).
* Disabled tests (Closes: #802117).
* Added "debian/gbp.conf".
* watch/copyright: DFSG-repack to drop .dll files.
Checksums-Sha1:
5b3a28f60822d5391279dbb91ff94a77d155ee80 2139 pyopengl_3.1.0+dfsg-1.dsc
ad64d7c84c42d3ff83132fd1ad9177e8670f68aa 515044 pyopengl_3.1.0+dfsg.orig.tar.xz
02ed49ca67b0d7a8eeb30c7f4089449ba45313e3 9836
pyopengl_3.1.0+dfsg-1.debian.tar.xz
64e79cc104d12a063876a4e394a58680a329af69 500708
python-opengl_3.1.0+dfsg-1_all.deb
a723e9789d54fce93eeb262197c0f33f8c508b47 501052
python3-opengl_3.1.0+dfsg-1_all.deb
Checksums-Sha256:
733e260a04551e08843e6aa07f9457bfa43c44d26f0019d81feaf096a2e05cf4 2139
pyopengl_3.1.0+dfsg-1.dsc
7ba15320a8f4fdf38f5c9fa66aec7826f0181650879633f123be3c84f32b1ac0 515044
pyopengl_3.1.0+dfsg.orig.tar.xz
bea0ab03343c6822cff467474e85cbae92a7cc822031bc6ea187bbee99c61442 9836
pyopengl_3.1.0+dfsg-1.debian.tar.xz
ee1bd8c413330ff862800db99d6961eae09235998ff3a4f75995f44d88eaca5d 500708
python-opengl_3.1.0+dfsg-1_all.deb
fc94a10709a5c8cb9b99cdbc92d845fc8592fe3d3eb7bac89faeddaa84853d42 501052
python3-opengl_3.1.0+dfsg-1_all.deb
Files:
21012e12e5ea6631096915d74999590f 2139 python optional pyopengl_3.1.0+dfsg-1.dsc
37df05d6d2a2a762833f80af36b4399e 515044 python optional
pyopengl_3.1.0+dfsg.orig.tar.xz
ecbd8875aa99fdce2cb4a2f4ce6351a2 9836 python optional
pyopengl_3.1.0+dfsg-1.debian.tar.xz
01964f4435c57bb714cb85bb1b6211e8 500708 python optional
python-opengl_3.1.0+dfsg-1_all.deb
cfc165ef30a3d903126bc59bdcddd6a5 501052 python optional
python3-opengl_3.1.0+dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXQCZzAAoJEFK2u9lTlo0b82sP/iRWW4u3JWlY6Vc8qAvDcPQi
QB2s+3i09VDJX3mqMwbiu2K36BFFYMZfs0xID2bvkqlO0dzthm3n6R55ikkBuFxV
6yKZB4GPRH0vVX0oaF7/wZKcBuc61C0oMAIhWsa5nNV8Y5UxUhW+4eNE6due5Mpu
H4/mlWcCeAglfPtwR6uG8va2431xDa5ChbSE/Nl/29Enk3c3cxfei/fzq7V34cxL
eIRAZcOZgr8Rg+M+mQKJuZQvGSU5bY/7s5sUXMKhQJwOzb4xpuXgj4CN2Bi75Y8P
qREhXpLn6Wdw1ZJ+NeKIHgiDOz1zEWVr2DEPtg45gIDhpU5Zph/Vd6Kb78LGJeNr
xK7c+CBE0YZBrwP8zZdMbHq79+LR6UsPg+El28Zk2LyMsk6lgeLiwyNMMbDQl1kZ
K5S5rJdHWyg8NZmWygD9ZBAZF5AcCOUWv9e0Vxsoq0zUTPkLbl4xmuyplQerBpBP
+e192z0036PrLlKEsxG7HI+6QaGiTLS7iVDpcLx8wZomUqd+4JsjTwwLN7PZPQy/
HrWJNBOBvSy1onxctAOxWLaUwns8S3CPLm2C165kQEJG73BwPS4VEgHtY+QFxsDi
vx04WWv5wIpSx8Il0uiuUmQRTdwt1JUZGDDBOkjAgIP8yd9zM0JFZvdiSpt1afzs
7LcVbm/gIzEZEB1eAk5t
=L6Ge
-----END PGP SIGNATURE-----
--- End Message ---