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:
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] -----
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)
This error is still present in today's rawhide.
*sigh* Fixed with feeling