Your message dated Mon, 08 Dec 2025 11:20:09 +0000 with message-id <E1vSZHl-00FbMy-24@fasolo.debian.org> and subject line Bug#1046380: fixed in zsync 0.6.2-9 has caused the Debian Bug report #1046380, regarding zsync: 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 owner@bugs.debian.org immediately.) -- 1046380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046380 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: zsync: Fails to build source after successful build
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Sun, 13 Aug 2023 21:21:34 +0200
- Message-id: <1691954494.988101.1285368.nullmailer@grub.nussbaum.fr>
Source: zsync Version: 0.6.2-5 Severity: minor Tags: trixie sid ftbfs User: lucas@debian.org Usertags: ftbfs-sab-20230813 ftbfs-source-after-build User: debian-qa@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 zsync > dpkg-buildpackage: info: source version 0.6.2-5 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Simon Quigley <tsimonq2@debian.org> > dpkg-source --before-build . > fakeroot debian/rules clean > dh clean > dh_auto_clean > make -j8 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in librcksum > make[2]: Entering directory '/<<PKGBUILDDIR>>/librcksum' > test -z "librcksum.a" || rm -f librcksum.a > test -z "md4test" || rm -f md4test > rm -f *.o > test -z "md4test.log" || rm -f md4test.log > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > test -z "md4test.trs" || rm -f md4test.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/hash.Po > rm -f ./.deps/md4.Po > rm -f ./.deps/md4test.Po > rm -f ./.deps/range.Po > rm -f ./.deps/rsum.Po > rm -f ./.deps/state.Po > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/librcksum' > Making distclean in zlib > make[2]: Entering directory '/<<PKGBUILDDIR>>/zlib' > test -z "libinflate.a libdeflate.a" || rm -f libinflate.a libdeflate.a > rm -f *.o > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./.deps/adler32.Po > rm -f ./.deps/compress.Po > rm -f ./.deps/crc32.Po > rm -f ./.deps/deflate.Po > rm -f ./.deps/inflate.Po > rm -f ./.deps/inftrees.Po > rm -f ./.deps/trees.Po > rm -f ./.deps/zutil.Po > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/zlib' > Making distclean in libzsync > make[2]: Entering directory '/<<PKGBUILDDIR>>/libzsync' > test -z "libzsync.a" || rm -f libzsync.a > test -z "sha1test" || rm -f sha1test > rm -f *.o > test -z "sha1test.log" || rm -f sha1test.log > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > test -z "sha1test.trs" || rm -f sha1test.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/sha1.Po > rm -f ./.deps/sha1test.Po > rm -f ./.deps/zmap.Po > rm -f ./.deps/zsync.Po > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/libzsync' > Making distclean in doc > make[2]: Entering directory '/<<PKGBUILDDIR>>/doc' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > test -z "zsyncmake zsync" || rm -f zsyncmake zsync > rm -f *.o > test -z "check-zsyncmake.log" || rm -f check-zsyncmake.log > rm -f *.tab.c > test -z "" || rm -f > rm -f config.h stamp-h1 > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > test -z "check-zsyncmake.trs" || rm -f check-zsyncmake.trs > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > test -z "test-suite.log" || rm -f test-suite.log > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f config.status config.cache config.log configure.lineno config.status.lineno > rm -f .deps/getaddrinfo.Po > rm -f ./.deps/base64.Po > rm -f ./.deps/client.Po > rm -f ./.deps/http.Po > rm -f ./.deps/make.Po > rm -f ./.deps/makegz.Po > rm -f ./.deps/progress.Po > rm -f ./.deps/url.Po > rm -f Makefile > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autoreconf_clean > dh_clean > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building zsync using existing ./zsync_0.6.2.orig.tar.bz2 > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: warning: ignoring deletion of file aclocal.m4, use --include-removal to override > dpkg-source: warning: ignoring deletion of file Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file configure, use --include-removal to override > dpkg-source: warning: ignoring deletion of file config.h.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file autotools/install-sh, use --include-removal to override > dpkg-source: warning: ignoring deletion of file autotools/depcomp, use --include-removal to override > dpkg-source: warning: ignoring deletion of file autotools/missing, use --include-removal to override > dpkg-source: warning: ignoring deletion of file libzsync/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file zlib/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file librcksum/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file doc/Makefile.in, use --include-removal to override > dpkg-source: warning: file zsync-0.6.2/foo.tr.zsync has no final newline (either original or modified version) > dpkg-source: info: local changes detected, the modified files are: > zsync-0.6.2/foo.tr.zsync > dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/zsync_0.6.2-5.diff.cM0GvR > dpkg-source: info: Hint: make sure the version in debian/changelog matches the unpacked source tree > dpkg-source: info: you can integrate the local changes with dpkg-source --commit > dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2 > > 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/zsync_0.6.2-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 ---
- To: 1046380-close@bugs.debian.org
- Subject: Bug#1046380: fixed in zsync 0.6.2-9
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 08 Dec 2025 11:20:09 +0000
- Message-id: <E1vSZHl-00FbMy-24@fasolo.debian.org>
- Reply-to: Santiago Vila <sanvila@debian.org>
Source: zsync Source-Version: 0.6.2-9 Done: Santiago Vila <sanvila@debian.org> We believe that the bug you reported is fixed in the latest version of zsync, 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 1046380@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Santiago Vila <sanvila@debian.org> (supplier of updated zsync 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 08 Dec 2025 11:50:00 +0100 Source: zsync Architecture: source Version: 0.6.2-9 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Santiago Vila <sanvila@debian.org> Closes: 1046380 Changes: zsync (0.6.2-9) unstable; urgency=medium . * QA upload. * Fix clean target. Closes: #1046380. * d/control: Drop "Priority: optional" (default). * d/control: Update standards-version. * d/control: Use secure URI in Homepage. * Switch debian/watch to format version 5. * Restore lintian overrides. * Add debian/salsa-ci.yml. Checksums-Sha1: c5e30c7bcc681a834398bcf453040e5b1eb179b5 1445 zsync_0.6.2-9.dsc ad5de1d37b5b2361e3a9f02785a53fbdefc766de 9836 zsync_0.6.2-9.debian.tar.xz 4540797c68a9c61002e448b889c6c254096f2e41 5032 zsync_0.6.2-9_source.buildinfo Checksums-Sha256: d6877dc59c3f96a45a68472f660224aae9cece0948e06aa78e842ef5e8d11c18 1445 zsync_0.6.2-9.dsc ee514d0fdf902a4f072cce4c052a773afde938eb10cc6e63d51c730d73b5c421 9836 zsync_0.6.2-9.debian.tar.xz d7f3cf25ede86b72b2c16b2f2e4173d2f1879ba4856d4c750e439866e8d79f5a 5032 zsync_0.6.2-9_source.buildinfo Files: 4a3062ac2b844a9fca560e2d37dcc80c 1445 net optional zsync_0.6.2-9.dsc 6b8314e4ecad06d30f590b2c2ec70c3c 9836 net optional zsync_0.6.2-9.debian.tar.xz 4efbd0e4ca780c2e3b0f7b01f9fe4fb2 5032 net optional zsync_0.6.2-9_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmk2rcsACgkQQc5/C58b izL3eggAp66M9Q0WayYbFlrFVcjYEdJ46SEMPNzd/qdneJFo+1WSG7LuEj91IR7m a3PvB+YmQ+2SMYfWPBtfdPVbwOw93flhm0MxyAYyGvtzBOZrvtH5gKe/gI+ZVXfk PBuyeUxFXc/KwxC0H9GeTCZEhj+MF/Z2rCeK00NM+PvyEdgpKufvmMz09m6lm+kS Nz2VaoNblsxhr45/lRnf4gm+WkgVOrSQqh94KiDpQg7J6R4mf6KfYDwWsvFp3+JK 2Vt3PUnLugqyBSWH0Jn+KNYDIv7J+zjPPJW3GVdhymOwMXyJofWVOi0mdAd3mLqN kyjHg/TAFmjlCX1HSwRLH3p1AbAQBw== =MA19 -----END PGP SIGNATURE-----Attachment: pgp1jLyTzVbE3.pgp
Description: PGP signature
--- End Message ---