Build failure during the 2026-07-07 “build all packages for x86_64”
private-repo release pass (see
repo_release_logs/maintained_kdiagram5.log).
Not the usual dependency-ordering issue – a real CMake compatibility
problem: Compatibility with CMake < 3.5 has been removed from CMake.
The current CMake toolchain in the chroot enforces a minimum
cmake_minimum_required policy version that this package’s
CMakeLists.txt doesn’t meet. -- Configuring incomplete, errors
occurred!
Not fixed as part of this pass. Would need either a patch adding
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 (CMake’s own suggested workaround)
to the PKGBUILD’s build(), or an upstream/patch fix to
CMakeLists.txt’s cmake_minimum_required.