Bug 357186 - “ fatal error: phonon/backendcapabilities.h: No such file or directory” when building kdepim
Summary: “ fatal error: phonon/backendcapabilities.h: No such file or directory” when ...
Status: CLOSED DOWNSTREAM
Alias: None
Product: kalarm
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mageia RPMs Linux
: NOR grave
Target Milestone: ---
Assignee: David Jarvie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-26 19:50 UTC by Shlomi Fish
Modified: 2020-08-17 23:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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