Bug 357186

Summary: “ fatal error: phonon/backendcapabilities.h: No such file or directory” when building kdepim
Product: [Applications] kalarm Reporter: Shlomi Fish <shlomif>
Component: generalAssignee: David Jarvie <djarvie>
Status: CLOSED DOWNSTREAM    
Severity: grave    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Mageia RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Shlomi Fish 2015-12-26 19:50:49 UTC
When I build kdepim (from source) on Mageia x86-64 v6/Cauldron I am getting this compilation error:

[ 62%] Building CXX object kalarm/CMakeFiles/kalarm_bin.dir/soundpicker.cpp.o
/home/shlomif/Download/unpack/kde/To-del/kdepim-15.12.0/kalarm/soundpicker.cpp:36:40: fatal error: phonon/backendcapabilities.h: No such file or directory
compilation terminated.


Reproducible: Always

Steps to Reproduce:
1. unpack the kdepim-15.12.0 distribution on Mageia v6 x86-64 Cauldron.
2. Install the dependencies (one can use urpmi --buildrequires for that).
3. mkdir build 
4. cd build
5. cmake ..
6. cd kalarm
7. make -j4

Actual Results:  
Got a build error.

Expected Results:  
Build should be successful.
Comment 1 David Jarvie 2015-12-30 15:26:25 UTC
This looks like a Mageia packaging problem. The phonon git repository still contains the file backendcapabilities.h, so there is no obvious reason why it shouldn't be present. I suggest you raise a bug report with Mageia.