Your message dated Mon, 26 May 2014 18:35:48 +0000
with message-id <[email protected]>
and subject line Bug#745194: fixed in pyopencl 2013.2+git20140421-1
has caused the Debian Bug report #745194,
regarding Undeclared dependency on python(3)-pkg-resources
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 [email protected]
immediately.)
--
745194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745194
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyopencl
Version: 2013.2-1
If python(3)-pkg-resources is not installed, pyopencl crashes on
attempting to create a kernel (explicitly, or implicitly via
pyopencl.array):
>>> bCL=aCL+1
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/pyopencl/array.py", line 829,
in __add__
self, common_dtype.type(other))
File "/usr/lib/python2.7/dist-packages/pyopencl/array.py", line 172,
in kernel_runner
knl = kernel_getter(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/pyopencl/array.py", line 672,
in _axpbz
a.dtype, x.dtype, b.dtype, out.dtype)
File "<string>", line 2, in get_axpbz_kernel
File "/usr/lib/python2.7/dist-packages/pyopencl/tools.py", line 114,
in first_arg_dependent_memoize
result = func(cl_object, *args)
File "/usr/lib/python2.7/dist-packages/pyopencl/elementwise.py", line
600, in get_axpbz_kernel
name="axpb")
File "/usr/lib/python2.7/dist-packages/pyopencl/elementwise.py", line
172, in get_elwise_kernel
name=name, options=options, **kwargs)
File "/usr/lib/python2.7/dist-packages/pyopencl/elementwise.py", line
155, in get_elwise_kernel_and_types
use_range=use_range, loop_prep=loop_prep, **kwargs)
File "/usr/lib/python2.7/dist-packages/pyopencl/elementwise.py", line
108, in get_elwise_program
return Program(context, source).build(options)
File "/usr/lib/python2.7/dist-packages/pyopencl/__init__.py", line
141, in build
options = options + ["-I", _find_pyopencl_include_path()]
File "/usr/lib/python2.7/dist-packages/pyopencl/__init__.py", line
722, in _find_pyopencl_include_path
from pkg_resources import Requirement, resource_filename
ImportError: No module named pkg_resources
>>>
--- End Message ---
--- Begin Message ---
Source: pyopencl
Source-Version: 2013.2+git20140421-1
We believe that the bug you reported is fixed in the latest version of
pyopencl, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tomasz Rybak <[email protected]> (supplier of updated pyopencl 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 22 Apr 2014 16:47:51 +0200
Source: pyopencl
Binary: python-pyopencl python-pyopencl-dbg python3-pyopencl
python3-pyopencl-dbg python-pyopencl-doc
Architecture: all amd64 i386 source
Version: 2013.2+git20140421-1
Distribution: unstable
Urgency: low
Maintainer: Tomasz Rybak <[email protected]>
Changed-By: Tomasz Rybak <[email protected]>
Closes: 723132 739173 739176 745194
Description:
python3-pyopencl-dbg - Python 3 module to access OpenCL API (debug extensions)
python3-pyopencl - Python 3 module to access OpenCL parallel computation API
python-pyopencl-dbg - Python module to access OpenCL API (debug extensions)
python-pyopencl-doc - module to access OpenCL parallel computation API
(documentation)
python-pyopencl - Python module to access OpenCL parallel computation API
Changes:
pyopencl (2013.2+git20140421-1) unstable; urgency=low
.
* New upstream version.
* Move to main as Mesa and Beignet provides free OpenCL implementations
(Closes: #723132).
* Change python-pyopencl-doc recommendation of Python and Python 3 packages
to suggestions to avoid installing unwanted packages (Closes: #739173).
* Change dependencies on OpenCL ICDs to prefer Mesa - available in main
and free (Closes: #739176).
* Add missing dependency on python(3)-pkg-resources (Closes: #745194).
* Update Standards-Version to 3.9.5; no changes necessary.
* Remove warning about missing Mako from build phase.
* Add patch to fix problem with enumerating devices.
Checksums-Sha1:
83a668e8d3fd01d67f5a78c9d341b1a03d4b7398 2614 pyopencl_2013.2+git20140421-1.dsc
ad91c22bb01557473feaed80e3ffd24a006a1ffd 289295
pyopencl_2013.2+git20140421.orig.tar.gz
9a42ab4d4095dae535e839e53280fc104ff3c47d 11044
pyopencl_2013.2+git20140421-1.debian.tar.xz
80d9dff2758090610ed126d9de7dd40c0ed9723a 334034
python-pyopencl_2013.2+git20140421-1_i386.deb
c2c407965b17abd37bb4fcd7fba024c2eca5f2c9 4509208
python-pyopencl-dbg_2013.2+git20140421-1_i386.deb
a5cdace6768da13e25e457392585a99dab576040 340382
python3-pyopencl_2013.2+git20140421-1_i386.deb
a547296e5be7ab43661f5baa3194a830891f3620 9062826
python3-pyopencl-dbg_2013.2+git20140421-1_i386.deb
e766820a34d50acb4d6ce3db1414dd3e1e72ddb0 117148
python-pyopencl-doc_2013.2+git20140421-1_all.deb
27bb19c15118e6058e487c01a5b92e70cbe281b7 340812
python-pyopencl_2013.2+git20140421-1_amd64.deb
182dee73113d736dc5bc467035a8c8ad12489f9b 4789866
python-pyopencl-dbg_2013.2+git20140421-1_amd64.deb
8b9139bc0f0d7fd6ad0acb97cba3baeff0b5c227 345558
python3-pyopencl_2013.2+git20140421-1_amd64.deb
714ed399318fa4c075a8fced79ccb1c56d83ae7d 9360298
python3-pyopencl-dbg_2013.2+git20140421-1_amd64.deb
Checksums-Sha256:
0e919b19a5518088a1393a8dd4abe7a3602e7a33c8f62a786f4aa04da3215faf 2614
pyopencl_2013.2+git20140421-1.dsc
46353fb770184241301351f70b0bb323db5001981dcc7896372f5ced3c70cb28 289295
pyopencl_2013.2+git20140421.orig.tar.gz
9626747c5a504db2239d676fde97be57fb5fd0d80a6886919da7425f6aea60ff 11044
pyopencl_2013.2+git20140421-1.debian.tar.xz
3679fe86e3e7ceb846f95bc38cd7e84e1a1c595f5dd7c6c6555a1d32ee4a4222 334034
python-pyopencl_2013.2+git20140421-1_i386.deb
d6a20fa18f51c35504227782a51f15670996fa3330f8de95eb0f0326a01b5018 4509208
python-pyopencl-dbg_2013.2+git20140421-1_i386.deb
3a22df8202a5b9413e763f4c25e0b2be26f0e406bfea7346623c345832546147 340382
python3-pyopencl_2013.2+git20140421-1_i386.deb
1fae8721707919c3ec96425bea74beedc60063bdee349b5c7abfd1587a150751 9062826
python3-pyopencl-dbg_2013.2+git20140421-1_i386.deb
f22c78395bec1764471cb7b04d3602b9151b212d8bb428cafccfb400d211ec3f 117148
python-pyopencl-doc_2013.2+git20140421-1_all.deb
02c411e61b7906fbd7d9196423fa37cd0be2da4a4e7642443d8646bd9685e9fe 340812
python-pyopencl_2013.2+git20140421-1_amd64.deb
e838f8125b8ce19e377a0e5ca858f9720140e4fcf4e85e37c5c5b6255fad4e2f 4789866
python-pyopencl-dbg_2013.2+git20140421-1_amd64.deb
2dff500810d46a2de85176f89a33ff96cb0bd77131945353fd20be0845329e8e 345558
python3-pyopencl_2013.2+git20140421-1_amd64.deb
674ee05a0ae5a1e982cdffbd263a860d50f4eb8ea6207cdcfa3fa2750e5de468 9360298
python3-pyopencl-dbg_2013.2+git20140421-1_amd64.deb
Files:
a58aad4531e6452e1bd47809db0f4546 334034 python optional
python-pyopencl_2013.2+git20140421-1_i386.deb
a57dc732122b572ac6f1fdc025639b79 4509208 debug extra
python-pyopencl-dbg_2013.2+git20140421-1_i386.deb
a4f8005ed3c42f5cfc9e1d65feb471a0 340382 python optional
python3-pyopencl_2013.2+git20140421-1_i386.deb
064d01f2e326be95fc9309152df844bc 9062826 debug extra
python3-pyopencl-dbg_2013.2+git20140421-1_i386.deb
ec125cde404ea98ab087e4fbbc096178 117148 doc optional
python-pyopencl-doc_2013.2+git20140421-1_all.deb
3ad4bef43df8ad0bb99512115ae93269 2614 python optional
pyopencl_2013.2+git20140421-1.dsc
4270359668d61687a57753fb9ab0e1cf 289295 python optional
pyopencl_2013.2+git20140421.orig.tar.gz
23fb8ffb62c3ccdc8fc13cf0990be5ff 11044 python optional
pyopencl_2013.2+git20140421-1.debian.tar.xz
2a3ebdfa2eeb8fc866f5fdafd39267f3 340812 python optional
python-pyopencl_2013.2+git20140421-1_amd64.deb
4149860687e4fd9a4c736d1dce7b1ccf 4789866 debug extra
python-pyopencl-dbg_2013.2+git20140421-1_amd64.deb
2947b405e3eb6d8eebc8a4b3a6078e50 345558 python optional
python3-pyopencl_2013.2+git20140421-1_amd64.deb
26f0ddb75accf2dfc282711a172f5d0b 9360298 debug extra
python3-pyopencl-dbg_2013.2+git20140421-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTg4VyAAoJEK728aKnRXZF+PAQAJLzfD/FguKySQ+q6s+jbvfy
Gx1X6gkqOAoPb2c3TVnNMVvpG9NYnxt/e17ThG5t3m9ZEwnS05CuO0A+4j5DGBhc
mLK8yIimh5P/kVNjN/h0pJ0MILdJHnA0DdbmjzqIyg6Mm8XF6ml/A8gzFFWMKoMg
ijDu8u/Ss8w5jJ5lZw6NBo9IOIczte8HVsN3+b/kB6r4PJmmSpGMBQgmvG8Sqgfl
AvSGQ1y/UYLwqiGmZVwT4LNJSXjv1zDPNOw2wPhpTBaPDFZLxZPKmFf1UpqFfrcs
K93RRYA+mt9ESuX7ysom7vYRBRIzNuS7lcKnaZwkDSvtCV1Mgjk9QpMG4WCBhEgs
fKHCXXzVJA/SrG37p+ugXl76MAhAu5/+xie7vj/DSoQPTbjtyxAvkzND1/OuQeel
Z4a32mpjxF9aH3A95RBZwiobuzfaH91jw/eFjOnlodLTRd+/8mdHimmzRYmNvcJI
voNSTgmOX9WZEB0u9y956xNRLB5dx/t+Eb/f4P128zrzK5F/DG3lGDyuHj3rD5w7
uNLSjEN4kpANCqiKnlrEqqcJLUr5kEKtFVFBhou6YmhJZZX+tf/Vk0o5srvT9boH
kL1eASY6U3njehcyJMHZy1eHSh/UHuzXZJGCjiG71B5elLimanJe2sOQdiUzHxFz
VlGlkL6Tsl2B6nSGP6RI
=hpR2
-----END PGP SIGNATURE-----
--- End Message ---