Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11309

Summary: kdemultimedia-3.0.4 uses prefix /usr instead of /usr/kde/3
Product: Gentoo Linux Reporter: Haroon Rafique <corporate_gadfly>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: critical    
Priority: Low    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Haroon Rafique 2002-11-27 13:11:02 UTC
As the subject says...

Consequently the next package in the dependency list kdeaddons breaks when it
tries to find /usr/kde/3/lib/libnoatun.so which is instead now situtated in
/usr/lib/libnoatun.so. 

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild  N   ] kde-base/kdemultimedia-3.0.4
[ebuild  N   ] kde-base/kdeaddons-3.0.4
[ebuild  N   ] kde-base/kdepim-3.0.4
[ebuild  N   ] kde-base/kdegames-3.0.4
[ebuild  N   ] kde-base/kdeartwork-3.0.4
[ebuild  N   ] kde-base/kdegraphics-3.0.4
[ebuild  N   ] kde-base/kdeutils-3.0.4
[ebuild  N   ] kde-base/kdeadmin-3.0.4
[ebuild  N   ] kde-base/kdetoys-3.0.4
[ebuild  N   ] kde-base/kdeedu-3.0.4
[ebuild    U ] kde-base/kde-3.0.4

Doing a grep for prefix in
/var/tmp/portage/kdemultimedia-3.0.4/work/kdemultimedia-3.0.4/Makefile gives
prefix = /usr

It should be prefix = /usr/kde/3 similar to the rest of the kde-base packages.

My systems is using gcc-3.2
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-27 15:44:20 UTC
should be fixed now, please try. (fixed in /usr/portage/eclass/kde-functions.eclass) 
Comment 2 Haroon Rafique 2002-11-27 18:59:43 UTC
Fixed.