Bug 17920 - Error when installing Vmware Server 2.0 64bits from the GUI (double clic on the RPM) on Fedora 10 Beta1
Summary: Error when installing Vmware Server 2.0 64bits from the GUI (double clic on t...
Status: RESOLVED INVALID
Alias: None
Product: PackageKit
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) other
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-05 14:35 UTC by Laurent
Modified: 2008-10-13 06:41 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Laurent 2008-10-05 14:35:23 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-10-05 15:45:05 UTC
I've caught this error in bd9e5ef13425d00f77f0eb31f21c87290043f341 -- but surely this is a bug in yum? Do you have a link to the rpm in question pls?


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.