Missing kdelibs-*.4.1 in updates-testing.

Gilboa Davara gilboad at gmail.com
Mon Aug 4 16:16:22 UTC 2008


On Mon, 2008-08-04 at 07:53 -0500, Rex Dieter wrote:
> Gilboa Davara wrote:
> 
> > Cleaning up list of fastest mirrors
> > $ yum install --enablerepo=updates-testing kde\*-devel\*4.1\*.x86_64
> ...
> > Resolving Dependencies
> > --> Running transaction check
> ...
> > ---> Package kdelibs-devel.x86_64 6:4.1.0-3.fc9 set to be updated
> ...
> > ---> Package kdelibs-devel.i386 6:4.0.5-5.fc9 set to be updated
> 
> That's the/a problem.  Not sure why tho.  I can confirm that both kdelibs-4.1.0.3.fc9.x86_64 and kdelibs-4.1.0-3.fc9.i386 exist in the update-testing repo.
> 
> -- Rex
> 

Found the bugger!

$ rpm -qa | grep devel | grep i386
phonon-devel-4.2.0-2.fc9.i386
wine-devel-1.0-1.fc9.i386
kdelibs-devel-4.1.0-3.fc9.i386

$ rpm -e $(rpm -qa | grep devel | grep i386)
error: Failed dependencies:
        phonon-devel is needed by (installed)
kdelibs-devel-4.1.0-3.fc9.x86_64

$ rpm -qa phonon-devel
phonon-devel-4.2.0-2.fc9.i386

kdelibs-devel.x86_64 is pulling the wrong phonon-devel (i386) which
in-turn, pulls the rest of the i386 world.

- Gilboa






More information about the fedora-test-list mailing list