[Debian-med-packaging] Bug#1125595: lambda-align: autopkgtest failure with CMake 4

Adrian Bunk bunk at debian.org
Thu Jan 15 14:15:32 GMT 2026


Source: lambda-align
Version: 1.0.3-8
Severity: serious

https://ci.debian.net/packages/l/lambda-align/testing/amd64/67800477/

...
 24s + cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON ../tests
 24s CMake Error at CMakeLists.txt:5 (cmake_minimum_required):
 24s   Compatibility with CMake < 3.5 has been removed from CMake.
 24s 
 24s   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
 24s   to tell CMake that the project requires at least <min> but has been updated
 24s   to work with policies introduced by <max> or earlier.
 24s 
 24s   Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
 24s 
 24s -- Configuring incomplete, errors occurred!
 24s 
 24s autopkgtest [03:39:20]: test run-tests: -----------------------]
 25s autopkgtest [03:39:21]: test run-tests:  - - - - - - - - - - results - - - - - - - - - -
 25s run-tests            FAIL non-zero exit status 1
...



-DCMAKE_POLICY_VERSION_MINIMUM=3.5 was added to debian/rules for #1113092,
but since debian/tests/run-tests invokes cmake manually it also has to be
added there.



More information about the Debian-med-packaging mailing list