Summary: | [kde overlay] kde-apps/mailcommon-16.04.1 fails: phonon/mediaobject.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Malte E. <malte_e1> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | asturm |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Malte E.
2016-01-31 10:32:12 UTC
I worked around the problem by adding -I/usr/include/phonon4qt5 to CXX_FLAGS in /var/tmp/portage/kde-apps/mailcommon-15.12.1/work/mailcommon-15.12.1_build/src/CMakeFiles/KF5MailCommon.dir/flags.make A patch should be able to fix this. Or an ebuild hack, that appends CXX_FLAGS=${CXX_FLAGS} -I/usr/include/phonon4qt5 to the respective file. kde-apps/kdepim seems to be affected by the same problem with a similar workaround Where does kdepim bail out? I just downgraded to media-libs/phonon-4.7.2 and couldn't reproduce the problem... I am using phonon 4.7.2, interesting. Possibly I should file this bug with the KDE guys who might know more about the problem? kdepim fails depending on what KDEPIM_FEATURES it is being compiled with. I had the problem occuring in components of korgac and I think kalarm. Created attachment 429666 [details]
build.log
problem remains, with 15.12.3. Uploaded build.log for more information
Problem persists in 16.04.1 upgrading to phonon 4.9.0 fixed the problem. 4.8.3 did not compile due to undefined references in qt 5.6. phonon-4.9.0 is stable now, please reopen if issues persist. |