Bug 16936 - not able to update the entire system
Summary: not able to update the entire system
Status: RESOLVED NOTOURBUG
Alias: None
Product: PackageKit
Classification: Unclassified
Component: backend-yum (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-01 01:55 UTC by scott
Modified: 2008-08-01 04:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description scott 2008-08-01 01:55:52 UTC
Error Type: <type 'exceptions.RuntimeError'>
Error Value: more keyword list entries than argument specifiers
  File : /usr/share/PackageKit/helpers/yum/refresh-cache.py , line 17, in <module>
    backend = PackageKitYumBackend(sys.argv[1:])
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 242, in __init__
    self._setup_yum()
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 1556, in _setup_yum
    self.yumbase.doConfigSetup(errorlevel=0,debuglevel=0)     # Setup Yum Config
  File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 134, in doConfigSetup
    errorlevel=errorlevel)
  File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 166, in _getConfig
    startupconf = config.readStartupConfig(fn, root)
  File : /usr/lib/python2.5/site-packages/yum/config.py , line 703, in readStartupConfig
    confpp_obj = ConfigPreProcessor(configfile)
  File : /usr/lib/python2.5/site-packages/yum/parser.py , line 83, in __init__
    fo = self._pushfile( url )
  File : /usr/lib/python2.5/site-packages/yum/parser.py , line 176, in _pushfile
    fo = urlgrabber.grabber.urlopen(absurl)
  File : /usr/lib/python2.5/site-packages/urlgrabber/grabber.py , line 613, in urlopen
    return default_grabber.urlopen(url, **kwargs)
  File : /usr/lib/python2.5/site-packages/urlgrabber/grabber.py , line 890, in urlopen
    return self._retry(opts, retryfunc, url)
  File : /usr/lib/python2.5/site-packages/urlgrabber/grabber.py , line 851, in _retry
    r = apply(func, (opts,) + args, {})
  File : /usr/lib/python2.5/site-packages/urlgrabber/grabber.py , line 889, in retryfunc
    return URLGrabberFileObject(url, filename=None, opts=opts)
  File : /usr/lib/python2.5/site-packages/urlgrabber/grabber.py , line 1007, in __init__
    self._do_open()
  File : /usr/lib/python2.5/site-packages/urlgrabber/grabber.py , line 1068, in _do_open
    opener = self._get_opener()
  File : /usr/lib/python2.5/site-packages/urlgrabber/grabber.py , line 1059, in _get_opener
    self._opener = CachedOpenerDirector(*handlers)
  File : /usr/lib/python2.5/site-packages/urlgrabber/grabber.py , line 1347, in CachedOpenerDirector
    opener = urllib2.build_opener(*handlers)
  File : /usr/lib/python2.5/urllib2.py , line 455, in build_opener
    opener.add_handler(klass())
  File : /usr/lib/python2.5/urllib2.py , line 338, in add_handler
    bisect.insort(self.handlers, handler)
Comment 1 Richard Hughes 2008-08-01 04:38:11 UTC
Hmm, this looks like a yum error. Could you please report this in the Red Hat bugzilla, under the component yum please. Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.