Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456088 - kde-base/kdelibs-4.10.0 requires CMake >=2.8.9
Summary: kde-base/kdelibs-4.10.0 requires CMake >=2.8.9
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-07 20:17 UTC by Sebastian Pipping
Modified: 2013-02-08 13:44 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 Sebastian Pipping gentoo-dev 2013-02-07 20:17:44 UTC
With CMake 2.8.8 I run into this compile error:

[..]
CMake Error at cmake/modules/FindKDE4Internal.cmake:350 (cmake_minimum_required):
  CMake 2.8.9 or higher is required.  You are running version 2.8.8
[..]

Please make the ebuild require >=dev-util/cmake-2.8.9.

You could argue, that version 2.8.9 of cmake is the oldest in tree by now.
Personally, I would still add the dependency to help people updating older systems.  Thanks.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2013-02-08 13:44:06 UTC
Thanks, fixed in CVS.

+  08 Feb 2013; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass:
+  Bump CMake minimum version to latest stable.