Bug 466374 - KeyError: 'en_US.UTF-8' at text install
Summary: KeyError: 'en_US.UTF-8' at text install
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F10Snap2
TreeView+ depends on / blocked
 
Reported: 2008-10-09 22:03 UTC by John Reiser
Modified: 2008-10-14 17:03 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-10-14 17:03:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John Reiser 2008-10-09 22:03:16 UTC
Description of problem: Text install gets an exception immediately after OKing the welcome screen.  This is a DVD composed by pungi from rawhide of Wed.Oct. 8, with all "# Languages' commented out from /usr/share/pungi/rawhide-fedora.ks.


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

How reproducible: always


Steps to Reproduce:
1. boot DVD in text mode (add " text" to end of boot command line)
2.
3.
  
Actual results: Text welcome screen shows.  Type <space> to OK.  Exception happens immediately.  Selecting 'Save' gets another immediate exception.
According to vty3, the first exception is:
CRITICAL: anaconda 11.4.1.44 exception report
Traceback (most recent call first);
  File "/usr/lib/python2.5/site-packages/snack.py", line 193, in setCurrent
    self.w.listboxSetCurrent(Self.item2key[item])
  File "/usr/lib/python2.5/site-packages/snack.py", line 791, in ListboxChoiceWindow
    l.setCurrent (default)
  File "/usr/lib/anaconda/textw/language_text.py", line 50, in ___call___
    height = height, help = "lang")
  File "/usr/lib/anaconda/text.py", line 716, in run
    rc = win(self.screen, instance)
  File "/usr/bin/anaconda", line 946, in <module>
    anaconda.intf.run(anaconda)
KeyError: 'en_US.UTF-8'



Expected results: Proceed with install.


Additional info:

Comment 1 John Reiser 2008-10-10 02:21:15 UTC
The error upon selecting Save (in response to the first error) is:
Traceback (most recent call last):
File "/usr/bin/anaconda", line 950, in <module>
  handleException(anaconda, sys.exc_info())
File "/usr/lib/anaconda/exception.py", line 612, in handleException
  run SaveDialog(anaconda, exn)
File "/usr/lib/ananconda/exception.py", line 466, in runSaveDialog
  saveWin.run()
File "/usr/lib/anaconda/text.py", line 252, in run
  toplevel.adD(remoteGrid, 0, 5, (0, 0, 0, 1))
AttributeError: GridForm instance has no attribute 'adD'
install exited abnormally [1/1]
-----

Comment 2 Jeremy Katz 2008-10-10 02:59:23 UTC
The first should be fixed in tomorrow's rawhide; the second will be in anaconda >= 11.4.1.48 (which probably won't make tomorrow's rawhide)

Comment 3 Andy Lindeberg 2008-10-10 17:42:38 UTC
This error is still present in today's rawhide.

Comment 4 Jeremy Katz 2008-10-10 18:00:45 UTC
*sigh*  Fixed with feeling


Note You need to log in before you can comment on or make changes to this bug.