Bug 982346

Summary: raise CreatorError("Dependency check failed : %s" % "\n".join(deps)) TypeError: sequence item 0: expected string, tuple found
Product: [Fedora] Fedora Reporter: nucleo <alekcejk>
Component: livecd-toolsAssignee: Brian Lane <bcl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: adam.stokes, bcl, bruno, dhuff, Jasper.Hartline, katzj, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-09 00:31:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
nightly image build log none

Description nucleo 2013-07-08 18:38:58 UTC
Created attachment 770612 [details]
nightly image build log

Description of problem:
If dependency check failed there is exception:

Traceback (most recent call last):
File "/usr/bin/livecd-creator", line 237, in <module>
sys.exit(main())
File "/usr/bin/livecd-creator", line 218, in main
creator.install()
File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 655, in install
ayum.runInstall()
File "/usr/lib/python2.7/site-packages/imgcreate/yuminst.py", line 220, in runInstall
raise CreatorError("Dependency check failed : %s" % "\n".join(deps))
TypeError: sequence item 0: expected string, tuple found


Version-Release number of selected component (if applicable):
livecd-tools-19.5-1.fc20

Actual results:
Last F20 KDE nightly composes failed but instead of broken deps there is only traceback.
http://koji.fedoraproject.org/koji/taskinfo?taskID=5586192

Comment 1 Brian Lane 2013-07-09 00:31:17 UTC

*** This bug has been marked as a duplicate of bug 979759 ***