Your message dated Thu, 11 Dec 2025 19:34:04 +0000 with message-id <E1vTmQO-00EkQt-1b@fasolo.debian.org> and subject line Bug#1043717: fixed in cmph 2.0.2-4 has caused the Debian Bug report #1043717, regarding cmph: 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.) -- 1043717: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043717 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: cmph: Fails to build source after successful build
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Sun, 13 Aug 2023 15:17:57 +0200
- Message-id: <1691932677.070709.1210890.nullmailer@grub.nussbaum.fr>
Source: cmph Version: 2.0.2-2 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 cmph > dpkg-buildpackage: info: source version 2.0.2-2 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Joseph Herlant <aerostitch@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 src > make[2]: Entering directory '/<<PKGBUILDDIR>>/src' > test -z "libcmph.la" || rm -f libcmph.la > rm -rf .libs _libs > rm -f *.o > rm -f cmph > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f bm_numbers > test . = "." || test -z "" || rm -f > rm -f ./so_locations > rm -f ./.deps/bdz.Plo > rm -f ./.deps/bdz_ph.Plo > rm -f ./.deps/bm_numbers.Po > rm -f ./.deps/bmz.Plo > rm -f ./.deps/bmz8.Plo > rm -f ./.deps/brz.Plo > rm -f ./.deps/buffer_entry.Plo > rm -f ./.deps/buffer_manager.Plo > rm -f ./.deps/chd.Plo > rm -f ./.deps/chd_ph.Plo > rm -f ./.deps/chm.Plo > rm -f ./.deps/cmph.Plo > rm -f ./.deps/cmph_benchmark.Plo > rm -f ./.deps/cmph_structs.Plo > rm -f ./.deps/compressed_rank.Plo > rm -f ./.deps/compressed_seq.Plo > rm -f ./.deps/fch.Plo > rm -f ./.deps/fch_buckets.Plo > rm -f ./.deps/graph.Plo > rm -f ./.deps/hash.Plo > rm -f ./.deps/jenkins_hash.Plo > rm -f ./.deps/linear_string_map.Plo > rm -f ./.deps/main.Po > rm -f ./.deps/miller_rabin.Plo > rm -f ./.deps/select.Plo > rm -f ./.deps/vqueue.Plo > rm -f ./.deps/vstack.Plo > rm -f ./.deps/wingetopt.Po > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' > Making distclean in tests > make[2]: Entering directory '/<<PKGBUILDDIR>>/tests' > rm -rf .libs _libs > rm -f *.o > test -z "graph_tests.log select_tests.log compressed_seq_tests.log compressed_rank_tests.log cmph_benchmark_test.log" || rm -f graph_tests.log select_tests.log compressed_seq_tests.log compressed_rank_tests.log cmph_benchmark_test.log > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f graph_tests select_tests compressed_seq_tests compressed_rank_tests cmph_benchmark_test > rm -f packed_mphf_tests mphf_tests > test . = "." || test -z "" || rm -f > test -z "graph_tests.trs select_tests.trs compressed_seq_tests.trs compressed_rank_tests.trs cmph_benchmark_test.trs" || rm -f graph_tests.trs select_tests.trs compressed_seq_tests.trs compressed_rank_tests.trs cmph_benchmark_test.trs > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/cmph_benchmark_test.Po > rm -f ./.deps/compressed_rank_tests.Po > rm -f ./.deps/compressed_seq_tests.Po > rm -f ./.deps/graph_tests.Po > rm -f ./.deps/mphf_tests.Po > rm -f ./.deps/packed_mphf_tests.Po > rm -f ./.deps/select_tests.Po > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests' > Making distclean in examples > make[2]: Entering directory '/<<PKGBUILDDIR>>/examples' > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f vector_adapter_ex1 file_adapter_ex2 struct_vector_adapter_ex3 small_set_ex4 > test . = "." || test -z "" || rm -f > rm -f ./.deps/file_adapter_ex2.Po > rm -f ./.deps/small_set_ex4.Po > rm -f ./.deps/struct_vector_adapter_ex3.Po > rm -f ./.deps/vector_adapter_ex1.Po > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples' > Making distclean in man > make[2]: Entering directory '/<<PKGBUILDDIR>>/man' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/man' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > rm -rf .libs _libs > rm -f *.lo > test -z "cmph.pc cxxmph.pc" || rm -f cmph.pc cxxmph.pc > rm -f config.h stamp-h1 > test . = "." || test -z "" || rm -f > rm -f libtool config.lt > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f config.status config.cache config.log configure.lineno config.status.lineno > 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 cmph using existing ./cmph_2.0.2.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: info: local changes detected, the modified files are: > cmph-2.0.2/cxxmph/Makefile > dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/cmph_2.0.2-2.diff.d3Ol1D > 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/cmph_2.0.2-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 ---
- To: 1043717-close@bugs.debian.org
- Subject: Bug#1043717: fixed in cmph 2.0.2-4
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 11 Dec 2025 19:34:04 +0000
- Message-id: <E1vTmQO-00EkQt-1b@fasolo.debian.org>
- Reply-to: Santiago Vila <sanvila@debian.org>
Source: cmph Source-Version: 2.0.2-4 Done: Santiago Vila <sanvila@debian.org> We believe that the bug you reported is fixed in the latest version of cmph, 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 1043717@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 cmph 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: Thu, 11 Dec 2025 20:10:00 +0100 Source: cmph Architecture: source Version: 2.0.2-4 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Santiago Vila <sanvila@debian.org> Closes: 1018703 1043717 Changes: cmph (2.0.2-4) unstable; urgency=medium . * QA upload. . [ Joseph Herlant ] * debp14 states we should use debian/master for master branch . [ Santiago Vila ] * d/copyright: License is LGPL-2 or MPL-1.1. Closes: #1018703. * Fix clean target. Closes: #1043717. * d/control: Apply multi-arch hints. * d/control: Drop "Priority: optional" (default). * d/control: Update standards-version. * Drop unused lintian overrides. * Raise debhelper compat level to 13. Checksums-Sha1: dfb0ad1ee4101d8b6e0cac8e6b6d87d1bd8cc686 1661 cmph_2.0.2-4.dsc 7c8c84ebc68b436c668393c77790f488bf01831a 15508 cmph_2.0.2-4.debian.tar.xz 418153b1ed24c206bcbfb840a131eadd74736f10 4954 cmph_2.0.2-4_source.buildinfo Checksums-Sha256: 00ef7eca723dd76163369e3aec32d2aabb04167bf99403e2785a6c6d32e20594 1661 cmph_2.0.2-4.dsc e079807e7309d20be42fb43ca579c6fafdd468a20890893e9120c6af216dde19 15508 cmph_2.0.2-4.debian.tar.xz e01b236d687e38fe4db73cd86a748dc899f6e168585caf904be17367877fdb4a 4954 cmph_2.0.2-4_source.buildinfo Files: b3c53dddd0b3567b714ea28bdbb62356 1661 libs optional cmph_2.0.2-4.dsc 24d43b8a4a87af52172e642977b3cea1 15508 libs optional cmph_2.0.2-4.debian.tar.xz 324107684574bf277f8f3af5a694e3fe 4954 libs optional cmph_2.0.2-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmk7F6oACgkQQc5/C58b izJrkQf+JRY0IJmOyQqc1NXv2QhJCYMNrZKABU6yO396+0+VjNW9ft0C8xplf3Vz SQ92NYYIAqA6X1O/eOGIxp2e++iWS++ITWqbuoil5zyMi4GyV7DF7Coy6NEbmxpW 3JqYS8sVyEL0PEVKGLQ4cBDc3fosNT1HhbvpkwSMgAXR0c30R8CpszMjg1iz3JXr EqT2DohHyes6eo/3Rzc3CTR98rha25IpmHQv8GsTHXrZ7mhDw35DEfADmpRMF7I6 JKntV+5RIqaxBbIydIjdIqd7HOpo5F3EZOYUCS1Wfzxn0SeCPK+u0W2t/Ww2Ap05 LV3SEe0g+gPrY9+Pt6/rZx+uTp/EJw== =THnc -----END PGP SIGNATURE-----Attachment: pgpx03yEICnFy.pgp
Description: PGP signature
--- End Message ---