At kde-plasma-addons f29b44f0e against plasma5support 22eb517de attempting to build kde-plasma-addons yields: CMake Warning at /usr/share/ECM/find-modules/FindKF6.cmake:52 (find_package): Could not find a configuration file for package "KF6Plasma5Support" that is compatible with requested version "5.91.90". The following configuration files were considered but not accepted: /usr/lib64/cmake/KF6Plasma5Support/KF6Plasma5SupportConfig.cmake, version: 5.91.0 /lib64/cmake/KF6Plasma5Support/KF6Plasma5SupportConfig.cmake, version: 5.91.0 That kills the build,, and no wonder, since it's looking for 5.91.90 (kde-plasma-addons version as of a9ec97b8b ) but plasma5support has only been updated (in HEAD, 22eb517de) to 5.91.0 . (Given the latest commits to both were less than 24 hours ago, I did a 24-hour search before filing, turning up nothing apropos.)
CCing jriddell for release bumping.
Manually bumping plasma5support to 5.91.90 (following the pattern of 22eb517de) and rebuilding it does the trick. But my git-foo is user/admin not dev side, so I know not how to do PRs...
Hi, thank you for your bug report! For support on building kde software from source, please use the IRC channels [0], or the KDE forum [1]. Another good resource is the wiki [2]. The bugzilla instance is only for reporting bugs. [0] https://userbase.kde.org/IRC_Channels [1] https://discuss.kde.org/ [2] https://community.kde.org/Get_Involved/development/Build_software_with_kdesrc-build
Seems I was correct filing it as a bug after all (and the resolved/notabug, not my change, was wrong), fixed by plasma5support commit 8c9878917, which did exactly what I did locally to work around it, bumping the version to 5.91.90. So changing to the now correct resolved/fixed.