Bug 353308 - Compilation fails
Summary: Compilation fails
Status: RESOLVED FIXED
Alias: None
Product: Baloo
Classification: Frameworks and Libraries
Component: General (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Vishesh Handa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-29 07:47 UTC by Antonio Rojas
Modified: 2015-09-29 13:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. :)