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.
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.