Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-19 Thread Sebastian Kügler
On Tuesday, November 19, 2013 17:01:32 Aleix Pol wrote: > Maybe you have different CMAKE_BUILD_TYPE in kdelibs and other build > directories? I'm using the same command for them all: cmake -DCMAKE_INSTALL_PREFIX=$KF5 -DCMAKE_PREFIX_PATH=$KF5 - DCMAKE_SYSTEM_PREFIX_PATH=/usr:/usr/local:${KF5} - DC

Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-19 Thread Aleix Pol
On Tue, Nov 19, 2013 at 4:32 PM, Sebastian Kügler wrote: > On Tuesday, November 19, 2013 15:42:47 Sebastian Kügler wrote: > > On Tuesday, November 19, 2013 12:48:53 Stephen Kelly wrote: > > > > Try to construct a trivial testcase using one of the targets. If that > > > fails, post it. If it passe

Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-19 Thread Sebastian Kügler
On Tuesday, November 19, 2013 15:42:47 Sebastian Kügler wrote: > On Tuesday, November 19, 2013 12:48:53 Stephen Kelly wrote: > > Try to construct a trivial testcase using one of the targets. If that > > fails, post it. If it passes, bisect the difference to kactivities. > > I've attached a bare e

Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-19 Thread Stephen Kelly
I can't reproduce the problem. Sebastian Kügler wrote: > Ideas how to solve this would be highly appreciated. I'm out of ideas. :/ Try to construct a trivial testcase using one of the targets. If that fails, post it. If it passes, bisect the difference to kactivities. Thanks, Steve. __

Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-19 Thread Sebastian Kügler
nd 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

Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-18 Thread Sebastian Kügler
On Monday, November 18, 2013 17:53:07 Aleix Pol wrote: > On Mon, Nov 18, 2013 at 5:43 PM, Sebastian Kügler wrote: > It seems subject broke over the weekend. kactivities fails to compile: > > c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory > > kactivities uses:

Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-18 Thread Martin Klapetek
On Mon, Nov 18, 2013 at 5:53 PM, Aleix Pol wrote: > On Mon, Nov 18, 2013 at 5:43 PM, Sebastian Kügler wrote: > >> It seems subject broke over the weekend. kactivities fails to compile: >> >> c++: error: KF5::KDBusAddons-NOTFOUND: No such file or director

Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-18 Thread Aleix Pol
On Mon, Nov 18, 2013 at 5:43 PM, Sebastian Kügler 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) &g

error: KF5::KDBusAddons-NOTFOUND

2013-11-18 Thread Sebastian Kügler
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? Thanks, --