Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11309 - kdemultimedia-3.0.4 uses prefix /usr instead of /usr/kde/3
Summary: kdemultimedia-3.0.4 uses prefix /usr instead of /usr/kde/3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Low critical (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-27 13:11 UTC by Haroon Rafique
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.