Bug 836086

Summary: yum update fails after upgrading Fedora 16 to 17 (x86_64)
Product: [Fedora] Fedora Reporter: Doug Hutcheson <owlbrudder>
Component: yumAssignee: Fedora Packaging Toolset Team <packaging-team>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ffesti, james.antill, maxamillion, packaging-team, tim.lauridsen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-29 18:15:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
List of conflicts found by 'yum update' none

Description Doug Hutcheson 2012-06-28 05:13:23 UTC
Created attachment 594910 [details]
List of conflicts found by 'yum update'

Description of problem:
I ran 'yum update' after upgrading Fedora 16 to 17 and this message was reported:
Running Running Transaction Check
ERROR with transaction check vs depsolve:
mesa-dri-filesystem(x86-32) is needed by mesa-dri-drivers-8.0.3-1.fc17.i686
libcups.so.2 is needed by gtk2-2.24.10-2.fc17.i686
Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=rawhide&component=yum

It also reported over 190 conflicts, but these seem to be across releases and architectures: for example it reports "alsa-lib-1.0.25-3.fc17.x86_64 is a duplicate with alsa-lib-1.0.25-1.fc16.i686". See the attached file for details.


Version-Release number of selected component (if applicable):


How reproducible:
run yum update


Steps to Reproduce:
run yum update
  
Actual results:
yum update failed

Expected results:
yum update should run to completion

Additional info:

Comment 1 Doug Hutcheson 2012-06-29 05:09:05 UTC
I solved the problem by running 'yum list [package name]' for each package where a conflict was reported. In most cases, the result showed the i686 version of the package was installed, but an update was available. I executed 'yum update [fully qualified package name]' (eg: 'yum update alsa-lib-1.0.25-1.fc17.i686') and the fc17 version was installed without further incident. I did this for all 195-odd reported conflicts and then successfully ran 'yum update', to install the remaining 1200-odd packages needing update from the versions on the fc17 installation .iso.

Fedora 17 is now happily humming away, apart from a problem with the annoying 'Oh, no! A problem has occurred ...' dialog the first time I try to log in. I am able to log in at the second attempt, so it must be something transitory.

Comment 2 James Antill 2012-06-29 18:15:01 UTC
 Those aren't "conflicts" they are pre-existing problems in the rpmdb, including:

mesa-dri-drivers-7.11.2-3.fc16.i686 has missing requires of mesa-dri-filesystem(x86-32)

...which is why yum didn't see it.