Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95918 - amarok requires monolithic KDE ebuilds
Summary: amarok requires monolithic KDE ebuilds
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-12 20:12 UTC by Nathan Adams
Modified: 2005-06-14 06:23 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 Nathan Adams 2005-06-12 20:12:27 UTC
I have emerged the following split KDE ebuilds (and all of the related
dependencies):

kde-base/kicker-applets
kde-base/kuickshow
kde-base/kooka
kde-base/kate
kde-base/kmid
kde-base/krec
kde-base/kbugbuster
kde-base/ksnapshot
kde-base/kmix
kde-base/kicker
kde-base/kate-plugins
kde-base/konsole
kde-base/kcontrol
kde-base/kopete
kde-base/konqueror
kde-base/kruler
kde-base/kscd
kde-base/kdebase-startkde

Yet when I try to emerge amarok, it tries to pull in the monolithic KDE ebuilds:

emerge -p amarok

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

Calculating dependencies ...done!
[ebuild  NS   ] kde-base/kdelibs-3.3.2-r9
[ebuild  N    ] kde-base/kdebase-3.3.2-r2
[ebuild  N    ] kde-base/kdemultimedia-3.3.2
[ebuild  N    ] media-sound/amarok-1.2.4

I would expect it to use the split ebuilds as dependencies when available.

Reproducible: Always
Steps to Reproduce:
1. emerge KDE split ebuilds
2. emerge amarok
3.

Actual Results:  
Tries to pull in monolithic KDE ebuilds.

Expected Results:  
Emerge amarok and compile against split KDE ebuilds as dependencies.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-06-13 01:59:45 UTC
What's your emerge info? Did you unmask all the split ebuilds? In particular 
kde-base/kdemultimedia-arts and kde-base/akode must be available. 
Comment 2 Nathan Adams 2005-06-13 11:49:52 UTC
I'm not sure that I have kde-base/akode in my /ect/portage/packages.keywords
file. I will double-check when I get home tonight.
Comment 3 Nathan Adams 2005-06-14 06:23:03 UTC
Ooops; 'kde-base/akode ~x86' was missing from /etc/portage/package.keywords.
Adding that fixed the problem.