Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456216 - kde-base/gwenview-4.10.0 fails to compile: CMake Error at CMakeLists.txt:57 (find_package)
Summary: kde-base/gwenview-4.10.0 fails to compile: CMake Error at CMakeLists.txt:57 (...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 19:43 UTC by Sebastian Pipping
Modified: 2013-02-09 19:42 UTC (History)
2 users (show)

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


Attachments
Build log (kde-base:gwenview-4.10.0:20130208-180126.log,6.16 KB, text/plain)
2013-02-08 19:43 UTC, Sebastian Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2013-02-08 19:43:47 UTC
Created attachment 338348 [details]
Build log

Full log attached, no idea how to fix this myself.

[..]
CMake Error at CMakeLists.txt:57 (find_package):
  By not providing "FindKActivities.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "KActivities", but CMake did not find one.

  Could not find a package configuration file provided by "KActivities"
  (requested version 6.1.0) with any of the following names:

    KActivitiesConfig.cmake
    kactivities-config.cmake

  Add the installation prefix of "KActivities" to CMAKE_PREFIX_PATH or set
  "KActivities_DIR" to a directory containing one of the above files.  If
  "KActivities" provides a separate development package or SDK, be sure it
  has been installed.
[..]

Please share your understanding with me.
Comment 1 Franz Trischberger 2013-02-08 20:00:03 UTC
I gwenview really needs kactivities:
find_package(KActivities 6.1.0 REQUIRED)
Then gwenview needs to depend on kde-base/kactivities.

Can you have a look if kactivities is installed?
If not does installing it fix you issue?
Comment 2 Sebastian Pipping gentoo-dev 2013-02-08 21:51:43 UTC
(In reply to comment #1)
> Can you have a look if kactivities is installed?
> If not does installing it fix you issue?

Yes, installing kactivities fixes the issue for me.
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2013-02-09 19:42:42 UTC
Fixedf, thanks