Bug 517519

Summary: Save to bugzilla fails on ppc - RuntimeError: Unable to find glade file exnSave.glade
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, jturner, vanmeeuwen+fedora
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: 2009-08-14 13:11:25 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: 507676    

Description James Laska 2009-08-14 13:09:15 UTC
Description of problem:

Save to bugzilla fails on ppc, it appears due to a missing glade file

Version-Release number of selected component (if applicable):

 * anaconda-12.14

How reproducible:


Steps to Reproduce:
1. Boot installer with updates=http://jlaska.fedorapeople.org/traceback.img
2. Attempt to save traceback directly to bugzilla
  
Actual results:

13:06:52 Please manually connect your vnc client to test1224.test.redhat.com:1 (10.10.10.224) to begin the install.
Press <enter> for a shell
13:06:53 Starting graphical installation.
XKB extension not present on :1
XKB extension not present on :1
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/meh/handler.py", line 156, in <lambda>
    sys.excepthook = lambda ty, value, tb: self.handleException((ty, value, tb), obj)
  File "/usr/lib/python2.6/site-packages/meh/handler.py", line 113, in handleException
    responseHash[rc]((ty, value, tb))
  File "/usr/lib/python2.6/site-packages/meh/handler.py", line 196, in runSave
    win = self.intf.saveExceptionWindow(self.exnFile)
  File "/usr/lib/anaconda/gui.py", line 1081, in saveExceptionWindow
    win = SaveExceptionWindow (self.anaconda, longTextFile)
  File "/usr/lib/python2.6/site-packages/meh/ui/gui.py", line 160, in __init__
    exnxml = gtk.glade.XML(findGladeFile("exnSave.glade"), domain="python-meh")
  File "/usr/lib/python2.6/site-packages/meh/ui/gui.py", line 34, in findGladeFile
    raise RuntimeError, "Unable to find glade file %s" % file
RuntimeError: Unable to find glade file exnSave.glade


Expected results:

 * 

Additional info:

Comment 1 James Laska 2009-08-14 13:11:25 UTC
Pilot error ... my cobbler server was pointing to F-12-Alpha-TC which did not have the glade fix in yet.

CLOSING as NOTABUG