Review Request 111456: Create KCrash framework

David Faure faure at kde.org
Sun Jul 14 07:58:13 UTC 2013


On Saturday 13 July 2013 13:32:51 Stefanie Dargel wrote:
> unfortunally KCrash causes kdelibs-frameworks to fail for me when build from
> scratch with kdesrc-build due to a cmake error:
> 
> CMake Error at
> KDE/KF5/inst/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:10
> 8 (message): Could NOT find KF5 (missing: KCoreAddons KWindowSystem) (found
> suitable version "5.0.0", minimum required is "5.0.0") Call Stack (most
> recent call first):
>   KDE/KF5/inst/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:3
> 15 (_FPHSA_FAILURE_MESSAGE)
> KDE/KF5/inst/share/ECM/find-modules/FindKF5.cmake:216
> (find_package_handle_standard_args) staging/kcrash/src/CMakeLists.txt:3
> (find_package)
> 
> commenting out that line ( find_package(KF5 5.0.0 REQUIRED MODULE COMPONENTS
> CMake Compiler InstallDirs KCoreAddons KWindowSystem) ) in
> staging/kcrash/src/CMakeLists.txt fixes the issue for me. Is it trying to
> find KCoreAddons and KWindowSystem before they are beeing build/configured?

Hello Stefanie,

I had the same issue and fixed it (removed the redundant find_package lines).

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5



More information about the Kde-frameworks-devel mailing list