Your message dated Tue, 10 Feb 2026 17:58:45 +0000
with message-id <[email protected]>
and subject line Bug#1047688: fixed in python-zake 0.2.2-9
has caused the Debian Bug report #1047688,
regarding python-zake: Fails to build source after successful build
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.)
--
1047688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047688
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-zake
Version: 0.2.2-4
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -----------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package python-zake
> dpkg-buildpackage: info: source version 0.2.2-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
> dpkg-source --before-build .
> dpkg-source: info: using options from
> python-zake-0.2.2/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/
> fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> echo "Do nothing"
> Do nothing
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=python_distutils
> dh_clean -O--buildsystem=python_distutils
> dpkg-source -b .
> dpkg-source: info: using options from
> python-zake-0.2.2/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-zake using existing
> ./python-zake_0.2.2.orig.tar.xz
> dpkg-source: warning: file python-zake-0.2.2/.pytest_cache/v/cache/nodeids
> has no final newline (either original or modified version)
> dpkg-source: warning: file python-zake-0.2.2/.pytest_cache/v/cache/stepwise
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> zake/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add zake/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> zake/__pycache__/fake_client.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add zake/__pycache__/fake_client.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> zake/__pycache__/fake_storage.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add zake/__pycache__/fake_storage.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> zake/__pycache__/test.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add zake/__pycache__/test.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> zake/__pycache__/utils.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add zake/__pycache__/utils.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> zake/__pycache__/version.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add zake/__pycache__/version.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> zake/tests/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add zake/tests/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> zake/tests/__pycache__/test_client.cpython-311-pytest-7.4.0.pyc: binary file
> contents changed
> dpkg-source: error: add
> zake/tests/__pycache__/test_client.cpython-311-pytest-7.4.0.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/python-zake_0.2.2-4_unstable.log
If you reassign this bug to another package, please mark 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: python-zake
Source-Version: 0.2.2-9
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-zake, 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.
Thomas Goirand <[email protected]> (supplier of updated python-zake 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, 10 Feb 2026 18:13:20 +0100
Source: python-zake
Architecture: source
Version: 0.2.2-9
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1047688
Changes:
python-zake (0.2.2-9) unstable; urgency=medium
.
* Cleans better (Closes: #1047688).
Checksums-Sha1:
8df2550e2e2921594cf1194b03e13d3ff1dec3b7 2170 python-zake_0.2.2-9.dsc
bef13502f56d886eb099f6a46b0ac078ec8fd33a 3240 python-zake_0.2.2-9.debian.tar.xz
8b1807aef055961461f6c470e28441479822cf89 8038
python-zake_0.2.2-9_amd64.buildinfo
Checksums-Sha256:
6ae4a03d19a822d7444c3269081a505e23e2a28a19dba2bb97713d317e48ce11 2170
python-zake_0.2.2-9.dsc
7efb2d868aa2fd45fa5e192dd648e1c1e0569c3ce138a711a5f70064955c04c5 3240
python-zake_0.2.2-9.debian.tar.xz
352a7bade31c5b3f09e391a8b9c7528d689ace7769e47ff2ad6b09a25fa57a21 8038
python-zake_0.2.2-9_amd64.buildinfo
Files:
84d3ce8c2da96966d3f60474f43581c7 2170 python optional python-zake_0.2.2-9.dsc
854556d42820ca251a9010f3558b99cb 3240 python optional
python-zake_0.2.2-9.debian.tar.xz
96251e03b4d829043ed06fcbbddbf058 8038 python optional
python-zake_0.2.2-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmLZ5QACgkQ1BatFaxr
Q/6WzBAAn+v7N1DizCBW/8ze7BxArEe+gvIMXpgFpNWS3hxMJmWi3SwVQLT7xkzB
jeT0ej5TVpuZLxtxcmJU/r/NDmSMzjS+QMwIY9tJSkBBkpmFaJ+DkP9TcWvTM4aK
3J7KeO389PcAjF10MqA+bOKn5MJ0TYgFylcoWJFlVS0t/1JB2MMDXJ62WQuDLxJu
dFszUrqI2P4ua2kA1iqRC9LJUVBCoa3n6OSg7t9kWWpwRUgq1iiYl9L40tL6lJte
Bl8a3FltR1juWAJ48v6NiGalugC8G3l0nL0/D5sby2vdGrkm9ztA9iwUCqQAWXOI
OwCGvvHGDR5k4vPYWhy6I8rT/BQ3wUrvknykIhx2ci9kjxd/5bHFODGOlpKiStQB
NonR5dc3bLamJ4dB/VxgaNtoWnLYWUU25kQhNZk/LWvik5hYjfDrU8eXjDd/C2WY
qeRTLUWrvIB4BZnKiyyisIEsK1u9eFjL015SGj4Gsvl4ce5HpOZeQ10bmcndimjp
7+JJ9piswWm2X5t0TeeXjZRI7GzML6mYN1+Wo18GkG4/u3oUXUprFoph0HtxfZql
NCZ7WSJWFbgdcsaE3SdrKHA0b2h9u0bbxtG4tdDZih5EWUNaP//U8Oaptvrvq1TX
T2JDafZy2mAdHUQACTmsRbqU8vjC2XR/qra/0uywVKj9YEZGnKs=
=A1pT
-----END PGP SIGNATURE-----
pgp0Dym8sYKR5.pgp
Description: PGP signature
--- End Message ---