Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363209 - [kde overlay] kde4-meta-pkg.eclass causes live meta pkgs to block themselves
Summary: [kde overlay] kde4-meta-pkg.eclass causes live meta pkgs to block themselves
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 00:51 UTC by Timothy Jones
Modified: 2011-04-25 17:28 UTC (History)
0 users

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


Attachments
Like I said, the patch is attached :) (kde4-meta-pkg.patch,406 bytes, text/plain)
2011-04-12 00:57 UTC, Timothy Jones
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Jones 2011-04-12 00:51:00 UTC
RDEPEND in kde4-meta-pkg.eclass, which calls block_other_slots, is defined before SLOT, so it blocks all slots including the current one. This possibly also affects non-live versions

Reproducible: Always

Steps to Reproduce:
Try installing any live meta pkg from kde overlay, eg:

cave resolve -1xz kde-base/kdeutils-meta:live::kde
Actual Results:  
cave cannot proceed because the pkg blocks itself

Expected Results:  
pkg installed

The fix is trivial -- move RDEPEND definition below SLOT. Patch attached
Comment 1 Timothy Jones 2011-04-12 00:52:16 UTC
Sorry, the patch can be found at: http://paste.pocoo.org/show/370017/
Comment 2 Timothy Jones 2011-04-12 00:57:34 UTC
Created attachment 269583 [details]
Like I said, the patch is attached :)
Comment 3 Jonathan Callen (RETIRED) gentoo-dev 2011-04-13 21:25:43 UTC
This should be fixed in the overlay now