Bug 438005 - NameError: global name 'reqs' is not defined
Summary: NameError: global name 'reqs' is not defined
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-18 17:18 UTC by James Laska
Modified: 2013-09-02 06:24 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-03-24 18:59:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
anacdump.txt (406.73 KB, text/plain)
2008-03-18 17:18 UTC, James Laska
no flags Details

Description James Laska 2008-03-18 17:18:57 UTC
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

Comment 1 James Laska 2008-03-18 17:18:58 UTC
Created attachment 298420 [details]
anacdump.txt

Comment 2 Jeremy Katz 2008-03-18 17:41:22 UTC
Caused by some of the re-jiggering for EFI.  Fixed up in git.

Comment 3 James Laska 2008-03-24 18:58:53 UTC
Verified fixed in anaconda-11.4.0.55-1


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