Your message dated Tue, 10 Feb 2026 13:06:37 +0000
with message-id <[email protected]>
and subject line Bug#1047091: fixed in python-ldappool 3.0.0-6
has caused the Debian Bug report #1047091,
regarding python-ldappool: 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.)
--
1047091: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047091
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-ldappool
Version: 3.0.0-2
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-ldappool
> dpkg-buildpackage: info: source version 3.0.0-2
> 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-ldappool-3.0.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
> 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
> python3 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'author-email' will not be supported in future
> versions. Please use the underscore name 'author_email' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'python-requires' will not be supported in
> future
> versions. Please use the underscore name 'python_requires' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40:
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
>
>
> ********************************************************************************
> Please avoid running ``setup.py`` and ``easy_install``.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://github.com/pypa/setuptools/issues/917 for details.
>
> ********************************************************************************
>
> !!
> easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
>
>
> ********************************************************************************
> Please avoid running ``setup.py`` directly.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
> for details.
>
> ********************************************************************************
>
> !!
> self.initialize_options()
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'author-email' will not be supported in future
> versions. Please use the underscore name 'author_email' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'python-requires' will not be supported in
> future
> versions. Please use the underscore name 'python_requires' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> running clean
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=python_distutils
> debian/rules override_dh_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
> dh_clean -O--buildsystem=python_distutils
> rm -rf build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using options from
> python-ldappool-3.0.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-ldappool using existing
> ./python-ldappool_3.0.0.orig.tar.xz
> dpkg-source: error: cannot represent change to
> ldappool/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add ldappool/__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
> ldappool/tests/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ldappool/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
> ldappool/tests/__pycache__/test_ldapconnection.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ldappool/tests/__pycache__/test_ldapconnection.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
> ldappool/tests/__pycache__/test_ldappool.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ldappool/tests/__pycache__/test_ldappool.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-ldappool_3.0.0-2_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-ldappool
Source-Version: 3.0.0-6
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-ldappool, 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-ldappool 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 13:48:57 +0100
Source: python-ldappool
Architecture: source
Version: 3.0.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1047091
Changes:
python-ldappool (3.0.0-6) unstable; urgency=medium
.
* Cleans better (Closes: #1047091).
Checksums-Sha1:
66639ee1b271f1541d750afd8a3d69a4835b45cc 2338 python-ldappool_3.0.0-6.dsc
0786959f5a24d362c0031438deffc71dc43d63e6 3476
python-ldappool_3.0.0-6.debian.tar.xz
0a257253837123af3e006b62d7dca940209946e7 9114
python-ldappool_3.0.0-6_amd64.buildinfo
Checksums-Sha256:
4b72170aa3ec3290afc1a4d43ad28980856ab7f57705ea2ca23ac2ce033c57cc 2338
python-ldappool_3.0.0-6.dsc
db1e02d99f5a9871b75b09a6893cdf2bf3871a640a196822b15ec144f7253736 3476
python-ldappool_3.0.0-6.debian.tar.xz
fa1841396c3796c5d28b776cb5396f2f9eff38ef1d4aa7ce23b9c16f7aade43c 9114
python-ldappool_3.0.0-6_amd64.buildinfo
Files:
aec783841fefb62554fd4a20bf787ee8 2338 python optional
python-ldappool_3.0.0-6.dsc
c94d863a6d1498a333f4767f92044435 3476 python optional
python-ldappool_3.0.0-6.debian.tar.xz
67dcd7771682021d50178cae8603754b 9114 python optional
python-ldappool_3.0.0-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmLKa4ACgkQ1BatFaxr
Q/6/zg/+L1KYJ11UAPzQvwm+N1mVveDae8PCoqI7hn42KR6QY+Z/nnLUXSvP5bwl
Y5m7jA8UGnbD3YhReKwTbe8HqhQcAMCSrXvgZvsa9jgLRSvXNmiMqY4d1Mv8X/n+
vnUOXxkUhKdKzmpb5K6YVm4Y31y247Wd2MnB+ayy004C2Cj0QAyeUQpNdWO6+hU4
Yb10HPJW3BWBF6mx3iA6LRZBRxypHt3kHt4lxCtt5zH9eKqL5hIsztzvXFUBubVR
GezCsYqMZuls0Uof0TjmbBLh8gt9B3z+2O8zWp9BBib5XKOB82E4AYcfKUVx+HDx
BzBa4YkjQ6NgGjXo/JmGw5iPrmyMqm3botGXJexJo71s0xA3SNI7zRRHjyz0NLGX
wTYX4y+a1Bhr3bwO6SmNN1bziUtGBOp6fZIRUMbzv+tmuYRGBZO9RDt4FMKFWFq9
l8CwDRG6c6Q6TJLonhkqFjc/dON2JVTSK3R9BXlVSz2Yk0zaa5DyJFQleu9MtVlB
Jg7M+IFZjXIucl3dxBvWhh2rIKh6GU6eDpLmqL1eCF/xaI/exjLOQdFeyjZ0W8LW
37jSwUDQ9SVyQ++prS+ABgcSQQGXXbzFhCCyjdxaEobiJApmvxdGk36VOqIfIbgS
46/UuTb3wfdu19cL6sxYAB/2wvGfaQCbFRYPjTDQdAb/OL5Z+GA=
=ZgGR
-----END PGP SIGNATURE-----
pgp3E_PQgKiZI.pgp
Description: PGP signature
--- End Message ---