Description of problem: Trying to work an i386 automated install through the rawhide acceptance test plan and it appears to crash upon entering stage#2. Version-Release number of selected component (if applicable): * Running anaconda 13.38, the Fedora system installer - please wait. How reproducible: Steps to Reproduce: 1. Install an i386 virt guest on an i386 virt host 2. Alternatively, use AutoQA install.py as directed below ... # python install.py http://download.fedoraproject.org/pub/fedora/linux/development/13/i386/os Actual results: Traceback (most recent call last): File "/usr/bin/anaconda", line 817, in <module> import kickstart File "/usr/lib/anaconda/kickstart.py", line 21, in <module> from storage.deviceaction import * File "/usr/lib/anaconda/storage/__init__.py", line 31, in <module> import parted File "/usr/lib/python2.6/site-packages/parted/__init__.py", line 52, in <module> from partition import Partition File "/usr/lib/python2.6/site-packages/parted/partition.py", line 249, in <module> partitionFlag[__flag] = _ped.partition_flag_get_name(__flag) ValueError: Invalid flag provided. install exited abnormally [1/1] The system will be rebooted when you press Ctrl-C or Ctrl-Alt-Delete. Expected results: Additional info:
What version of pyparted is in your tree?
(In reply to comment #1) > What version of pyparted is in your tree? pyparted-3.2-1.fc13.i686, and I see there is already a pyparted-3.3-1 in koji (http://koji.fedoraproject.org/koji/buildinfo?buildID=168198). I take it this just needs to land in the next compose?
Yep.
Fixed with the latest pyparted on the mirrors. Thanks!