Your message dated Mon, 06 Dec 2021 05:33:50 +0000
with message-id <e1mu6dk-000gaa...@fasolo.debian.org>
and subject line Bug#999533: fixed in matplotlib 3.5.0-3
has caused the Debian Bug report #999533,
regarding matplotlib: python3-pil.imagetk should be Depends
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.)


-- 
999533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999533
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-cartopy
Version: 0.20.1+dfsg-1
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-matplotlib35

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64, using matplotlib 3.5 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>>'
> xvfb-run -a -n 1 -s "-screen 0 1280x1024x24 -dpi 96" dh_auto_test
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_cartopy/build; 
> python3.9 -m pytest --pyargs -m "not network and not natural_earth"
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> collected 0 items / 1 error
> 
> ==================================== ERRORS 
> ====================================
> ________________________ ERROR collecting test session 
> _________________________
> /usr/lib/python3.9/importlib/__init__.py:127: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1030: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1007: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:972: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:228: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1030: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1007: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:986: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:680: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:850: in exec_module
>     ???
> <frozen importlib._bootstrap>:228: in _call_with_frames_removed
>     ???
> cartopy/tests/mpl/__init__.py:15: in <module>
>     import matplotlib.pyplot as plt
> /usr/lib/python3/dist-packages/matplotlib/pyplot.py:2226: in <module>
>     switch_backend(rcParams["backend"])
> /usr/lib/python3/dist-packages/matplotlib/pyplot.py:267: in switch_backend
>     class backend_mod(matplotlib.backend_bases._Backend):
> /usr/lib/python3/dist-packages/matplotlib/pyplot.py:268: in backend_mod
>     locals().update(vars(importlib.import_module(backend_name)))
> /usr/lib/python3.9/importlib/__init__.py:127: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> /usr/lib/python3/dist-packages/matplotlib/backends/backend_tkagg.py:1: in 
> <module>
>     from . import _backend_tk
> /usr/lib/python3/dist-packages/matplotlib/backends/_backend_tk.py:14: in 
> <module>
>     from PIL import Image, ImageTk
> E   ImportError: cannot import name 'ImageTk' from 'PIL' 
> (/usr/lib/python3/dist-packages/PIL/__init__.py)
> =========================== short test summary info 
> ============================
> ERROR ../../.. - ImportError: cannot import name 'ImageTk' from 'PIL' 
> (/usr/l...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
> !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 1.00s 
> ===============================
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_cartopy/build; python3.9 -m pytest 
> --pyargs -m "not network and not natural_earth"
> dh_auto_test: error: pybuild --test -i python{version} -p 3.9 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/http://qa-logs.debian.net/2021/11/numpy-matplotlib/matplotlib-exp/python-cartopy_0.20.1+dfsg-1_unstable_matplotlib-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: matplotlib
Source-Version: 3.5.0-3
Done: Sandro Tosi <mo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
matplotlib, 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.
Sandro Tosi <mo...@debian.org> (supplier of updated matplotlib 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: Mon, 06 Dec 2021 00:22:14 -0500
Source: matplotlib
Architecture: source
Version: 3.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 999533 1001102
Changes:
 matplotlib (3.5.0-3) unstable; urgency=medium
 .
   * debian/control
     - move pil.imagetk to Depends, so everyone's happy; Closes: #999533
   * debian/patches/PR21686.patch
     - add PR 21686, fixing sagemath doc build; Closes: #1001102
Checksums-Sha1:
 af31fa83dd6acf9cd032f666b7469f4420b8e364 3557 matplotlib_3.5.0-3.dsc
 ff71fe8738a5191b54e5e6bb37d01cc7d49961df 31972 matplotlib_3.5.0-3.debian.tar.xz
 1777f87b690a44e918ba731c8306561b2d086211 24566 
matplotlib_3.5.0-3_source.buildinfo
Checksums-Sha256:
 d3c07e2cf5ef231d4388edc0aa6431c12daade3b663b0f47d2c105a9722e22dc 3557 
matplotlib_3.5.0-3.dsc
 717152ef6827643ae888eb3396744eee7dccb6ec038ce0202270ef95d38c2ca4 31972 
matplotlib_3.5.0-3.debian.tar.xz
 e41229d9417492480db3cf4bc11f8de3d292420e7f69e3ffc14508a2c2b4ef4c 24566 
matplotlib_3.5.0-3_source.buildinfo
Files:
 d0d812f0405d2011a96475fcc5c9c7cb 3557 python optional matplotlib_3.5.0-3.dsc
 fd10f062d2bf3bcd31a440d4d235c87b 31972 python optional 
matplotlib_3.5.0-3.debian.tar.xz
 10f493ab4f95ba0d939e436412224df2 24566 python optional 
matplotlib_3.5.0-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmGtni0ACgkQh588mTgB
qU8JJhAAli9NvDiOc+CKzq4oMcS9Z3PrWh+dLRpiAdLJyuoImuf7qV4krCrecWI8
M0cJwfk1QjWHgBgw8aWMjNdkTGkPTHuuHOI+LC/ONHUbmwJNqDMNHcEbFNGwCHSB
shmWlD/nAMiX/ngp2giZQtlDp0StfEwiB7y5vx9AWMogeqeGeGox3w4uiGywxOZN
qZQYM//5Vydyo3WzQpXCj1HEEMukoOdiR0yMsKocW+Q+mXXJ0h7PFt0ilkQNWimZ
TQbREnTlWonAaAMf87IM5w7AKFHcswkvMIipPtXPI4DsCS4wwoW3jYuzuwT9X735
knQM0TCpBMFTnWYz+xY7ZcyB8e9p3g9WVKJhZQtC+w1UisJwg52FMHIMNeBVpZ2X
qw+ytzahGiBhMequmDzAOUPqwLPkvj9sziokWcNBiq8YwNso3FL5SMhOWM2XCLur
BUZz7FfUdM5QWfBksA2ZPbiYgk3gC0Slk93UTrgKOL/m6kNkkzr/T8SDPNjx3Isk
/cN3EFW6qIkUlQtLiH/BKVvrV+dP2cxOWKCFzo4tR9/gmHNf3s2i5YXy9w8VZY8M
G3oUDIURgUyqq7lGqW0/aDziPJu2f/UcZQzETtbKKehdqr16WofyGAMTHGJybpe+
I+ZhE0kqSoFOjPd9SZCV9hgDHJcg59B5oLxXoYYMBHqK33ixZXc=
=Jxar
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to