Your message dated Fri, 17 Aug 2018 18:35:20 +0000
with message-id <e1fqjai-0001ek...@fasolo.debian.org>
and subject line Bug#906372: fixed in kitchen 1.2.5-3
has caused the Debian Bug report #906372,
regarding kitchen: FTBFS in buster/sid (AttributeError: module 'itertools' has
no attribute 'imap')
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.)
--
906372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906372
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kitchen
Version: 1.2.5-2
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild
dh_update_autotools_config -i -O--buildsystem=pybuild
dh_autoreconf -i -O--buildsystem=pybuild
dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config
running config
I: pybuild base:217: python3.6 setup.py config
running config
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild base:217: /usr/bin/python setup.py build
running build
[... snipped ...]
copying kitchen3/kitchen/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen
copying kitchen3/kitchen/exceptions.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen
copying kitchen3/kitchen/release.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/versioning
copying kitchen3/kitchen/versioning/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/versioning
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/i18n
copying kitchen3/kitchen/i18n/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/i18n
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/iterutils
copying kitchen3/kitchen/iterutils/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/iterutils
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/collections
copying kitchen3/kitchen/collections/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/collections
copying kitchen3/kitchen/collections/strictdict.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/collections
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/display.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/utf8.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/misc.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/converters.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/exceptions.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_kitchen/build/kitchen/text
PYTHONPATH=/<<PKGBUILDDIR>>/kitchen2/ http_proxy='127.0.0.1:9' \
sphinx-build -N -bhtml kitchen2/docs/ kitchen2/docs/_build/html
Running Sphinx v1.7.6
Configuration error:
There is a programable error in your configuration file:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sphinx/config.py", line 161, in __init__
execfile_(filename, config)
File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 150, in
execfile_
exec_(code, _globals)
File "conf.py", line 17, in <module>
import kitchen.release
File "/<<PKGBUILDDIR>>/kitchen2/docs/../kitchen/__init__.py", line 30, in
<module>
from kitchen import i18n
File "/<<PKGBUILDDIR>>/kitchen2/docs/../kitchen/i18n/__init__.py", line 90,
in <module>
from kitchen.versioning import version_tuple_to_string
File "/<<PKGBUILDDIR>>/kitchen2/docs/../kitchen/versioning/__init__.py", line
105, in <module>
__version__ = version_tuple_to_string(__version_info__)
File "/<<PKGBUILDDIR>>/kitchen2/docs/../kitchen/versioning/__init__.py", line
90, in version_tuple_to_string
ver_components.append('.'.join(itertools.imap(str, values)))
AttributeError: module 'itertools' has no attribute 'imap'
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kitchen.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: kitchen
Source-Version: 1.2.5-3
We believe that the bug you reported is fixed in the latest version of
kitchen, 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 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sergio Durigan Junior <sergi...@debian.org> (supplier of updated kitchen
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: Fri, 17 Aug 2018 14:09:21 -0400
Source: kitchen
Binary: python-kitchen python3-kitchen python-kitchen-doc
Architecture: source all
Version: 1.2.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Sergio Durigan Junior <sergi...@debian.org>
Description:
python-kitchen - Python library of containers, text and i18n helpers (Python 2)
python-kitchen-doc - Python library of containers, text and i18n helpers
(common docum
python3-kitchen - Python library of containers, text and i18n helpers (Python
3)
Closes: 906372
Changes:
kitchen (1.2.5-3) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
.
[ Sergio Durigan Junior ]
* Build kitchen3 docs instead of kitchen2.
Sphinx had trouble building the kitchen2 (Python 2) documentation, so
we switched to kitchen3's docs (which are equivalent). (Closes: #906372)
* Fix testsuite failures when using Python 3.7.
In order to build the package again, I had to temporarily disable
Python UTF-8 support when running the testsuite.
* Update my e-mail address.
* Update d/copyright.
* Bump Standards-Version to 4.2.0.
Checksums-Sha1:
2211cd7cc467310ac44403cde0fab42b4b834f37 2306 kitchen_1.2.5-3.dsc
505ca31b51f8d9e72634beb70090bb5814131d1e 23956 kitchen_1.2.5-3.debian.tar.xz
0481ba4e3cb46eb4cd66c4af957b3b5ad6744bfd 8643 kitchen_1.2.5-3_amd64.buildinfo
7aacf0ed2e9cecfd32669502410811666da43a65 164164
python-kitchen-doc_1.2.5-3_all.deb
7bb52d30696f2fb2b18241d67a02bdddb9f44e9b 39392 python-kitchen_1.2.5-3_all.deb
efa336bb3bb78ff833b54cc59a1f23447c385b0b 38980 python3-kitchen_1.2.5-3_all.deb
Checksums-Sha256:
8524e41dc867fae46f1ebb90b7084eb5da16e02bc5334e579541bed9d78b71f8 2306
kitchen_1.2.5-3.dsc
083789db242ab5078b4d40fe3c2f2514c41a72fb602800f59fc8fb3e6b600a5e 23956
kitchen_1.2.5-3.debian.tar.xz
28848820da6f5cdeac8754016edb251edbbf06840c2a46d67e0d9bde6508df93 8643
kitchen_1.2.5-3_amd64.buildinfo
e5903682d4234fbc5e7ffb23e0bb2e5c21469482dfb8358522b4b82878df8507 164164
python-kitchen-doc_1.2.5-3_all.deb
e5203984e51e1e6ff95916bbf64383ac703f5e9f99e18603b845518d33c872c1 39392
python-kitchen_1.2.5-3_all.deb
c70055abc47d024efcb43862f85760e516dca081517ca4f199609b9e2c6b092a 38980
python3-kitchen_1.2.5-3_all.deb
Files:
2a3c6928d3296b5fdbda44b03ba88c23 2306 python optional kitchen_1.2.5-3.dsc
51356fba63ecc7fa095c17fe13c9e4a4 23956 python optional
kitchen_1.2.5-3.debian.tar.xz
db2ad474eb0d4317208a408ee5470cee 8643 python optional
kitchen_1.2.5-3_amd64.buildinfo
115f2979aec00728dbaa327835349ba4 164164 doc optional
python-kitchen-doc_1.2.5-3_all.deb
c89ca3437fce60426ccc8d6ba8f4c9cf 39392 python optional
python-kitchen_1.2.5-3_all.deb
98db7299ec6d6a55e01744766ac2e90c 38980 python optional
python3-kitchen_1.2.5-3_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAlt3D+cACgkQ0Ot2KGX8
XjYsJw/7BDeMBLVw0R27GQCo7JXpCTnZeVHpQnHnHBlEFQ+bXRTJOmOOejXi3KZH
z6AegaO3kzijPCEz4KYJpzHun2UohOo05GBWHn5msPKFehqs4dsQ70Khi27CaLY2
OYOFjk1e4IwE2BjC8jc0Mvixq+NxtINyGGklnRB6WTgZkA4dIMEU3m3xByDTC7gx
QmTt52qc/4W6fbRD8MQXDZ/rfuX1mJu3emvR6+bYPvWnmlygSc4bm7gl3vtZJLZt
jdmRczU0ACFIh03FPIWNUVjicmNAW6AxO2lAbl/p1YxW8eUIbHb98H2XqM1SHA2Q
sRkAHeQb4ofKusJTgqOI6gTutFZzfGRSVbH8HRuNEZErCHZnIBqjheMoEiVJeMc6
7tvQUb6jlGZkRuFd4a2f8BQpwScJgbVJW2iNhJeccF/H1rlCJF910lnabyegX+8e
gAl2UHE6JZnGniicdAFcIKP46cNcbT9lk6jNlbw941WY8Dh8p9c1hL7zRKNfBRqN
T3F7aFYc5TBOmE3XZ47SzosLY2oKukb3WT7kq7L64YrVR6oJS/vyxaksW3lfPj6I
jmDCjtcIjPPfyCcEMx4cg/pIf72LNo6MMmj6fC20ylVFK0k+l3kV3YA8ueJi3Ej/
NfTjhB3tD5bBQalvq5p7VpYun+btHWkhH8mDZMBy/G+UKpnnneU=
=u07j
-----END PGP SIGNATURE-----
--- End Message ---