Bug 353308

Summary: Compilation fails
Product: [Frameworks and Libraries] Baloo Reporter: Antonio Rojas <arojas>
Component: GeneralAssignee: Vishesh Handa <me>
Status: RESOLVED FIXED    
Severity: normal CC: pinak.ahuja
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Antonio Rojas 2015-09-29 07:47:52 UTC
Baloo git master fails to compile:

[  9%] Building CXX object src/lib/CMakeFiles/KF5Baloo.dir/indexerconfig.cpp.o
/tmp/pacaurtmp-antonio/baloo-git/src/baloo/src/lib/indexerconfig.cpp:31:27: fatal error: maininterface.h: No such file or directory
compilation terminated.
src/lib/CMakeFiles/KF5Baloo.dir/build.make:254: recipe for target 'src/lib/CMakeFiles/KF5Baloo.dir/indexerconfig.cpp.o' failed
make[2]: *** [src/lib/CMakeFiles/KF5Baloo.dir/indexerconfig.cpp.o] Error 1
CMakeFiles/Makefile2:158: recipe for target 'src/lib/CMakeFiles/KF5Baloo.dir/all' failed
make[1]: *** [src/lib/CMakeFiles/KF5Baloo.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

Bisected to commit 8bf83a1

Reproducible: Always
Comment 1 Pinak Ahuja 2015-09-29 13:50:05 UTC
Git commit bd416f34d05965d08717a984923a3483b6345da5 by Pinak Ahuja.
Committed on 29/09/2015 at 13:47.
Pushed by pinakahuja into branch 'master'.

KF5Baloo: Make sure D-Bus interfaces are generated before they are used.

M  +1    -0    src/lib/CMakeLists.txt

http://commits.kde.org/baloo/bd416f34d05965d08717a984923a3483b6345da5
Comment 2 Pinak Ahuja 2015-09-29 13:52:05 UTC
Thanks for the report. Wasn't happening on my system so missed it. Report back if you still face the issue. :)