Bug 182931 - ia64 install fails with 'oldlang' referenced before assignment
Summary: ia64 install fails with 'oldlang' referenced before assignment
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: ia64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks: fedora-ia64
TreeView+ depends on / blocked
 
Reported: 2006-02-24 15:37 UTC by Prarit Bhargava
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-24 15:41:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Prarit Bhargava 2006-02-24 15:37:44 UTC
Description of problem: 
 
ia64 installation fails with: 
 
Traceback (most recent call last):                                              
  File "/usr/bin/anaconda", line 1210, in ? 
    intf.run(id, dispatch) 
  File "/usr/lib/anaconda/text.py", line 478, in run 
    if oldlang is not None: 
UnboundLocalError: local variable 'oldlang' referenced before assignment 
 
Version-Release number of selected component (if applicable): 
 
Latest nightly rawhide. 
 
How reproducible: 100% 
 
 
Steps to Reproduce: 
1. start install 
2. select NFS installation and enter in mount point 
   
Actual results: 
Traceback (most recent call last):                                              
  File "/usr/bin/anaconda", line 1210, in ? 
    intf.run(id, dispatch) 
  File "/usr/lib/anaconda/text.py", line 478, in run 
    if oldlang is not None: 
UnboundLocalError: local variable 'oldlang' referenced before assignment 
 
 
Expected results: 
 
No error should be seen.

Comment 1 David Cantrell 2006-02-24 15:41:49 UTC
Fixed yesterday.


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