#1112686 chromaprint FTCBFS: fails running tests despite DEB_BUILD_OPTIONS containing nocheck #1112686
- Package:
- src:chromaprint
- Source:
- src:chromaprint
- Submitter:
- Helmut Grohne
- Date:
- 2025-08-31 21:19:05 UTC
- Severity:
- normal
- Tags:
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