Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 868333 - kde-apps/gwenview-22.08.0[-annotate]: Target "gwenviewlib" links to: kImageAnnotator::kImageAnnotator but the target was not found
Summary: kde-apps/gwenview-22.08.0[-annotate]: Target "gwenviewlib" links to: kImageAn...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-04 03:32 UTC by BT
Modified: 2022-09-06 19:22 UTC (History)
0 users

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


Attachments
build log (build.log,10.65 KB, text/x-log)
2022-09-04 03:32 UTC, BT
Details
emerge --info (emerge.info,7.03 KB, text/plain)
2022-09-04 03:33 UTC, BT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BT 2022-09-04 03:32:28 UTC
kde-apps/gwenview-22.08.0 fails during configure with:

-- Configuring done
CMake Error at lib/CMakeLists.txt:301 (target_link_libraries):
  Target "gwenviewlib" links to:

    kImageAnnotator::kImageAnnotator

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



CMake Error at app/CMakeLists.txt:135 (target_link_libraries):
  Target "gwenview" links to:

    kImageAnnotator::kImageAnnotator

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

It appears that kImageAnnotator support is not optional:
https://invent.kde.org/graphics/gwenview/-/blob/release/22.08/CMakeLists.txt#L144
Comment 1 BT 2022-09-04 03:32:57 UTC
Created attachment 803080 [details]
build log
Comment 2 BT 2022-09-04 03:33:10 UTC
Created attachment 803083 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2022-09-06 19:16:06 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae13f652017c1e9112f95475d9005ebba177c53a

commit ae13f652017c1e9112f95475d9005ebba177c53a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-09-06 18:54:01 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-09-06 19:01:00 +0000

    kde-apps/gwenview: Drop IUSE annotate
    
    It's actually required. Follow-up to 0af99b556a8a5c1b6aa37b70c7295d4278e4a329
    
    Upstream commit 8f3bf87bcda2f678a15a48a5cefdca912d80dff8
    
    Bug: https://bugs.gentoo.org/868333
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/gwenview/gwenview-22.08.49.9999.ebuild | 6 +++---
 kde-apps/gwenview/gwenview-9999.ebuild          | 6 +++---
 kde-apps/gwenview/metadata.xml                  | 1 -
 3 files changed, 6 insertions(+), 7 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2022-09-06 19:22:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188967b9af8d4a4dfc0beda891f1989eb33618d4

commit 188967b9af8d4a4dfc0beda891f1989eb33618d4
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-09-06 18:54:01 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-09-06 19:21:13 +0000

    kde-apps/gwenview: Drop IUSE annotate
    
    It's actually required. Follow-up to 0af99b556a8a5c1b6aa37b70c7295d4278e4a329
    
    Upstream commit 8f3bf87bcda2f678a15a48a5cefdca912d80dff8
    
    Closes: https://bugs.gentoo.org/868333
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../{gwenview-22.08.0.ebuild => gwenview-22.08.0-r1.ebuild}         | 6 +++---
 kde-apps/gwenview/metadata.xml                                      | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)