Source: ogre-1.12 Version: 1.12.10+dfsg2-8 Severity: serious Tags: patch Forwarded: https://github.com/OGRECave/ogre/commit/141f5d417cbcd1bcfeb528fbf0170e47c064549c X-Debbugs-Cc: Antoine Le Gonidec <[email protected]>
https://ci.debian.net/packages/o/ogre-1.12/testing/amd64/67800553/ ... 80s CMake Error at CMakeLists.txt:1 (cmake_minimum_required): 80s Compatibility with CMake < 3.5 has been removed from CMake. 80s 80s Update the VERSION argument <min> value. Or, use the <min>...<max> syntax 80s to tell CMake that the project requires at least <min> but has been updated 80s to work with policies introduced by <max> or earlier. 80s 80s Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. 80s 80s 80s -- Configuring incomplete, errors occurred! 80s autopkgtest [04:00:55]: test test-tutorial: -----------------------] 81s autopkgtest [04:00:56]: test test-tutorial: - - - - - - - - - - results - - - - - - - - - - 81s test-tutorial FAIL non-zero exit status 1 81s autopkgtest [04:00:56]: @@@@@@@@@@@@@@@@@@@@ summary 81s autodep8-python3 PASS (superficial) 81s test-tutorial FAIL non-zero exit status 1 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 was added to debian/rules for #1113343, but since debian/tests/run-tests invokes cmake manually it also has to be added there (or instead backporting the commit linked above).

