Bug 443341

Summary: Global name RefreshYumCacheFailed is not defined
Product: [Fedora] Fedora Reporter: Lubomir Kundrak <lkundrak>
Component: gnome-packagekitAssignee: Robin Norwood <robin.norwood>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: richard
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-26 08:57:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 441857    
Attachments:
Description Flags
screenshot of the problem
none
test patch none

Description Lubomir Kundrak 2008-04-20 21:29:51 UTC
See the attached screenshot for screenshot of the error I have encountered (do
not me why didn't I copy and paste the text). The problem was triggered by
searching for "source code indexer" and terminating with "Cancel" after a while.
Happened with yesterday's rawhide.

Comment 1 Lubomir Kundrak 2008-04-20 21:29:51 UTC
Created attachment 303075 [details]
screenshot of the problem

Comment 2 Richard Hughes 2008-04-20 23:59:52 UTC
Created attachment 303080 [details]
test patch

Robi, you can reproduce doing:

sudo yum clean all
gpk-application
<search for power, package lists start downloading>
<click cancel>
Bam:

Error Type: <type 'exceptions.NameError'>
Error Value: global name 'RefreshYumCacheFailed' is not defined
  File : /usr/share/PackageKit/helpers/yum/search-name.py , line 21, in
<module>
    backend.search_name(options,searchterms)
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 422, in
search_name
    except RefreshYumCacheFailed, e:

Patch attached fixes the problem. Okay to apply?

Comment 3 Richard Hughes 2008-04-21 14:52:58 UTC
Robin has applied the patch to master. I'll pull to stable in a few minutes, and
build a F9 snapshot tmw.