Description of problem: I got the following error while trying to do a test build of the games spin in rawhide: [root@games1 livegames]# livecd-creator -v -c /usr/share/spin-kickstarts/fedora-livedvd-games.ks -f "Custom-Live-games-i686" -t /home/livecd/tmp --cache=/home/livecd/cache Traceback (most recent call last): File "/usr/bin/livecd-creator", line 140, in <module> sys.exit(main()) File "/usr/bin/livecd-creator", line 112, in main ks = imgcreate.read_kickstart(options.kscfg) File "/usr/lib/python2.6/site-packages/imgcreate/kickstart.py", line 61, in read_kickstart "'%s' : %s" % (path, e)) imgcreate.errors.KickstartError/usr/lib/python2.6/site-packages/imgcreate/errors.py:40: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 return str(self.message) : Failed to parse kickstart file '/usr/share/spin-kickstarts/fedora-livedvd-games.ks' : A partition with the mountpoint / has already been defined. I suspect this is due to the games spin needing to override the standard DVD spin size limit. Version-Release number of selected component (if applicable): livecd-tools-025-1.fc12.i686 How reproducible: Seems to happen every time. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This also happens to the electronics-lab spin in rawhide.
This is actually caused by pykickstart: see #516338
*** This bug has been marked as a duplicate of bug 516338 ***