Bug 438005
| Summary: | NameError: global name 'reqs' is not defined | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | jturner | ||||
| 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: | 2008-03-24 18:59:07 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: | |||||||
| Attachments: |
|
||||||
Created attachment 298420 [details]
anacdump.txt
Caused by some of the re-jiggering for EFI. Fixed up in git. Verified fixed in anaconda-11.4.0.55-1 |
Description of problem: Traceback when manually installing on a ppc IBM power5 fails when attempting to "Remove all partitions" Version-Release number of selected component (if applicable): anaconda-11.4.0.54-1 How reproducible: 100% Steps to Reproduce: 1. Start install 2. At partitioning screen, select "Remove all partitions" 3. Deselect Encryption 4. Click Next Actual results: anaconda 11.4.0.54 exception report Traceback (most recent call first): File "/usr/lib/anaconda/autopart.py", line 87, in bootRequestCheck for req in reqs: File "/usr/lib/anaconda/autopart.py", line 1057, in doPartitioning ret = bootRequestCheck(req, diskset) File "/usr/lib/anaconda/autopart.py", line 1525, in doAutoPartition doPartitioning(diskset, partitions, doRefresh = 0) File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 131, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1246, in nextClicked self.anaconda.dispatch.gotoNext() NameError: global name 'reqs' is not defined Expected results: No traceback Additional info: See attachment