Description of problem: I tried to upgrade a system running FC4 to F7. anaconda worked for a while and eventually ended up with the following: Traceback (most recent call first): File "/usr/lib/python2.5/site-packages/yum/packageSack.py", line 600, in returnNewestByNameArch raise PackageSackError, 'No Package Matching %s.%s' % naTup File "/usr/lib/python2.5/site-packages/yum/packageSack.py", line 308, in returnNewestByNameArch return bestofeach.returnNewestByNameArch(naTup) File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 662, in _processConflict po = self.pkgSack.returnNewestByNameArch((confpkg.name,confpkg.arch))[0] File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 856, in resolveDeps (checkdep, missing, conflict, errormsgs) = self._processConflict(dep) File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 549, in buildTransaction (rescode, restring) = self.resolveDeps() File "/usr/lib/anaconda/yuminstall.py", line 1016, in doPostSelection (code, msgs) = self.ayum.buildTransaction() File "/usr/lib/anaconda/backend.py", line 227, in doPostSelection return anaconda.backend.doPostSelection(anaconda) File "/usr/lib/anaconda/dispatch.py", line 203, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1041, in nextClicked self.anaconda.dispatch.gotoNext() PackageSackError: No Package Matching kernel.i686 The system was upgradable; only the above forced me into quite a bit of "manual" work (although some pieces were later done with a help of anaconda). Full 161K of what anaconda produced on that traceback is attached.
Created attachment 158386 [details] anaconda produced report
*** This bug has been marked as a duplicate of 244376 ***