error: KF5::KDBusAddons-NOTFOUND

Sebastian Kügler sebas at kde.org
Tue Nov 19 11:23:10 UTC 2013


On Monday, November 18, 2013 19:00:33 Sebastian Kügler wrote:
> On Monday, November 18, 2013 17:53:07 Aleix Pol wrote:
> > On Mon, Nov 18, 2013 at 5:43 PM, Sebastian Kügler <sebas at kde.org> wrote:
> >
> > It seems subject broke over the weekend. kactivities fails to compile:
> > 
> > c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory
> >
> > kactivities uses:
> > 
> > find_package (KF5 CONFIG REQUIRED KDBusAddons)
> >
> > so it's pretty bare-bones.
> >
> > Could someone have a look or suggest a fix?
> > 
> > There's no warning or error in cmake configuration time?
> > You can trigger it with "make rebuild_cache"
> 
> There's no warning, it even suggests that KDBusAddons has been found.

So this doesn't only affect KDBusAddons, but also KConfigCore (and in another 
repository, KDE4Support), they're all broken for me, I can't build anything 
against them.

c++: error: KF5::KConfigCore-NOTFOUND: No such file or directory
c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory

Note that also the QDBusVariant include fails, so the include directories are 
also not set correctly through the find_package(...) calls.

This is all on a clean build/install, I've updated cmake to latest master, no 
dice, to the release branch, also no dice.

Any ideas? I think the changes have been introduced last Saturday with 
Steveire's cmake cleanups in kdelibs.


Here's how the build fails:

Linking CXX shared library activitymanager_plugin_activitytemplates.so
c++: error: KF5::KConfigCore-NOTFOUND: No such file or directory
c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory
make[2]: *** 
[src/service/plugins/activitytemplates/activitymanager_plugin_activitytemplates.so] 
Error 1
make[1]: *** 
[src/service/plugins/activitytemplates/CMakeFiles/activitymanager_plugin_activitytemplates.dir/all] 
Error 2
make[1]: *** Waiting for unfinished jobs....
[ 32%] Building CXX object 
src/service/plugins/sqlite/CMakeFiles/activitymanager_plugin_sqlite.dir/ResourceScoreCache.cpp.o
In file included from 
/home/sebas/kf5/src/kactivities/src/service/plugins/sqlite/../../Plugin.h:38:0,
                 from 
/home/sebas/kf5/src/kactivities/src/service/plugins/sqlite/StatsPlugin.h:28,
                 from 
/home/sebas/kf5/src/kactivities/src/service/plugins/sqlite/StatsPlugin.cpp:22:
/home/sebas/kf5/src/kactivities/src/service/plugins/sqlite/../../Module.h:27:24: 
fatal error: QDBusVariant: No such file or directory
compilation terminated.
make[2]: *** 
[src/service/plugins/sqlite/CMakeFiles/activitymanager_plugin_sqlite.dir/StatsPlugin.cpp.o] 
Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from 
/home/sebas/kf5/src/kactivities/src/service/plugins/sqlite/../../Plugin.h:38:0,
                 from 
/home/sebas/kf5/src/kactivities/src/service/plugins/sqlite/StatsPlugin.h:28,
                 from 
/home/sebas/kf5/src/kactivities/src/service/plugins/sqlite/ResourceScoreCache.cpp:29:
/home/sebas/kf5/src/kactivities/src/service/plugins/sqlite/../../Module.h:27:24: 
fatal error: QDBusVariant: No such file or directory
compilation terminated.
make[2]: *** 
[src/service/plugins/sqlite/CMakeFiles/activitymanager_plugin_sqlite.dir/ResourceScoreCache.cpp.o] 
Error 1
make[1]: *** 
[src/service/plugins/sqlite/CMakeFiles/activitymanager_plugin_sqlite.dir/all] 
Error 2
Linking CXX shared library activitymanager_plugin_slc.so
c++: error: KF5::KConfigCore-NOTFOUND: No such file or directory
c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory
make[2]: *** [src/service/plugins/slc/activitymanager_plugin_slc.so] Error 1
make[1]: *** 
[src/service/plugins/slc/CMakeFiles/activitymanager_plugin_slc.dir/all] Error 
2

Ideas how to solve this would be highly appreciated. I'm out of ideas. :/

Thanks,
-- 
sebas

http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9


More information about the Kde-frameworks-devel mailing list