Bug 18892

Summary: Error in YUM when installing 64bit VMWare Server on Fedora Core 9 64bit
Product: PackageKit Reporter: Chris <chrbal>
Component: backend-yumAssignee: Richard Hughes <richard>
Status: RESOLVED INVALID QA Contact:
Severity: major    
Priority: medium    
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Chris 2008-12-04 14:04:36 UTC
I received the following error trying to install VMWare Server on Fedora 9 64bit using the file "VMware-server-2.0.0-122956.x86_64.rpm" downloaded from VMWare.

Error Type: <type 'exceptions.AttributeError'>
Error Value: 'NoneType' object has no attribute 'getProvides'
  File : /usr/share/PackageKit/helpers/yum/install-files.py , line 20, in <module>
    backend.install_files(trusted, files_to_inst)
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 1033, in install_files
    self._runYumTransaction()
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 1121, 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-05 02:08:43 UTC
Does this happen on the Fedora 10 Live CD? That version of PackageKit looks very old.
Comment 2 Jean-François Fortin Tam 2011-03-11 13:58:27 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.