Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#13687 - Broken Packages after moving KDE away from /opt/kde (Amarok, K3b ...)
Attached to Project:
Arch Linux
Opened by bernd michael helm (raw) - Friday, 06 March 2009, 20:23 GMT
Last edited by Jan de Groot (JGC) - Friday, 06 March 2009, 20:59 GMT
Opened by bernd michael helm (raw) - Friday, 06 March 2009, 20:23 GMT
Last edited by Jan de Groot (JGC) - Friday, 06 March 2009, 20:59 GMT
|
DetailsDescription:
Amarok and k3b are note working anymore. both packaged are still installed to /opt/kde, but kde is not there anymore. i guess there are more packages that need fixing, just do: grep -r -n '/opt/kde' /var/abs/* | grep PKGBUILD Additional info: kdelibs 4.2.1-1 k3b 1.0.5-2 amarok-base 1.4.10-1 ldd /opt/kde/bin/amarokapp linux-gate.so.1 => (0xb7fe0000) libamarok.so.0 => /opt/kde/lib/libamarok.so.0 (0xb7a28000) libmp4v2.so.0 => /opt/kde/lib/libmp4v2.so.0 (0xb7976000) libkhtml.so.4 => not found libjpeg.so.62 => /opt/kde/lib/libjpeg.so.62 (0xb7933000) libkjs.so.1 => not found libpcreposix.so.0 => /opt/kde/lib/libpcreposix.so.0 (0xb7930000) libpcre.so.0 => /lib/libpcre.so.0 (0xb78ff000) libkdeprint.so.4 => not found libkparts.so.2 => not found libkutils.so.1 => not found libknewstuff.so.1 => not found libkio.so.4 => not found libkdeui.so.4 => not found libkdesu.so.4 => not found libkwalletclient.so.1 => not found libkdecore.so.4 => not found libDCOP.so.4 => not found libdl.so.2 => /lib/libdl.so.2 (0xb78f9000) libresolv.so.2 => /lib/libresolv.so.2 (0xb78e4000) libutil.so.1 => /lib/libutil.so.1 (0xb78e0000) libart_lgpl_2.so.2 => /opt/kde/lib/libart_lgpl_2.so.2 (0xb78c9000) libidn.so.11 => /opt/kde/lib/libidn.so.11 (0xb7898000) libkdefx.so.4 => not found libqt-mt.so.3 => /opt/qt/lib/libqt-mt.so.3 (0xb7175000) ... removed useless output ... libc.so.6 => /lib/libc.so.6 (0xb689c000) /lib/ld-linux.so.2 (0xb7fe1000) libkutils.so.1 => not found libkio.so.4 => not found libkdeui.so.4 => not found libkdecore.so.4 => not found libkhtml.so.4 => not found libknewstuff.so.1 => not found libXmu.so.6 => /opt/kde/lib/libXmu.so.6 (0xb6884000) ... removed useless output ... libfftw3.so.3 => /opt/kde/lib/libfftw3.so.3 (0xb569a000) and k3b: ldd /usr/bin/k3b linux-gate.so.1 => (0xb8049000) libk3bdevice.so.5 => /opt/kde/lib/libk3bdevice.so.5 (0xb8009000) ... removed useless output ... libc.so.6 => /lib/libc.so.6 (0xb7028000) libkio.so.4 => not found libkdeui.so.4 => not found libkdesu.so.4 => not found libkwalletclient.so.1 => not found libkdecore.so.4 => not found libDCOP.so.4 => not found libkdefx.so.4 => not found libkio.so.4 => not found libkdeui.so.4 => not found libkdesu.so.4 => not found libkwalletclient.so.1 => not found libkdecore.so.4 => not found libDCOP.so.4 => not found libkdefx.so.4 => not found libnsl.so.1 => /lib/libnsl.so.1 (0xb700d000) ... removed useless output ... libXdmcp.so.6 => /opt/kde/lib/libXdmcp.so.6 (0xb5eae000) Steps to reproduce: start lastes amarok/k3b |
This task depends upon
but i guess kdelibs3 sould be added to the dependencies for this packages.