| Summary: | kde-apps/khelpcenter fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | ta2002 <throw_away_2002> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
ta2002
2016-04-09 08:08:12 UTC
I suspect your system is broken - khtml unconditionally requires phonon but that library appears to be missing. This is actually more interesting (and puzzling) than I suspected when I did a very cursory look at this.
Phonon is installed.
$ equery uses phonon
[ Legend : U - final flag setting for installation]
[ : I - package is installed with flag ]
[ Colors : set, unset ]
* Found these USE flags for media-libs/phonon-4.7.2:
U I
- - debug : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- - designer : Install plugin for dev-qt/designer
+ + gstreamer : Add support for media-libs/gstreamer (Streaming media)
- - pulseaudio : Add support for PulseAudio sound server
+ + qt4 : Add support for the Qt GUI/Application Toolkit version 4.x
+ + qt5 : Add support for the Qt 5 application and UI framework
+ + vlc : Install VLC Phonon backend
Required files exist:
$ qlist phonon | grep libphonon4qt5.so.4
/usr/lib64/libphonon4qt5.so.4.7.2
/usr/lib64/libphonon4qt5.so.4
$ ls -al /usr/lib64/libphonon4qt5.so.4.7.2 /usr/lib64/libphonon4qt5.so.4
lrwxrwxrwx 1 root root 22 2016-04-09 14:00:12 /usr/lib64/libphonon4qt5.so.4 -> libphonon4qt5.so.4.7.2*
-rwxr-xr-x 1 root root 457416 2016-04-09 14:00:13 /usr/lib64/libphonon4qt5.so.4.7.2*
Revdep-rebuild shows nothing broken:
$ revdep-rebuild -p
* Configuring search environment for revdep-rebuild
* Checking reverse dependencies
* Packages containing binaries and libraries broken by a package update
* will be emerged.
* Collecting system binaries and libraries
* Generated new 1_files.rr
* Collecting complete LD_LIBRARY_PATH
* Generated new 2_ldpath.rr
* Checking dynamic linking consistency
[ 100% ]
* Dynamic linking on your system is consistent... All done.
Please attach full build log + paste emerge --info. (In reply to Johannes Huber from comment #3) > Please attach full build log + paste emerge --info. Working now (after the latest round of KDE updates). |