Created attachment 588520 [details] full build log The error and upstream ae44042e5 commit suggest this is gentoo's kio-extras USE=-activities related... [ebuild R *] kde-apps/kio-extras-9999:5::kde USE="handbook man taglib -activities -debug -mtp -openexr -phonon -samba -sftp -test" 0 KiB From the build log: -- Configuring done CMake Error at recentlyused/CMakeLists.txt:13 (add_library): Target "recentlyused" links to target "KF5::Activities" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? -- Generating done CMake Generate step failed. Build files cannot be regenerated correctly. From upstream's ae44042e5 commit (first line is the CMakeLists.txt line 13 mentioned in the error): +add_library(recentlyused MODULE ${kio_recentlyused_SRCS}) + +target_link_libraries(recentlyused + KF5::KIOCore + KF5::I18n + KF5::Activities + KF5::ActivitiesStats) Full build log attached
(In reply to Duncan from comment #0) > The error and upstream ae44042e5 commit suggest this is gentoo's kio-extras > USE=-activities related... Confirmed. With USE=activities it builds fine.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=953bcb60dc1ae6f5083063d141ca8702bfb22b7a commit 953bcb60dc1ae6f5083063d141ca8702bfb22b7a Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-08-30 07:20:09 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-08-30 07:20:09 +0000 kde-apps/kio-extras: Add new cmake switch to USE activities Upstream commits: ae44042e541c770c70d7e96bb5fb5e43255cb6c4 bca85c1c50c160b423d8e9031057020910162070 Reported-by: Duncan <1i5t5.duncan@cox.net> Closes: https://bugs.gentoo.org/693104 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-apps/kio-extras/kio-extras-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+)