Bug 521089

Summary: SyntaxError: non-keyword arg after keyword arg
Product: [Fedora] Fedora Reporter: Hicham HAOUARI <hicham.haouari>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, vanmeeuwen+fedora
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: 2009-09-03 15:24: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 Hicham HAOUARI 2009-09-03 15:18:41 UTC
Description of problem:
Crash of Anaconda

Version-Release number of selected component (if applicable):
12.19-1.fc12.i686

How reproducible:
Always

Steps to Reproduce:
1. Try to launch /usr/bin/liveinst from Live Alpha CD
2. Wait for it
3. See the error traceback
  
Actual results:
Crash

Expected results:
Normal installation

Additional info:
Traceback :

Traceback (most recent call last):
  File "/usr/sbin/anaconda", line 552, in <module>
    import dispatch
  File "/usr/lib/anaconda/dispatch.py", line 26, in <module>
    from packages import writeKSConfiguration, turnOnFilesystems
  File "/usr/lib/anaconda/packages.py", line 39, in <module>
    from upgrade import bindMountDevDirectory
  File "/usr/lib/anaconda/upgrade.py", line 35, in <module>
    from storage import findExistingRootDevices, getReleaseString
  File "/usr/lib/anaconda/storage/__init__.py", line 1857
    self.mountpoints.values())
SyntaxError: non-keyword arg after keyword arg

Comment 1 Chris Lumens 2009-09-03 15:24:23 UTC
This is fixed in the current build of anaconda.