Discussion:
errror with update (my not be kde-redhat related)
Tim Wunder
2007-12-04 15:23:41 UTC
Permalink
Got this last night when trying to update while including
fedora-updates-testing:
$ sudo yum update --enablerepo=updates-testing
Password:
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
...
--> Finished Dependency Resolution
Error: Missing Dependency: kdebase-kdm >= 3.5 is needed by package
kde-settings-kdm
Error: Missing Dependency: kdeutils = 6:3.5.7-3.fc6 is needed by package
kdeutils-extras

$ rpm -qi kdeutils-extras kde-settings-kdm|grep "Build Host"
Install Date: Wed 15 Aug 2007 12:59:05 PM EDT Build Host: euler.unl.edu
Install Date: Tue 06 Mar 2007 11:55:36 PM EST Build Host: math.unl.edu

Any ideas?

Thanks,
Tim
--
Fedora Core release 6 (Zod), Linux 2.6.22.9-61.fc6
KDE: 3.5.7-9.fc6 Fedora
10:20:01 up 10 days, 13:22, 2 users, load average: 0.10, 0.06, 0.07
"It's what you learn after you know it all that counts" John Wooden
Tim Wunder
2007-12-04 15:26:37 UTC
Permalink
Post by Tim Wunder
Got this last night when trying to update while including
<snip>

FC6, BTW (for those who don't look at my sig).

Tim
--
Fedora Core release 6 (Zod), Linux 2.6.22.9-61.fc6
KDE: 3.5.7-9.fc6 Fedora
10:25:01 up 10 days, 13:27, 2 users, load average: 0.04, 0.09, 0.08
"It's what you learn after you know it all that counts" John Wooden
Rex Dieter
2007-12-04 15:32:00 UTC
Permalink
Post by Tim Wunder
Got this last night when trying to update while including
$ sudo yum update --enablerepo=updates-testing
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
...
--> Finished Dependency Resolution
Error: Missing Dependency: kdebase-kdm >= 3.5 is needed by package
kde-settings-kdm
Error: Missing Dependency: kdeutils = 6:3.5.7-3.fc6 is needed by package
kdeutils-extras
Ugh, oh the pain. Than didn't follow my lead of package splits, in the
least, you'll need to the following before updating to kde-3.5.8:

rpm -e kdeutils-extras
rpm -e --nodeps kde-settings kde-settings-kdm

And iterate removing any other problematic kde*-extras pkg, until update
succeeds. Please report back with any further progress, details, for
posterity.

-- Rex

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
Tim Wunder
2007-12-07 03:22:12 UTC
Permalink
Post by Rex Dieter
Post by Tim Wunder
Got this last night when trying to update while including
$ sudo yum update --enablerepo=updates-testing
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
...
--> Finished Dependency Resolution
Error: Missing Dependency: kdebase-kdm >= 3.5 is needed by package
kde-settings-kdm
Error: Missing Dependency: kdeutils = 6:3.5.7-3.fc6 is needed by package
kdeutils-extras
Ugh, oh the pain. Than didn't follow my lead of package splits, in the
rpm -e kdeutils-extras
rpm -e --nodeps kde-settings kde-settings-kdm
And iterate removing any other problematic kde*-extras pkg, until update
succeeds. Please report back with any further progress, details, for
posterity.
I ran into this:
Transaction Check Error:
file /usr/lib/kde3/kfile_mpeg.so from install of kdemultimedia-3.5.8-1.fc6
conflicts with file from package kdemultimedia-extras-3.5.7-1.fc6.5
file /usr/share/services/kfile_mpeg.desktop from install of
kdemultimedia-3.5.8-1.fc6 conflicts with file from package
kdemultimedia-extras-3.5.7-1.fc6.5

file /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/DCOP/DCOP.so
from install of kdebindings-3.5.8-1.fc6 conflicts with file from package
kdebindings-dcopperl-3.5.6-1.fc6


So I did this:
$ sudo rpm -e kdemultimedia-extras kdebindings-dcopperl
Password:

but:
error: Failed dependencies:
kdemultimedia-extras >= 6:3.5.7 is needed by (installed)
kdemultimedia-extras-nonfree-3.5.7-3.lvn6.i386

So I did this:
$ sudo rpm -e kdemultimedia-extras kdebindings-dcopperl
kdemultimedia-extras-nonfree

and the update is running, but I think some multimedia goodies will be
missing.

Tim
--
Fedora Core release 6 (Zod), Linux 2.6.22.9-61.fc6
KDE: 3.5.7-9.fc6 Fedora
22:15:01 up 13 days, 1:17, 2 users, load average: 0.28, 0.24, 0.13
"It's what you learn after you know it all that counts" John Wooden
Rex Dieter
2007-12-07 03:36:58 UTC
Permalink
Post by Tim Wunder
$ sudo rpm -e kdemultimedia-extras kdebindings-dcopperl
kdemultimedia-extras-nonfree
and the update is running, but I think some multimedia goodies will be
missing.
OK, I'll see about fixing up kdemm-extras, kdemm-extras-nonfree

-- Rex


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Tim Wunder
2007-12-07 03:49:23 UTC
Permalink
Post by Rex Dieter
Post by Tim Wunder
$ sudo rpm -e kdemultimedia-extras kdebindings-dcopperl
kdemultimedia-extras-nonfree
and the update is running, but I think some multimedia goodies will be
missing.
OK, I'll see about fixing up kdemm-extras, kdemm-extras-nonfree
Seems Amarok still plays MP3's (I s'pose that's xine-lib-extras-nonfree), but
I'm sure there's gonna be something borken.

Thanks :)

Tim
--
Fedora Core release 6 (Zod), Linux 2.6.22.9-61.fc6
KDE: 3.5.8-1.fc6 Fedora
22:45:01 up 13 days, 1:47, 2 users, load average: 0.08, 0.40, 0.52
"It's what you learn after you know it all that counts" John Wooden
Tim Wunder
2007-12-07 03:55:12 UTC
Permalink
Post by Rex Dieter
Post by Tim Wunder
$ sudo rpm -e kdemultimedia-extras kdebindings-dcopperl
kdemultimedia-extras-nonfree
and the update is running, but I think some multimedia goodies will be
missing.
OK, I'll see about fixing up kdemm-extras, kdemm-extras-nonfree
FWIW... I also have to manually restore my /etc/kde/kdm/kdmrc to get my
rotating background images on the kdm login screen.

Tim
--
Fedora Core release 6 (Zod), Linux 2.6.22.9-61.fc6
KDE: 3.5.8-1.fc6 Fedora
22:50:01 up 13 days, 1:52, 3 users, load average: 0.14, 0.24, 0.41
"It's what you learn after you know it all that counts" John Wooden
Rex Dieter
2007-12-07 04:10:30 UTC
Permalink
Post by Rex Dieter
Post by Tim Wunder
$ sudo rpm -e kdemultimedia-extras kdebindings-dcopperl
kdemultimedia-extras-nonfree
and the update is running, but I think some multimedia goodies will be
missing.
OK, I'll see about fixing up kdemm-extras, kdemm-extras-nonfree
I'll stuff some test builds for these into kde-redhat/testing soon. With
positive feedback, will push those to FC6-Extras and FC6-livna
respectively.

-- Rex


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Rex Dieter
2007-12-07 13:07:57 UTC
Permalink
Post by Rex Dieter
Post by Rex Dieter
Post by Tim Wunder
$ sudo rpm -e kdemultimedia-extras kdebindings-dcopperl
kdemultimedia-extras-nonfree
and the update is running, but I think some multimedia goodies will be
missing.
OK, I'll see about fixing up kdemm-extras, kdemm-extras-nonfree
I'll stuff some test builds for these into kde-redhat/testing soon. With
positive feedback, will push those to FC6-Extras and FC6-livna
respectively.
OK, i386 builds pushed to testing. My x86_64 build(s) stalled/failed,
so I don't have them handy atm. Is i386-only enough for you to test?
If so, please give me feedback asap, I need to get these Extras builds
submitted by today (since FC6 hits EOL today).

-- Rex

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

Loading...