Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538260 - [kde overlay] kde-frameworks/plasma-9999 - CMake Error because "KF5package" is missing.
Summary: [kde overlay] kde-frameworks/plasma-9999 - CMake Error because "KF5package" i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 17:16 UTC by Sven Eden
Modified: 2015-02-02 16:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Eden 2015-01-30 17:16:46 UTC
kde-frameworks/plasma-9999 fails with:

--------------
CMake Error at CMakeLists.txt:62 (find_package):
  By not providing "FindKF5Package.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file prvided by
  "KF5package", but CMake did not find one
--------------

There is kde-frameworks/kpackage-5.6.0 in the tree, but the live builds now request for version 5.7.0.

Reproducible: Always

Steps to Reproduce:
1. Try to emerge kde-frameworks/plasma-9999

Actual Results:  
Fails because KF5Package can not be found

Expected Results:  
ebuild pulls in live version of kde-frameworks/kpackage first.
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2015-01-30 23:00:51 UTC
@kensington: how about we require for plasma master frameworks master via eclass?
Comment 2 Michael Palimaka (kensington) gentoo-dev 2015-01-31 15:09:00 UTC
(In reply to Johannes Huber from comment #1)
> @kensington: how about we require for plasma master frameworks master via
> eclass?

++
Comment 3 Johannes Huber (RETIRED) gentoo-dev 2015-01-31 22:32:00 UTC
Thanks for reporting. This is fixed in git. Please sync.

https://github.com/gentoo/kde/commit/bcf3a57c93a537af5ead3fb255b2079c5392d803
Comment 4 Sven Eden 2015-02-02 16:57:14 UTC
(In reply to Johannes Huber from comment #3)
> Thanks for reporting. This is fixed in git. Please sync.
> 
> https://github.com/gentoo/kde/commit/bcf3a57c93a537af5ead3fb255b2079c5392d803

Works like a charm! Thank you very much!