error: KF5::KDBusAddons-NOTFOUND

Sebastian Kügler sebas at kde.org
Tue Nov 19 14:42:47 UTC 2013


On Tuesday, November 19, 2013 12:48:53 Stephen Kelly wrote:
> 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.

I've attached a bare example, that also fails here, with error from $subject.

This is my cmake command (sans linebreaks):

cmake -DCMAKE_INSTALL_PREFIX=$KF5 -DCMAKE_PREFIX_PATH=$KF5 -
DCMAKE_SYSTEM_PREFIX_PATH=/usr:/usr/local:${KF5} -
DCMAKE_MODULE_PATH=$KF5/share/cmake/modules .. $srcFolder && make -j${CPUS} && 
make install


miro.sebas(~/kf5/build/nftest): cmakekf5                                                                                                                                                               
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/lib/icecc/bin/cc
-- Check for working C compiler: /usr/lib/icecc/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/icecc/bin/c++
-- Check for working CXX compiler: /usr/lib/icecc/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- 
-- The following REQUIRED packages have been found:

 * ECM (required version >= 0.0.9)
 * Qt5Core
 * Qt5
 * Qt5DBus (required version >= 5.2.0)
 * KDBusAddons
 * KF5

-- Configuring done
-- Generating done
-- Build files have been written to: /home/sebas/kf5/build/nftest
Scanning dependencies of target nftest_automoc
[ 33%] Automoc for target nftest
[ 33%] Built target nftest_automoc
Scanning dependencies of target nftest
[ 66%] [100%] Building CXX object CMakeFiles/nftest.dir/main.cpp.o
Building CXX object CMakeFiles/nftest.dir/nftest_automoc.cpp.o
Linking CXX executable nftest
c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory
make[2]: *** [nftest] Error 1
make[1]: *** [CMakeFiles/nftest.dir/all] Error 2
make: *** [all] Error 2
Build finished in 1 seconds using 10 concurrent jobs.


-- 
sebas

http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nftest.zip
Type: application/zip
Size: 1082 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20131119/459efc38/attachment.zip>


More information about the Kde-frameworks-devel mailing list