https://bugs.kde.org/show_bug.cgi?id=421017
--- Comment #14 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Bartek Wreczycki from comment #12) > Hello, I require some assistance with compiling kpmcore, I always get this > output: > > Installing in /usr/local. Run /home/bartek/kpmcore/build/prefix.sh to set > the environment for kpmcore. > -- Could NOT find KF5Auth (missing: KF5Auth_DIR) > -- Could NOT find KF5Auth: found neither KF5AuthConfig.cmake nor > kf5auth-config.cmake > -- Could NOT find KF5CoreAddons (missing: KF5CoreAddons_DIR) > -- Could NOT find KF5CoreAddons: found neither KF5CoreAddonsConfig.cmake nor > kf5coreaddons-config.cmake > -- Could NOT find KF5I18n (missing: KF5I18n_DIR) > -- Could NOT find KF5I18n: found neither KF5I18nConfig.cmake nor > kf5i18n-config.cmake > -- Could NOT find KF5WidgetsAddons (missing: KF5WidgetsAddons_DIR) > -- Could NOT find KF5WidgetsAddons: found neither > KF5WidgetsAddonsConfig.cmake nor kf5widgetsaddons-config.cmake > CMake Error at > /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 > (message): > Could NOT find KF5 (missing: Auth CoreAddons I18n WidgetsAddons) (Required > is at least version "5.56") > Call Stack (most recent call first): > /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 > (_FPHSA_FAILURE_MESSAGE) > /usr/share/ECM/find-modules/FindKF5.cmake:110 > (find_package_handle_standard_args) > CMakeLists.txt:67 (find_package) Also, I'm not sure if installing to /usr/local would work, polkit (which is used by kauth) might not like files installed in non-standard location. I usually just install to /usr with "cmake .. -DINSTALL_PREFIX=/usr" (it's a bit ugly since it has pottential to polute your /usr, although, now master installs the same version of libraries as 4.1.0, so it should just overwrite your system install of kpmcore) -- You are receiving this mail because: You are watching all bug changes.