Bug 455361

Summary: Installer fails in starting on PS3
Product: [Fedora] Fedora Reporter: Kazunori Asayama <asayama>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-15 19:46:23 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:

Description Kazunori Asayama 2008-07-15 03:20:06 UTC
Description of problem:

The installer failes in starting on PLAYSTATION 3 by the error:

  UnboundLocalError: local variable 'machine' referenced before assignment

Version-Release number of selected component (if applicable):

  anaconda-11.4.1.14-1

How reproducible:

  Every time.

Steps to Reproduce:
1. Insert boot CD (created from boot.iso) into PS3.
2. Boot PS3.
3. Choose language and keyboard type.
4. Wait for starting the installer.
  
Actual results:

The installer fails with the following message:

Running anaconda 11.4.1.14, the Fedora system installer - please wait...
Traceback (most recent call last):
  File "/usr/bin/anaconda", line 565, in <module>
    from exception import handleException
  File "/usr/lib/anaconda/exception.py", line 35, in <module>
    import partedUtils
  File "/usr/lib/anaconda/partedUtils.py", line 34, in <module>
    import fsset
  File "/usr/lib/anaconda/fsset.py", line 1114, in <module>
    fileSystemTypeRegister(applebootstrapFileSystem())
  File "/usr/lib/anaconda/fsset.py", line 1007, in __init__
    if iutil.getPPCMacGen() == "NewWorld":
  File "/usr/lib/anaconda/iutil.py", line 399, in getPPCMacGen
    if getPPCMachine() != "PMac":
  File "/usr/lib/anaconda/iutil.py", line 356, in getPPCMachine
    for part in (machine, platform):
UnboundLocalError: local variable 'machine' referenced before assignment
install exited abnormally [1/1]
sending termination signals...done
sending kill signals...done
disabling swap...
unmounting filesystems...
        /mnt/runtime done
        disabling /dev/loop0 LOOP_CLR_FD failed: 6
        /proc done
        /dev/pts done
        /sys done
        /mnt/stage2 done
        /selinux done
you may safely reboot your system


Expected results:

The installer successfully starts.

Additional info:

Comment 1 Chris Lumens 2008-07-15 19:46:23 UTC
This will be fixed in the next build of anaconda.