Bug 507116

Summary: yum don't work after upgrade from Fedora 10
Product: [Fedora] Fedora Reporter: Fabrício Godoy <skarllot>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 11CC: ffesti, james.antill, pmatilai, rmaximo, rzhou, tim.lauridsen, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-22 15:34:49 UTC Type: ---
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
Upgrade log none

Description Fabrício Godoy 2009-06-21 01:13:09 UTC
Created attachment 348770 [details]
Upgrade log

Description of problem:
I was getting error as in https://bugzilla.redhat.com/show_bug.cgi?id=504888, after upgrade from Fedora 10 to Fedora 11 using DVD.
And I was not enabled updates-testing repository, the new yum is available to Fedora 10, see https://admin.fedoraproject.org/updates/F10/FEDORA-2009-5328.

Then to fix it, I runned following:
=====
rpm -Uvh /media/Fedora\ 11\ x86_64\ DVD/Packages/yum-3.2.22-4.fc11.noarch.rpm --oldpackage
=====

Then yum becomes working, but I tried to update "yum*" without success, as following:
=====
# yum update yum*
Loaded plugins: downloadonly, fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
 * fedora: www.las.ic.unicamp.br
 * livna: rpm.livna.org
 * rpmfusion-free: mirror.liberty.edu
 * rpmfusion-free-updates: mirror.liberty.edu
 * rpmfusion-nonfree: mirror.liberty.edu
 * rpmfusion-nonfree-updates: mirror.liberty.edu
 * updates: www.las.ic.unicamp.br
Setting up and reading Presto delta metadata
No Presto metadata available for adobe-linux-i386
No Presto metadata available for livna
No Presto metadata available for rpmfusion-free
No Presto metadata available for rpmfusion-nonfree
No Presto metadata available for updates
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package yum.noarch 0:3.2.23-3.fc10 set to be updated
--> Processing Dependency: python(abi) = 2.5 for package: yum
---> Package yum-presto.noarch 0:0.4.5-4.fc11 set to be updated
---> Package yumex.noarch 0:2.0.5-6.fc11 set to be updated
--> Finished Dependency Resolution
yum-3.2.23-3.fc10.noarch from updates has depsolving problems
  --> Missing Dependency: python(abi) = 2.5 is needed by package yum-3.2.23-3.fc10.noarch (updates)
Error: Missing Dependency: python(abi) = 2.5 is needed by package yum-3.2.23-3.fc10.noarch (updates)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
=====

Then I needed to run following:
=====
yum clean all
=====

Then, finally, update for "yum*" worked without problems.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ricky Zhou 2009-06-21 01:18:02 UTC
Hey, I was helping Fabrício with this on #fedora.  What happened was that he updated from Fedora 10 to Fedora 11 using the DVD, but yum apparently did not get updated.  I asked him to look at his /root/upgrade.log, and he said there was no entry for yum getting updated there.

I suggested that he submit this bug to see if any anaconda people knew how to debug this further.

Comment 2 seth vidal 2009-06-22 15:34:49 UTC

*** This bug has been marked as a duplicate of bug 506685 ***