OSX/CI: kactivities can't be build due to failing to locate framework kdeclarative
Marko Käning
mk-lists at email.de
Tue Aug 19 21:17:06 UTC 2014
When trying to build kactivities an error occurs on OSX due to inability to locate kdeclarative:
---
CMake Warning (dev) at /opt/kde/install/darwin/mavericks/clang/kf5-qt5/kdesupport/extra-cmake-modules/inst/share/ECM/find-modules/FindKF5.cmake:52 (message):
Your project should require at least CMake 2.8.12 to use FindKF5.cmake
Call Stack (most recent call first):
src/workspace/kio/CMakeLists.txt:13 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found KF5I18n: /opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/ki18n/inst/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.1.0")
-- Found KF5: success (found version "5.1.0") found components: KIO I18n
CMake Warning at src/workspace/CMakeLists.txt:6 (find_package):
By not providing "FindKF5Declarative.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"KF5Declarative", but CMake did not find one.
Could not find a package configuration file provided by "KF5Declarative"
with any of the following names:
KF5DeclarativeConfig.cmake
kf5declarative-config.cmake
---
But KFDeclarative IS indeed installed on the CI system:
---
$ tree /opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kdeclarative/inst/lib/cmake
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kdeclarative/inst/lib/cmake
└── KF5Declarative
├── KF5DeclarativeConfig.cmake
├── KF5DeclarativeConfigVersion.cmake
├── KF5DeclarativeTargets-debug.cmake
└── KF5DeclarativeTargets.cmake
1 directory, 4 files
---
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kactivities.log.gz
Type: application/x-gzip
Size: 2371 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140819/0169122e/attachment.gz>
More information about the Kde-frameworks-devel
mailing list