Your message dated Fri, 18 Aug 2023 09:33:42 +0000
with message-id <[email protected]>
and subject line Bug#1046789: fixed in python-memcache 1.59-7
has caused the Debian Bug report #1046789,
regarding python-memcache: 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.)
--
1046789: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046789
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-memcache
Version: 1.59-5
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-memcache
> dpkg-buildpackage: info: source version 1.59-5
> 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-memcache-1.59/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^Makefile
> 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
> rm -rf Makefile build
> 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-memcache-1.59/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^Makefile
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-memcache using existing
> ./python-memcache_1.59.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to
> __pycache__/memcache.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add __pycache__/memcache.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
> tests/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add 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
> tests/__pycache__/test_memcache.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add tests/__pycache__/test_memcache.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
> tests/__pycache__/test_setmulti.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add tests/__pycache__/test_setmulti.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
> tests/__pycache__/utils.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add tests/__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: 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-memcache_1.59-5_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-memcache
Source-Version: 1.59-7
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-memcache, 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-memcache 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: SHA256
Format: 1.8
Date: Fri, 18 Aug 2023 10:33:38 +0200
Source: python-memcache
Architecture: source
Version: 1.59-7
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1046789
Changes:
python-memcache (1.59-7) unstable; urgency=medium
.
* Cleans better (Closes: #1046789).
Checksums-Sha1:
79fabda15d99432937132e80da84a5bdeaab6e0e 2236 python-memcache_1.59-7.dsc
9414b77909e204ebfe05bf7a32500128b8a31590 6108
python-memcache_1.59-7.debian.tar.xz
cfca55a98b3bb7621f6ec16759d7502bef6391f8 7420
python-memcache_1.59-7_amd64.buildinfo
Checksums-Sha256:
2e66e30a67ceff26deac23f9a25cd44bb4d260feb0342aab985bf86e4e9843ec 2236
python-memcache_1.59-7.dsc
6a1d1e2869753e79938a00f5554c5645767f6419ba3a9b790b3f9358e976f664 6108
python-memcache_1.59-7.debian.tar.xz
2e61984444e10f5dc60b88cc3d9fab267f2048833e700b7853790d14562ecc8a 7420
python-memcache_1.59-7_amd64.buildinfo
Files:
0ef0df834d034cf36f8c5e29c1a23601 2236 python optional
python-memcache_1.59-7.dsc
7a09f752585901ad909769583daad4f2 6108 python optional
python-memcache_1.59-7.debian.tar.xz
1fdcd84504d3c9d392ab0f120e1a63af 7420 python optional
python-memcache_1.59-7_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTfLicACgkQ1BatFaxr
Q/7UdQ/+ImqWyNqzzWAMKrVlM7OZ2KEWg6JbtAuy+mFK9ih+dPFynn+ZKbDyJkJj
vp2iKC9IljudYfy7xuJ7n9T22peRq4f6JRcZPXvVD3ZzFrq6Py8u8TrYBlBlT3bB
zU1KzY3dXguhTqaV/46BxSJYHRu0HgUOAWAk0OhyzIh3CVYcbU00LGb8vJG95kg4
TvwevWUojg5kyJQYhdEareAeq8tRp+O7pgn5HSDlkFCI2q8P/OgWPXXnT8qbU6b7
kCKaxax/khOBZiOMoMaQuobYT6Ox1OprO1zfzJqDJbtLxmb93mnJeIBetIxCCC6S
1TaM++1WhQ2rbn9UDC9X3lbjENoy6o0uUZWLYKrliqdVLkousgbZ2mUh0CpsJN6I
DX0KEO9NLm1FKZSgvb2YXEKeYINMyRQX3l/0p63PphjTpq0D5mk84AFK9/bj1xUH
dI291rZEo+vQaphMXZxjU/7Subcnm7y03P14fWeGUVqxiPv7dtNx5nlEYjjcC+eQ
+qA3/G44mpcFftGewIua9GSn4mdq/TeuXDtKKcviX4YJ8dEgDZRvOuMHtCYNXtVQ
y2w1VZfUmZUrnkUVj2I5fNkQNINV2HIqW8fDBEZXLTUQslOOAMg/DLF4bXK9ajXx
TGLh0CjaAKroDjRDjP2d7OhNy5eD0PhYqjqBrkLIWNytYEpiucM=
=SDcI
-----END PGP SIGNATURE-----
--- End Message ---