Your message dated Fri, 05 Jan 2024 10:49:11 +0000
with message-id <e1rlhlh-003q9m...@fasolo.debian.org>
and subject line Bug#1043650: fixed in bepasty 1.2.0-1
has caused the Debian Bug report #1043650,
regarding bepasty: 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 ow...@bugs.debian.org
immediately.)
--
1043650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043650
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bepasty
Version: 1.1.0-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
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 bepasty
> dpkg-buildpackage: info: source version 1.1.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Elena Grandi <valha...@debian.org>
> dpkg-source --before-build .
> dpkg-source: info: using options from bepasty-1.1.0/debian/source/options:
> --extend-diff-ignore=^[^/]+.egg-info/
> debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cp src/bepasty/_version.py debian/old_version.py
> dh_auto_clean || true
> I: pybuild base:275: python3.11 setup.py clean
> /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)
> WARNING: The wheel package is not available.
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_bepasty/build' (and
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
> rm -rf .pybuild
> rm -rf .pytest_cache
> mv debian/old_version.py src/bepasty/_version.py
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=pybuild
> dh_clean -O--buildsystem=pybuild
> dpkg-source -b .
> dpkg-source: info: using options from bepasty-1.1.0/debian/source/options:
> --extend-diff-ignore=^[^/]+.egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building bepasty using existing ./bepasty_1.1.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/changelog.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/changelog.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/environment.pickle: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/environment.pickle in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/index.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/index.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/install-tutorial.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/install-tutorial.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/intro.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/intro.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/license.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/license.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/project.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/project.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/quickstart.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/quickstart.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/rest.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/rest.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/user-cli.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/user-cli.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/doctrees/user.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/user.doctree in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> bepasty-1.1.0/docs/build/html/_modules/bepasty/config.html has no final
> newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/_modules/index.html
> has no final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/_static/basic.css
> has no final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/_static/classic.css
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> bepasty-1.1.0/docs/build/html/_static/documentation_options.js has no final
> newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> docs/build/html/_static/file.png: binary file contents changed
> dpkg-source: error: add docs/build/html/_static/file.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/html/_static/minus.png: binary file contents changed
> dpkg-source: error: add docs/build/html/_static/minus.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> docs/build/html/_static/plus.png: binary file contents changed
> dpkg-source: error: add docs/build/html/_static/plus.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/_static/pygments.css
> has no final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/_static/sidebar.js
> has no final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/changelog.html has
> no final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/genindex.html has no
> final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/index.html has no
> final newline (either original or modified version)
> dpkg-source: warning: file
> bepasty-1.1.0/docs/build/html/install-tutorial.html has no final newline
> (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/intro.html has no
> final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/license.html has no
> final newline (either original or modified version)
> dpkg-source: error: cannot represent change to docs/build/html/objects.inv:
> binary file contents changed
> dpkg-source: error: add docs/build/html/objects.inv in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/project.html has no
> final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/quickstart.html has
> no final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/rest.html has no
> final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/search.html has no
> final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/searchindex.js has
> no final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/user-cli.html has no
> final newline (either original or modified version)
> dpkg-source: warning: file bepasty-1.1.0/docs/build/html/user.html has no
> final newline (either original or modified version)
> 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/bepasty_1.1.0-1_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: bepasty
Source-Version: 1.2.0-1
Done: Elena Grandi <valha...@debian.org>
We believe that the bug you reported is fixed in the latest version of
bepasty, 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 1043...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Elena Grandi <valha...@debian.org> (supplier of updated bepasty 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: Fri, 05 Jan 2024 11:24:31 +0100
Source: bepasty
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Elena Grandi <valha...@debian.org>
Changed-By: Elena Grandi <valha...@debian.org>
Closes: 1043650
Changes:
bepasty (1.2.0-1) unstable; urgency=medium
.
* New upstream release.
* Clean generated files including in docs/build/. Closes: #1043650
* Re-enable running of build-time tests.
* Add an initial set of autopkgtests.
* Bump Standards-Version to 4.6.2 (no changes needed).
Checksums-Sha1:
8c54a92789ba70cb04c41ce3a570207e6897a146 1890 bepasty_1.2.0-1.dsc
40575206c2a7682fd535c09c04fb90b8e481c6bb 87435 bepasty_1.2.0.orig.tar.gz
223c1caca103a881030a17048fa7bf6ce69d956c 10128 bepasty_1.2.0-1.debian.tar.xz
10ad8f5bd1fde78626c24fc3b4d31f539dc27e19 13552 bepasty_1.2.0-1_amd64.buildinfo
Checksums-Sha256:
a80befc0b0f38248e0718a1dde0eef9f80a15866c4d6116af1461f0907277154 1890
bepasty_1.2.0-1.dsc
4776efae5fed38fd12f66e97f8cc182ba7cc439d5c23a5b9028c72619f1a67fc 87435
bepasty_1.2.0.orig.tar.gz
a28e9b9cdb148b7b3aab51422a5d9a57b06b2748656b5b64184478ce38556b76 10128
bepasty_1.2.0-1.debian.tar.xz
dae7d71a3f4e09334c44ca8f69c17b4303f554144e678c0996a2d7d1af841791 13552
bepasty_1.2.0-1_amd64.buildinfo
Files:
9e6c2e3a77f2610b3b25c2f60de40aa3 1890 net optional bepasty_1.2.0-1.dsc
0730112c05968f15c51e036dbb057cc5 87435 net optional bepasty_1.2.0.orig.tar.gz
5ccdf60d8f0a7f2a96c2942585f38a39 10128 net optional
bepasty_1.2.0-1.debian.tar.xz
91123f66c5329b173841aa3a7a642e0b 13552 net optional
bepasty_1.2.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFIBAEBCAAyFiEEY8n6rGg5PpTPkl4ZcL0i0xEjtDEFAmWX2YoUHHZhbGhhbGxh
QGRlYmlhbi5vcmcACgkQcL0i0xEjtDFLOwf9ErKS6EZ8del9WB4+sih39lhmxiK0
y29/h3tmEzpAfK3hRdA1suUf1vJxWVGjFopbh/VZELLd7PBU+JWkEdJmZDokBq/g
nVbOOlPyk7dbcIuF5pktfCwVZbKom6mOHHwS9Uhc4fPgZ3dvbJCghH8fd1Spnczz
B0NDcGW4Dq7Qt9MsJW2xFz9ftGtIWMCti2GackbDcdOZCFhxBFswmglQ/oPH9X4w
jd6zsb6WXXQ1wzRbX6GYYAFO4iHVUnAQtWsQVvBTGpNS2Jg2rRrNJBSq0MbSFMJ3
L/mgd74lq6q7QtD7n1F8CSjwN4KgKtzw+hbphKh+pl2fE/L2GSASIjsYyQ==
=cVV1
-----END PGP SIGNATURE-----
--- End Message ---