New comment by ddmgh on void-packages repository https://github.com/void-linux/void-packages/pull/52769#issuecomment-2479334129 Comment: New to this stuff and, when I went to build it, I received the following: ``` CMake Error at /usr/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package): Could not find a configuration file for package "KF6CoreAddons" that is compatible with requested version "6.7.0". The following configuration files were considered but not accepted: /usr/lib64/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0 /usr/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0 /lib64/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0 /lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0 Call Stack (most recent call first): /usr/lib64/cmake/KF6Package/KF6PackageConfig.cmake:55 (find_dependency) /usr/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) /usr/lib64/cmake/Plasma/PlasmaConfig.cmake:52 (find_dependency) CMakeLists.txt:51 (find_package) -- Configuring incomplete, errors occurred! => ERROR: kup-0.10.0_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${build_wrksrc}' exited with 1 => ERROR: in do_configure() at common/build-style/cmake.sh:77 ``` This appears to have happened after building all the dependencies, which took about a day on a two core virtual machine. It appears something is out-of-sync, but I'm uncertain of the best way to resolve it.