Bug 182931
| Summary: | ia64 install fails with 'oldlang' referenced before assignment | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Prarit Bhargava <prarit> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ia64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-24 15:41:49 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: | 163350 | ||
Fixed yesterday. |
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.