anaconda 18.7 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 988, in _run_callback return cb(obj, *arg, **karg) File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1120, in retryfunc _run_callback(opts.checkfunc, obj) File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1020, in _retry r = apply(func, (opts,) + args, {}) File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1126, in urlgrab return self._retry(opts, retryfunc, url, filename) File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 402, in _mirror_try return func_ref( *(fullurl,), **kwargs ) File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 424, in urlgrab return self._mirror_try(func, url, kw) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 909, in _getFile **kwargs File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 941, in getPackage **kwargs File "/tmp/updates/pyanaconda/packaging/yumpayload.py", line 1294, in callback package_path = repo.getPackage(txmbr.po) TypeError: verifyLocalPkg() takes exactly 1 argument (2 given) A change in yumRepo.py getPackage() is causing this error. 931 if checkfunc is None: 932 checkfunc = (package.verifyLocalPkg, (), {}) package.verifyLocalPkg only takes self, no additional args. I used yum-3.4.3-32.fc18.noarch for this build of the installer.
Note: this bug is effectively blocking F18 Alpha. anaconda team has adjusted anaconda for the new groups stuff introduced in yum-3.4.3-32.fc18, so any new anaconda build would be useless unless a yum with that change introduced is also included. But we probably don't want to take a yum with this bug in it into stable. Hence, we really need to get this bug fixed so we have a new yum build that's good enough to push stable and include in new Alpha composes, so we can push new anaconda builds which rely on this new yum. Hope that's vaguely clear. tl;dr summary: please fix this yesterday :)
yum-3.4.3-33.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/FEDORA-2012-12179/yum-3.4.3-33.fc18
This should be ON_QA then.
Discussed at 2012-08-22 blocker review meeting, accepted as a blocker per criterion "The installer must be able to complete package installation with the default package set for each supported installation method".
yum-3.4.3-34.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/yum-3.4.3-34.fc18
yum-3.4.3-36.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/yum-3.4.3-36.fc18
What's the reproducer? How can I check in Alpha TC5?
See BZ 681224.
(In reply to comment #8) > See BZ 681224. Sorry, either the bug number is wrong or I don't understand it. But I need someone to verify the problem is fixed or tell me how I can verify it.
Zdeněk says (over IRC) that if the installation works, this bug is fixed. Marking as such.
yum-3.4.3-40.fc18 was pushed stable, so we can close this.