Bug 18677 (Tigro_repo) - bug while installing Tigro repository
Summary: bug while installing Tigro repository
Status: RESOLVED INVALID
Alias: Tigro_repo
Product: PackageKit
Classification: Unclassified
Component: backend-yum (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-23 12:04 UTC by demetrius
Modified: 2011-03-11 14:14 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description demetrius 2008-11-23 12:04:12 UTC
Error Type: <type 'exceptions.AttributeError'>
Error Value: 'NoneType' object has no attribute 'getProvides'
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1819, in <module>
    main()
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1810, in main
    backend.dispatch_command(args[0],args[1:])
  File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 478, in dispatch_command
    self.install_files(trusted,files_to_inst)
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 999, in install_files
    self._runYumTransaction()
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1090, in _runYumTransaction
    rc,msgs =  self.yumbase.buildTransaction()
  File : /usr/lib/python2.5/site-packages/yum/__init__.py, line 641, in buildTransaction
    (rescode, restring) = self.resolveDeps()
  File : /usr/lib/python2.5/site-packages/yum/depsolve.py, line 688, in resolveDeps
    CheckDeps, checkinstalls, checkremoves, missing = self._resolveRequires(errors)
  File : /usr/lib/python2.5/site-packages/yum/depsolve.py, line 771, in _resolveRequires
    thisneeds = self._checkInstall(txmbr)
  File : /usr/lib/python2.5/site-packages/yum/depsolve.py, line 843, in _checkInstall
    provs = self.tsInfo.getProvides(*req)
  File : /usr/lib/python2.5/site-packages/yum/transactioninfo.py, line 431, in getProvides
    result = self.getOldProvides(name, flag, version)
  File : /usr/lib/python2.5/site-packages/yum/transactioninfo.py, line 424, in getOldProvides
    for pkg, hits in self.rpmdb.getProvides(name, flag, version).iteritems():
Comment 1 Richard Hughes 2008-12-12 03:27:45 UTC
Does this happen with PackageKit 0.3.12?
Comment 2 Jean-François Fortin Tam 2011-03-11 14:14:40 UTC
Closing this bug report as no further information has been provided after more than 6 weeks. Please feel free to reopen this bug if you can provide the information asked for. 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.