#33: QA spin can't be created ----------------------------+----------------------------------------------- Reporter: kparal | Owner: kanarip Type: defect | Status: new Priority: major | Milestone: Component: kickstart pool | Keywords: ----------------------------+----------------------------------------------- {{{ # livecd-creator -c ./spin-kickstarts/custom/qa-test-day.ks 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 56, in read_kickstart except IOError, (err, msg): ValueError: need more than 1 value to unpack }}}
The %include lines point to non-existing files. That is a recursive problem, starting in custom/fedora-livecd-desktop.ks file.
#33: QA spin can't be created ----------------------------+----------------------------------------------- Reporter: kparal | Owner: bruno Type: defect | Status: new Priority: major | Milestone: Component: kickstart pool | Resolution: Keywords: | ----------------------------+----------------------------------------------- Changes (by bruno):
* owner: kanarip => bruno
Comment:
I'll look at this tonight. Someone has been playing with the desktop spin very late in the release process. Part of this was that some name changes were going on. I am not even sure if the name changes are final yet. But I'll get the master branch so that QA Spin is buildable tonight unless some other complication comes up with the spin. Figure within 12 hours from now.
#33: QA spin can't be created ----------------------------+----------------------------------------------- Reporter: kparal | Owner: bruno Type: defect | Status: assigned Priority: major | Milestone: Component: kickstart pool | Resolution: Keywords: | ----------------------------+----------------------------------------------- Changes (by bruno):
* status: new => assigned
#33: QA spin can't be created ----------------------------+----------------------------------------------- Reporter: kparal | Owner: bruno Type: defect | Status: closed Priority: major | Milestone: Component: kickstart pool | Resolution: fixed Keywords: | ----------------------------+----------------------------------------------- Changes (by bruno):
* status: assigned => closed * resolution: => fixed
Comment:
It turns out that the sym links in the custom directory didn't include all of the ones needed and the split of the desktop spin into usb and cd spins didn't exist. This should be OK now in master as of commit ffb1758..95eaa52. I didn't do a full test of the build, but livecd-creator seems to start up, so I think I have it fixed. If there is still a problem please reopen the ticket.
#33: QA spin can't be created ----------------------------+----------------------------------------------- Reporter: kparal | Owner: bruno Type: defect | Status: closed Priority: major | Milestone: Component: kickstart pool | Resolution: fixed Keywords: | ----------------------------+----------------------------------------------- Comment (by kparal):
Verified, it's fixed. Thank you bruno.