Your message dated Mon, 07 Nov 2022 23:19:17 +0000
with message-id <e1osbof-009gc6...@fasolo.debian.org>
and subject line Bug#1022514: fixed in libgpuarray 0.7.6-11
has caused the Debian Bug report #1022514,
regarding libgpuarray: FTBFS: distutils.errors.DistutilsClassError: command
class <class '__main__.cmd_clean'> must subclass Command
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.)
--
1022514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022514
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgpuarray
Version: 0.7.6-10
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean --buildsystem=cmake
> dh_auto_clean
> I: pybuild base:240: python3.10 setup.py clean
> /<<PKGBUILDDIR>>/setup.py:4: DeprecationWarning: The distutils package is
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP
> 632 for potential alternatives
> import distutils.command.clean
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning:
> Distutils was imported before Setuptools, but importing Setuptools also
> replaces the `distutils` module in `sys.modules`. This may lead to
> undesirable behaviors or errors. To avoid these issues, avoid using distutils
> directly, ensure that setuptools is installed in the traditional way (e.g.
> not an editable install), and/or make sure that setuptools is always imported
> before distutils.
> warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning:
> Setuptools is replacing distutils.
> warnings.warn("Setuptools is replacing distutils.")
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning:
> Cython directive 'language_level' not set, using 2 for now (Py2). This will
> change in a later release! File: /<<PKGBUILDDIR>>/pygpu/_elemwise.pyx
> tree = Parsing.p_module(s, pxd, full_module_name)
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning:
> Cython directive 'language_level' not set, using 2 for now (Py2). This will
> change in a later release! File: /<<PKGBUILDDIR>>/pygpu/blas.pyx
> tree = Parsing.p_module(s, pxd, full_module_name)
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning:
> Cython directive 'language_level' not set, using 2 for now (Py2). This will
> change in a later release! File: /<<PKGBUILDDIR>>/pygpu/collectives.pxd
> tree = Parsing.p_module(s, pxd, full_module_name)
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning:
> Cython directive 'language_level' not set, using 2 for now (Py2). This will
> change in a later release! File: /<<PKGBUILDDIR>>/pygpu/gpuarray.pxd
> tree = Parsing.p_module(s, pxd, full_module_name)
> Compiling pygpu/gpuarray.pyx because it changed.
> Compiling pygpu/blas.pyx because it changed.
> Compiling pygpu/_elemwise.pyx because it changed.
> Compiling pygpu/collectives.pyx because it changed.
> [1/4] Cythonizing pygpu/_elemwise.pyx
> [2/4] Cythonizing pygpu/blas.pyx
> [3/4] Cythonizing pygpu/collectives.pyx
> [4/4] Cythonizing pygpu/gpuarray.pyx
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/setup.py", line 149, in <module>
> setup(name='pygpu',
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in
> setup
> return distutils.core.setup(**attrs)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line
> 172, in setup
> ok = dist.parse_command_line()
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 474, in parse_command_line
> args = self._parse_command_opts(parser, args)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1107, in
> _parse_command_opts
> nargs = _Distribution._parse_command_opts(self, parser, args)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 540, in _parse_command_opts
> raise DistutilsClassError(
> distutils.errors.DistutilsClassError: command class <class
> '__main__.cmd_clean'> must subclass Command
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1:
> python3.10 setup.py clean
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned
> exit code 13
> make[1]: *** [debian/rules:18: override_dh_auto_clean-arch] Error 25
The full build log is available from:
http://qa-logs.debian.net/2022/10/23/libgpuarray_0.7.6-10_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: libgpuarray
Source-Version: 0.7.6-11
Done: Rebecca N. Palmer <rebecca_pal...@zoho.com>
We believe that the bug you reported is fixed in the latest version of
libgpuarray, 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 1022...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Rebecca N. Palmer <rebecca_pal...@zoho.com> (supplier of updated libgpuarray
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: SHA512
Format: 1.8
Date: Mon, 07 Nov 2022 21:02:14 +0000
Source: libgpuarray
Architecture: source
Version: 0.7.6-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Rebecca N. Palmer <rebecca_pal...@zoho.com>
Closes: 1022514
Changes:
libgpuarray (0.7.6-11) unstable; urgency=medium
.
* Import setuptools before distutils. (Closes: #1022514)
Checksums-Sha1:
c581b7d9ecdd944ea7ced6817236c9dc509c69cd 2689 libgpuarray_0.7.6-11.dsc
6d1e6c4681a5e2b2e9ca1530717a8fbb7478015e 19960
libgpuarray_0.7.6-11.debian.tar.xz
2fcb64edcb413e02bf2e7e614fea5322a74a8fc8 5791
libgpuarray_0.7.6-11_source.buildinfo
Checksums-Sha256:
5c628f5bc0997c129cdf94fd712c36acd14e4225d552d05ffdd8b034ab39c671 2689
libgpuarray_0.7.6-11.dsc
4e370fc6548ba40d3660500ab32d3580851525bee3ed0f54416726e47e59ba47 19960
libgpuarray_0.7.6-11.debian.tar.xz
7704a74da1e6388c4901b45ca5d38a868cb02be9dfd6ef8e1dc7de440a3b462d 5791
libgpuarray_0.7.6-11_source.buildinfo
Files:
2804bf01f8a79d1d552f216e8e4184b3 2689 libs optional libgpuarray_0.7.6-11.dsc
3f295ba3c4340cfff70054044c5ddee0 19960 libs optional
libgpuarray_0.7.6-11.debian.tar.xz
39a68f58c1e3c0db9c6b9b66c936ad01 5791 libs optional
libgpuarray_0.7.6-11_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJMBAEBCgA2FiEEZ8sxEAXE7b4yF1MI3uUNDVZ+omYFAmNpi5IYHHJlYmVjY2Ff
cGFsbWVyQHpvaG8uY29tAAoJEN7lDQ1WfqJm4O0P/RO5IY+0+/9kr21mfoUcZ64Z
AJ74BGPBE3JrEMNZLK8PwV2ABnPu4/e4OoHfIaU9BJhMV2MdaG/4o1lXTpKj9P5X
/yREtPG3+pCheRYSF2ibJ2VqJeJkU9v8dIA7cnckr2X3SYznV2LVClKVDXAoOh59
PvqlH12LVSTr2ZCwe0OQ+m152xQ8b1B/V0t70eSV6idpNTPVv+FZvT89cuLBnrkG
8zz+YOIwmo4I4pCIv1F5NBmP6CzVOHcOxBlL4CYQosuE1L0rjIj1g+dq9isCKlov
cFgOXKqqc4rZpjSdMvQX/sRpSs/4nQa2yfNbr2mB87WumZgI+E9+N8p1M4GZcoSo
E22FNVtXdxuoAMzjVQvJBbC/fdU233wGO3cVb9XZ6c+x7/nM5jOBKsW+fEvKBdA9
G8z2kBpz4nrgV1a50wx88qIa1x9wLlxN4WTBy4Kyacud5nl+kug21YZSgIVkyr9f
aNNth1Q6gg7icxspius4w/tb35HRar1zUyzHh6c1JXUIoXyzHxLCpq62+OCIN09B
/z/vxtrTCoXzCQMlgm6RajmmMGInw+PZ7xgLWblJL/Lhhau2rKyeGaUgULa7iE9a
ZsthXu90Ytchs1PVSxGkJbFSRGjlvq4Usp1FjJz+JPxEm/A+UHgro0yHgkYLlEuU
18+3MTI1O20uKrVvEewA
=qWSd
-----END PGP SIGNATURE-----
--- End Message ---