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:
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.
*** This bug has been marked as a duplicate of bug 506685 ***