Your message dated Fri, 26 Sep 2025 09:49:10 +0000
with message-id <[email protected]>
and subject line Bug#1112686: fixed in chromaprint 1.6.0-2
has caused the Debian Bug report #1112686,
regarding chromaprint FTCBFS: fails running tests despite DEB_BUILD_OPTIONS
containing nocheck
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.)
--
1112686: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112686
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: chromaprint
Version: 1.6.0-1
Tags: patch
User: [email protected]
Usertags: ftcbfs
chromaprint started to fail to cross build from source in version
1.6.0-1. It seems that the new version defaults to BUILD_TESTS=ON.
debian/rules passes -DBUILD_TESTS=ON when DEB_BUILD_OPTIONS lacks
nocheck, but it did not pass -DBUILD_TESTS=OFF otherwise. Therefore it
actually is running tests. I'm attaching a patch for your covenience.
Once applying it, chromaprint cross builds again.
Helmut
diff -Nru chromaprint-1.6.0/debian/changelog chromaprint-1.6.0/debian/changelog
--- chromaprint-1.6.0/debian/changelog 2025-08-30 18:10:44.000000000 +0200
+++ chromaprint-1.6.0/debian/changelog 2025-08-31 15:36:33.000000000 +0200
@@ -1,3 +1,10 @@
+chromaprint (1.6.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sun, 31 Aug 2025 15:36:33 +0200
+
chromaprint (1.6.0-1) unstable; urgency=medium
* New upstream version 1.6.0
diff -Nru chromaprint-1.6.0/debian/rules chromaprint-1.6.0/debian/rules
--- chromaprint-1.6.0/debian/rules 2025-08-30 17:47:05.000000000 +0200
+++ chromaprint-1.6.0/debian/rules 2025-08-31 15:36:19.000000000 +0200
@@ -9,6 +9,8 @@
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
CONFIGURE_FLAGS += -DBUILD_TESTS=ON
CONFIGURE_FLAGS += -DGTEST_ROOT=/usr/src/googletest/googletest/
+else
+CONFIGURE_FLAGS += -DBUILD_TESTS=OFF
endif
%:
--- End Message ---
--- Begin Message ---
Source: chromaprint
Source-Version: 1.6.0-2
Done: Sebastian Ramacher <[email protected]>
We believe that the bug you reported is fixed in the latest version of
chromaprint, 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.
Sebastian Ramacher <[email protected]> (supplier of updated chromaprint
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: Fri, 26 Sep 2025 11:19:57 +0200
Source: chromaprint
Architecture: source
Version: 1.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Closes: 1112686
Changes:
chromaprint (1.6.0-2) unstable; urgency=medium
.
[ Helmut Grohne ]
* Honour DEB_BUILD_OPTIONS=nocheck (Closes: #1112686)
Checksums-Sha1:
d0cdfb67018b8bf5f9ab0c740f70b1f09f419d97 1746 chromaprint_1.6.0-2.dsc
9bfd4d80dc91af39dad91b942cbfc37265a6fb1f 6524 chromaprint_1.6.0-2.debian.tar.xz
9e8c6b6f8053f5d53b044fc9c456755e0d2e5b9f 10853
chromaprint_1.6.0-2_source.buildinfo
Checksums-Sha256:
a14974826243c5459579412d979813d51270a6cd10767c4cab6485c94837aa73 1746
chromaprint_1.6.0-2.dsc
d9b57caad3532cb638ffc0e7028fd194e4477ac0fb98f76dc4d16e4a1eee80e0 6524
chromaprint_1.6.0-2.debian.tar.xz
090071860a2eff96784a19e34277cf90c518dcbec41ce095534b048b33e5013f 10853
chromaprint_1.6.0-2_source.buildinfo
Files:
e530338a7270720f6776fa3fc26643d6 1746 libs optional chromaprint_1.6.0-2.dsc
f41609cff0f3d6a08eeea999a06a9461 6524 libs optional
chromaprint_1.6.0-2.debian.tar.xz
cb028c0b6969cab436d26d4b5ef1d4b3 10853 libs optional
chromaprint_1.6.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
wr0EARYKAG8FgmjWW2oJECGTazZgD82JRxQAAAAAAB4AIHNhbHRAbm90YXRpb25z
LnNlcXVvaWEtcGdwLm9yZ0k0PDJqhwFA3ca60ifOEXvoegLX07fXNO+3SNTweRqJ
FiEEQmJ+hB2ZZ9qD4fqQIZNrNmAPzYkAAOM8AP98CzegzrcgoLrX9e9wax8zwYm1
wnVphs6UAgtdF1K9mwEAt7Q0IfEOEySQ4n0ehxRKT8w+d2zOJnDA/a74M7LR4A4=
=LQ5z
-----END PGP SIGNATURE-----
pgpQNMk_xTKrx.pgp
Description: PGP signature
--- End Message ---