Description of problem: yum update fails becasue of unresolveable dependencies for kdebindings: [root@localhost ~]# yum update Loading "installonlyn" plugin Setting up Update Process Excluding Packages in global exclude list Finished Resolving Dependencies --> Running transaction check ---> Package kdebindings.x86_64 0:3.5.7-1.fc7.1 set to be updated --> Processing Dependency: perl(DCOP) for package: kdesdk --> Finished Dependency Resolution Error: Unresolveable requirement perl(DCOP) for kdesdk
Same here on i386. "repoquery -q --whatprovides "perl(DCOP)" shows that this packages provides the requirement: kdebindings-0:3.5.6-1.fc7.i386 kdebindings-dcopperl-0:3.5.7-1.fc7.1.i386 After a manual installation of kdebindings-dcopperl I could update kdesdk. After this I've tried to reproduce this and deinstalled kdebindings-dcopperl, kdesdk and cleaned the yum cache. But now an installation of kdesdk works fine and pulls kdebindings-dcopperl as a requirement. So this is maybe a yum problem?
I'd say it is, if it's possible to satisfy the dependencies, then it's probably yum's fault if it can't manage to.
it's a bug in yum... *** This bug has been marked as a duplicate of 250476 ***