Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708464 - net-im/choqok-1.7.0 : cmake: ERROR: The following REQUIRED packages have not been found: KF5
Summary: net-im/choqok-1.7.0 : cmake: ERROR: The following REQUIRED packages have not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-02-06 11:18 UTC by Holger Hoffstätte
Modified: 2022-02-21 15:42 UTC (History)
0 users

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


Attachments
Patch to remove bogus dependency (kf5-dependency.patch,340 bytes, patch)
2020-02-06 11:22 UTC, Holger Hoffstätte
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoffstätte 2020-02-06 11:18:34 UTC
choqok-1.7.0 fails to build due to a "missing required dependency KF5". Since I'm using various KDE5 apps this seemed fishy, and indeed turned out to be incorrect.


Reproducible: Always

Steps to Reproduce:
1. try to update to choqok-1.7.0
2. build failure
3. no tweets :(
Actual Results:  
During cmake configuraton:
..
-- The following REQUIRED packages have not been found:

 * KF5

CMake Error at /usr/share/cmake/Modules/FeatureSummary.cmake:457 (message):
  feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
  run.
..

Expected Results:  
Clean build.
Comment 1 Holger Hoffstätte 2020-02-06 11:22:23 UTC
Created attachment 612072 [details, diff]
Patch to remove bogus dependency

I decided to simply remove the offending check and unsurprisingly this resulted in a working build.
Comment 2 Holger Hoffstätte 2020-02-06 11:29:47 UTC
I also looked into manually installing kde-frameworks/purpose, but for some reason this little library wants to pull in wayland and ~25 other packages. wtf.
Comment 3 Andreas Sturmlechner gentoo-dev 2020-02-06 20:43:46 UTC
(In reply to Holger Hoffstätte from comment #2)
> I also looked into manually installing kde-frameworks/purpose, but for some
> reason this little library wants to pull in wayland and ~25 other packages.
> wtf.

No it certainly doesn't. Depending on your USE flag settings, some dependency of a dependency might pull in wayland. Which would not be a big deal *at all*.
Comment 4 Larry the Git Cow gentoo-dev 2020-02-06 22:24:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2243f67b0fab9e5c84b40c38dcb8d49ea7d48c4a

commit 2243f67b0fab9e5c84b40c38dcb8d49ea7d48c4a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-02-06 22:23:24 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-02-06 22:24:04 +0000

    net-im/choqok: Temporary fix for USE !share
    
    Closes: https://bugs.gentoo.org/708464
    Package-Manager: Portage-2.3.87, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 net-im/choqok/choqok-1.7.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)