abrt version: 1.1.18 architecture: i686 cmdline: /usr/bin/python -u /usr/bin/abrt-debuginfo-install /var/spool/abrt/ccpp-1303049078-1563/coredump /var/run/abrt/tmp-19883-1303049091 /var/cache/abrt-di comment: This error should be handled nicely and not give a stacktrace component: abrt executable: /usr/bin/abrt-debuginfo-install kernel: 2.6.35.12-88.fc14.i686.PAE package: abrt-1.1.18-1.fc14 reason: yumRepo.py:421:check:RepoError: Cannot find a valid baseurl for repo: rpmfusion-free-rawhide-debuginfo release: Fedora release 14 (Laughlin) How to reproduce: don't know time: 1303049093 uid: 0 backtrace ----- yumRepo.py:421:check:RepoError: Cannot find a valid baseurl for repo: rpmfusion-free-rawhide-debuginfo Traceback (most recent call last): File "/usr/bin/abrt-debuginfo-install", line 454, in <module> result = downloader.download(missing) File "/usr/bin/abrt-debuginfo-install", line 189, in download self.repos.doSetup() File "/usr/lib/python2.7/site-packages/yum/repos.py", line 87, in doSetup self.ayum.plugins.run('postreposetup') File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 183, in run func(conduitcls(self, self.base, conf, **kwargs)) File "/usr/lib/yum-plugins/fastestmirror.py", line 194, in postreposetup_hook if downgrade_ftp and _len_non_ftp(repo.urls) == 1: File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 677, in <lambda> urls = property(fget=lambda self: self._geturls(), File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 674, in _geturls self._baseurlSetup() File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 645, in _baseurlSetup self.check() File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 421, in check 'Cannot find a valid baseurl for repo: %s' % self.id RepoError: Cannot find a valid baseurl for repo: rpmfusion-free-rawhide-debuginfo Local variables in innermost frame: self: <yum.yumRepo.YumRepository object at 0xa36f4ac>
Created attachment 492718 [details] File: backtrace
In the ABRT debuginfo install script we use "skip_if_unavailable", so I would expect yum to just skip the repo if there is no usable baseurl or is there some other option which would make yum even more error tolerant?
it's the fastestmirror plugin ... it isn't doing the same checks as core yum when skip_if_unavailable.
This message is a notice that Fedora 14 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 14. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '14' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 14 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping