|
Linux Forum Index » Linux - Gentoo Forum » Package Blocks for kde...
Page 1 of 1
|
| Author |
Message |
| dave aube... |
Posted: Thu Aug 14, 2008 11:52 am |
|
|
|
Guest
|
two days ago I ran "emerge --update --newuse --deep world" and
"emerge --depclean" and "revdep-rebuild". During this rebuild,
most of the kde screensavers were removed. Running
emerge kscreensavers gives the error message
# emerge kscreensaver
Calculating dependencies... done!
[ebuild N ] kde-base/kscreensaver-3.5.9 USE="opengl -arts -debug
-kdeenablefinal -kdehiddenvisibility -xinerama"
[blocks B ] =kde-base/kdebase-3.5* (is blocking kde-base/kscreensaver-3.5.9)
[blocks B ] kde-base/kscreensaver:3.5 (is blocking kde-base/kdebase-3.5.9-r3)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
Usually I can stumble around and get the packages to install, not this time.
first question - where does "3.5*" keep coming from. Every time I update
anything related to KDE this "3.5*" and "Blocked" keeps popping up.
I've searched through the /etc directory, but can't find any reference to it.
second question - how do I get around this Block |
|
|
| Back to top |
|
| Martin Vaeth... |
Posted: Thu Aug 14, 2008 12:24 pm |
|
|
|
Guest
|
dave aube <daveaube at (no spam) bellsouth.net> wrote:
Quote:
[blocks B ] =kde-base/kdebase-3.5* (is blocking kde-base/kscreensaver-3.5.9)
You must install either the monolithic or the split ebuilds
of kde - you must not mix them.
You seem to have installed both:
1. either the monolithic ebuild kdebase itself or some
other monolothic ebuild which pulls in kdebase, and
2. a split ebuild like kscreensaver. |
|
|
| Back to top |
|
| dave aube... |
Posted: Thu Aug 14, 2008 12:52 pm |
|
|
|
Guest
|
Martin Vaeth wrote:
Quote: dave aube <daveaube at (no spam) bellsouth.net> wrote:
[blocks B ] =kde-base/kdebase-3.5* (is blocking kde-base/kscreensaver-3.5.9)
You must install either the monolithic or the split ebuilds
of kde - you must not mix them.
You seem to have installed both:
1. either the monolithic ebuild kdebase itself or some
other monolothic ebuild which pulls in kdebase, and
2. a split ebuild like kscreensaver.
That brings up 2 more questions
Why doesn't the monolithic have all the kde screen savers. (fireworks)
And how do I permantley solve this with out starting clean slate. I've used this
build since feb 06. don't want to loose the kde preferences. |
|
|
| Back to top |
|
| Martin Vaeth... |
Posted: Thu Aug 14, 2008 1:33 pm |
|
|
|
Guest
|
dave aube <daveaube at (no spam) bellsouth.net> wrote:
Quote: That brings up 2 more questions
Why doesn't the monolithic have all the kde screen savers. (fireworks)
IIRC, they are in kdeartwork. |
|
|
| Back to top |
|
| AZ Nomad... |
Posted: Thu Aug 14, 2008 2:49 pm |
|
|
|
Guest
|
On 14 Aug 2008 18:33:40 GMT, Martin Vaeth <vaeth at (no spam) mathematik.uni-wuerzburg.de> wrote:
Quote: dave aube <daveaube at (no spam) bellsouth.net> wrote:
That brings up 2 more questions
Why doesn't the monolithic have all the kde screen savers. (fireworks)
IIRC, they are in kdeartwork.
Do an 'emerge -pv kdeartwork' to check for use flags for that package. |
|
|
| Back to top |
|
| dave aube... |
Posted: Mon Aug 18, 2008 11:20 pm |
|
|
|
Guest
|
AZ Nomad wrote:
Quote: On 14 Aug 2008 18:33:40 GMT, Martin Vaeth <vaeth at (no spam) mathematik.uni-wuerzburg.de> wrote:
dave aube <daveaube at (no spam) bellsouth.net> wrote:
That brings up 2 more questions
Why doesn't the monolithic have all the kde screen savers. (fireworks)
IIRC, they are in kdeartwork.
Do an 'emerge -pv kdeartwork' to check for use flags for that package.
Here's what I come up with.
# emerge -pv kdeartwork
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] kde-base/kdeartwork-3.5.9 USE="opengl -arts -debug
-kdeenablefinal -xinerama -xscreensaver" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB |
|
|
| Back to top |
|
| AZ Nomad... |
Posted: Tue Aug 19, 2008 2:47 am |
|
|
|
Guest
|
On Mon, 18 Aug 2008 23:20:56 -0500, dave aube <daveaube at (no spam) bellsouth.net> wrote:
Quote: AZ Nomad wrote:
On 14 Aug 2008 18:33:40 GMT, Martin Vaeth <vaeth at (no spam) mathematik.uni-wuerzburg.de> wrote:
dave aube <daveaube at (no spam) bellsouth.net> wrote:
That brings up 2 more questions
Why doesn't the monolithic have all the kde screen savers. (fireworks)
IIRC, they are in kdeartwork.
Do an 'emerge -pv kdeartwork' to check for use flags for that package.
Here's what I come up with.
# emerge -pv kdeartwork
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] kde-base/kdeartwork-3.5.9 USE="opengl -arts -debug
-kdeenablefinal -xinerama -xscreensaver" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
I think the way to go is to forget about the primitive kde screensavers,
and add the use flag xscreensaver to your make.conf and use xscreensaver.
It'll, of course, have the fireworks screensaver you were looking for. |
|
|
| Back to top |
|
| |