Source: qtox Version: 1.17.6-2.1 Severity: serious Tags: patch Forwarded: https://github.com/qTox/qTox/commit/8cf7f51c14c882a6559a78a5449685eea9a0d6e1 X-Debbugs-Cc: Boyuan Yang <[email protected]>
https://ci.debian.net/packages/q/qtox/testing/amd64/67800592/ ... 60s CMake Error at CMakeLists.txt:23 (cmake_minimum_required): 60s Compatibility with CMake < 3.5 has been removed from CMake. 60s 60s Update the VERSION argument <min> value. Or, use the <min>...<max> syntax 60s to tell CMake that the project requires at least <min> but has been updated 60s to work with policies introduced by <max> or earlier. 60s 60s Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. 60s 60s -- Configuring incomplete, errors occurred! 60s 61s autopkgtest [04:14:28]: test unittest.sh: -----------------------] 61s autopkgtest [04:14:28]: test unittest.sh: - - - - - - - - - - results - - - - - - - - - - 61s unittest.sh FAIL non-zero exit status 1 ... -DCMAKE_POLICY_VERSION_MINIMUM=3.5 was added to debian/rules for #1113452, but since debian/tests/unittest.sh invokes cmake manually it also has to be added there (or instead of both -DCMAKE_POLICY_VERSION_MINIMUM=3.5 backporting the commit linked above).

