Your message dated Wed, 05 Jan 2022 15:21:02 +0000
with message-id <e1n5862-0004b2...@fasolo.debian.org>
and subject line Bug#999517: fixed in qutip 4.6.2-3
has caused the Debian Bug report #999517,
regarding qutip cannot build against numpy >= 1.20
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.)
--
999517: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999517
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qutip
Version: 4.6.2-2
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-numpy121
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64, using numpy 1.21 currently in experimental. This version
will soon be uploaded to unstable.
If you have questions about this, please contact Sandro Tosi
<mo...@debian.org>.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
> I: pybuild base:232: python3.9 setup.py clean
> Compiling qutip/cy/brtools_checks.pyx because it changed.
> Compiling qutip/cy/stochastic.pyx because it changed.
> Compiling qutip/cy/sparse_utils.pyx because it changed.
> Compiling qutip/cy/interpolate.pyx because it changed.
> Compiling qutip/cy/mcsolve.pyx because it changed.
> Compiling qutip/cy/cqobjevo.pyx because it changed.
> Compiling qutip/cy/checks.pyx because it changed.
> Compiling qutip/cy/math.pyx because it changed.
> Compiling qutip/cy/inter.pyx because it changed.
> Compiling qutip/cy/ptrace.pyx because it changed.
> Compiling qutip/cy/piqs.pyx because it changed.
> Compiling qutip/cy/cqobjevo_factor.pyx because it changed.
> Compiling qutip/control/cy_grape.pyx because it changed.
> Compiling qutip/cy/spconvert.pyx because it changed.
> Compiling qutip/cy/spmath.pyx because it changed.
> Compiling qutip/cy/brtools.pyx because it changed.
> Compiling qutip/cy/br_tensor.pyx because it changed.
> Compiling qutip/cy/spmatfuncs.pyx because it changed.
> Compiling qutip/cy/graph_utils.pyx because it changed.
> Compiling qutip/cy/heom.pyx because it changed.
> [ 1/20] Cythonizing qutip/control/cy_grape.pyx
> [ 2/20] Cythonizing qutip/cy/br_tensor.pyx
> [ 3/20] Cythonizing qutip/cy/brtools.pyx
> [ 4/20] Cythonizing qutip/cy/brtools_checks.pyx
> [ 5/20] Cythonizing qutip/cy/checks.pyx
> [ 6/20] Cythonizing qutip/cy/cqobjevo.pyx
> [ 7/20] Cythonizing qutip/cy/cqobjevo_factor.pyx
> [ 8/20] Cythonizing qutip/cy/graph_utils.pyx
> [ 9/20] Cythonizing qutip/cy/heom.pyx
> [10/20] Cythonizing qutip/cy/inter.pyx
> [11/20] Cythonizing qutip/cy/interpolate.pyx
> [12/20] Cythonizing qutip/cy/math.pyx
> [13/20] Cythonizing qutip/cy/mcsolve.pyx
> [14/20] Cythonizing qutip/cy/piqs.pyx
> [15/20] Cythonizing qutip/cy/ptrace.pyx
> [16/20] Cythonizing qutip/cy/sparse_utils.pyx
> [17/20] Cythonizing qutip/cy/spconvert.pyx
> [18/20] Cythonizing qutip/cy/spmatfuncs.pyx
> [19/20] Cythonizing qutip/cy/spmath.pyx
> [20/20] Cythonizing qutip/cy/stochastic.pyx
> WARNING: The wheel package is not available.
> /usr/bin/python3.9: No module named pip
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 75, in
> fetch_build_egg
> subprocess.check_call(cmd)
> File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['/usr/bin/python3.9', '-m', 'pip',
> '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
> '/tmp/tmpo4aol4ev', '--quiet', 'numpy<1.20,>=1.16.6']' returned non-zero exit
> status 1.
>
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/setup.py", line 239, in <module>
> setup(
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 152, in
> setup
> _install_setup_requires(attrs)
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 147, in
> _install_setup_requires
> dist.fetch_build_eggs(dist.setup_requires)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 806, in
> fetch_build_eggs
> resolved_dists = pkg_resources.working_set.resolve(
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 766,
> in resolve
> dist = best[req.key] = env.best_match(
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1051,
> in best_match
> return self.obtain(req, installer)
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1063,
> in obtain
> return installer(requirement)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 877, in
> fetch_build_egg
> return fetch_build_egg(self, req)
> File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 77, in
> fetch_build_egg
> raise DistutilsError(str(e)) from e
> distutils.errors.DistutilsError: Command '['/usr/bin/python3.9', '-m', 'pip',
> '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
> '/tmp/tmpo4aol4ev', '--quiet', 'numpy<1.20,>=1.16.6']' returned non-zero exit
> status 1.
> E: pybuild pybuild:354: clean: plugin distutils failed with: exit code=1:
> python3.9 setup.py clean
> dh_auto_clean: error: pybuild --clean --test-pytest -i python{version} -p 3.9
> returned exit code 13
> make[1]: *** [debian/rules:47: override_dh_auto_clean] Error 25
The full build log is available from:
http://qa-logs.debian.net/2021/11/numpy-matplotlib/numpy-exp/qutip_4.6.2-2_unstable_numpy-exp.log
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: qutip
Source-Version: 4.6.2-3
Done: Drew Parsons <dpars...@debian.org>
We believe that the bug you reported is fixed in the latest version of
qutip, 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 999...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Drew Parsons <dpars...@debian.org> (supplier of updated qutip 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: Wed, 05 Jan 2022 15:23:28 +0100
Source: qutip
Architecture: source
Version: 4.6.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Closes: 999517
Changes:
qutip (4.6.2-3) unstable; urgency=medium
.
* debian patch build_any_numpy_PR1747.patch applies upstream PR1747
to drop the numpy<1.20 version constraint. Closes: #999517.
* debian/rules: run dh_numpy3 after dh_python3
Checksums-Sha1:
ba2635a7253bb87defa994769efb798bc0db4913 2255 qutip_4.6.2-3.dsc
e637149b0058155792bddd7659ea1c2ec7d6d433 6508 qutip_4.6.2-3.debian.tar.xz
Checksums-Sha256:
b0489e497e998723d7dfedb58fff8ee0b5d4576e142092e82d4cbc4edcfb4b7d 2255
qutip_4.6.2-3.dsc
1a62c90818aae446a918550212f8ca3905eedf9bc734ba7e0afb17a62bff595a 6508
qutip_4.6.2-3.debian.tar.xz
Files:
c381ef13dd75fe4904cd533bba17f99b 2255 python optional qutip_4.6.2-3.dsc
3d0e22a6fdd756d04201d5d48a4ff51f 6508 python optional
qutip_4.6.2-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmHVsJ0ACgkQVz7x5L1a
AfrSMxAAgw/8laiAnhAHEkyfym13Ep4c/fs4It8ocqdGrsm2Z2Ches6ygI/UF9An
tevAgB2rrXjDERw44wDoodTMPbPxZ8R3D1BuY/jYOxcQ7fFL5NWqaKUwFHaAHUEc
FUXkldP8HMsidKWGA+GFa4bYDgf+N0GwNbzlXoU3vQiRM11zxRpG5y9106NkkUSI
lP1keAlBEzqovXd1u3wX0THHUpNdF3kesTTitnNs2YbaSn+ubBIrb8D5uxj9sreF
/O4q9iPYiuWT7v0c839x9rHnSfEe+EppehAcz6+7wOuKhQJ/8kzWmPPbJyLN8P25
tLpQH7QhNL6vHabPsKqZhts+3uF10usGCGqY07iJt0/xQVaAQONHA/cM+OmMnJb4
0Gyk2aVNQfHY4cfplAVunFFgcMBNaRXqG2vZAOpfmT4vwKVQM7QONIlUsxMjUaP7
XvVv6Q46pcY0Pl1ESSjE1cSjprkPZS2gmls8Rnjbqe/VVIUMDvMfW273cDrLUJ2H
m7+1taO5792r68XKWRv7Ig00VeKyxOoOIIZXMtvE/eUchz06pvnMUSejpk63GaIH
YWXU2x+vL0i56QtlfEuuYCdp3Frfu6YpK7qvrqZbLD/SNzuI2qJMzwK9eM92AKNc
fzFko8D6KxhsgScPs1I+zqXLK/V8cxKfGlivJ26RdOVmtJCOl8Q=
=G74C
-----END PGP SIGNATURE-----
--- End Message ---