Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693104 - [kde overlay] kde-apps/kio-extras-9999 from upstream ae44042e5: CMAKE Error at recentlyused/CMakeLists.txt:13
Summary: [kde overlay] kde-apps/kio-extras-9999 from upstream ae44042e5: CMAKE Error a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-30 04:06 UTC by Duncan
Modified: 2019-08-30 07:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
full build log (kde-apps:kio-extras-9999:20190830-032747.log,11.95 KB, text/plain)
2019-08-30 04:06 UTC, Duncan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan 2019-08-30 04:06:54 UTC
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
Comment 1 Duncan 2019-08-30 04:12:24 UTC
(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.
Comment 2 Larry the Git Cow gentoo-dev 2019-08-30 07:21:09 UTC
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(+)