Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191412 - The FindKDE4.cmake script shipped with cmake 2.4.7 is broken and doesn't allow installation of applications which use KDE4 outside the KDE4 directory.
Summary: The FindKDE4.cmake script shipped with cmake 2.4.7 is broken and doesn't allo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 17:55 UTC by Emanuele A. Bagnaschi (Zephyrus)
Modified: 2007-09-07 21:31 UTC (History)
0 users

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


Attachments
Diff to revision 1.10 (cmake-findkde4-2.4.7.patch,1.84 KB, patch)
2007-09-05 17:56 UTC, Emanuele A. Bagnaschi (Zephyrus)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuele A. Bagnaschi (Zephyrus) 2007-09-05 17:55:31 UTC
The FindKDE4.cmake script shipped with cmake fails to detect an existing KDE4 installation if the program being built is not going to be installed in the same directory as KDE4. This happens because the script in question misinterprets the KDEDIRS environment variable, supposing that it contains the directory of the KDE4 binaries, which it turns to not be the case.
This bug is already fixed in the CMake SVN - See revision  1.10 
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindKDE4.cmake?rev=1.10&root=CMake&r1=1.10&view=log
Comment 1 Emanuele A. Bagnaschi (Zephyrus) 2007-09-05 17:56:27 UTC
Created attachment 130102 [details, diff]
Diff to revision 1.10
Comment 2 Wulf Krueger (RETIRED) gentoo-dev 2007-09-07 21:31:49 UTC
Thanks, Zephyrus! I've just checked the fix in.