Bug 228285 - kdepimlibs find file seems corrupt
Summary: kdepimlibs find file seems corrupt
Status: RESOLVED FIXED
Alias: None
Product: buildsystem
Classification: Developer tools
Component: KDE4 (cmake) (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Neundorf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-24 11:36 UTC by Thomas Zander
Modified: 2012-10-18 07:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Zander 2010-02-24 11:36:59 UTC
After compiling Qt (4.6)/kdesupport-trunk/kdelibs-trunk/kdepimlibs-trunk I run cmake on KOffice and get the following;

CMake Error at /home/zander/work/kde/build-qt46/kdepimlibs/KdepimLibsConfig.cmake:54 (include):
  include could not find load file:

    /home/zander/work/kde/build-qt46/kdepimlibs/KDEPimLibsLibraryTargetsWithPrefix.cmake
Call Stack (most recent call first):
  /home/zander/work/kde/build-qt46/installed/share/apps/cmake/modules/FindKdepimLibs.cmake:76 (find_package)
  /home/zander/work/kde/build-qt46/installed/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:32 (find_package)
  CMakeLists.txt:149 (macro_optional_find_package)


-- Found KdepimLibs: /home/zander/work/kde/build-qt46/kdepimlibs/KdepimLibsConfig.cmake



Notice that the build-qt46/kdepimlibs directory holds the build directory, the build-qt46/installed dir is where stuff is installed.  I'm highly confused why a temporary directory is detected here in the first place.

I found a workaround, remove the builddir of kdepimlibs. Not ideal, I'd rather see this fixed properly :)
Comment 1 Thomas Zander 2012-10-18 07:10:54 UTC
Lets close this one now :)