https://bugs.kde.org/show_bug.cgi?id=479938
--- Comment #1 from Ganton <ku...@gmx.com> --- In </home/user/kde5/src/log/2024-01-17-01/kaccounts-integration/cmake.log> we can see: # kdesrc-build running: 'cmake' '-B' '.' '-S' '/home/user/kde5/src/kaccounts-integration' '-G' 'Kate - Ninja' '-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON' '-DCMAKE_BUILD_TYPE=RelWithDebInfo' '-DCMAKE_CXX_FLAGS:STRING=-pipe' '-DCMAKE_INSTALL_PREFIX=/home/user/kde5/usr' # from directory: /home/user/kde5/build/kaccounts-integration CMake Deprecation Warning: Support for "Extra Generators" like Kate is deprecated and will be removed from a future version of CMake. IDEs may use the cmake-file-api(7) to view CMake-generated project build trees. -- The CXX compiler identification is GNU 13.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:23 (find_package): Could not find a configuration file for package "ECM" that is compatible with requested version "5.240.0". The following configuration files were considered but not accepted: /home/user/kde5/usr/share/ECM/cmake/ECMConfig.cmake, version: 5.115.0 /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.110.0 so it seems that it's asking for a 5.240.0 version (which is not available for KF5). -- You are receiving this mail because: You are watching all bug changes.