Bug 982346 - raise CreatorError("Dependency check failed : %s" % "\n".join(deps)) TypeError: sequence item 0: expected string, tuple found
Summary: raise CreatorError("Dependency check failed : %s" % "\n".join(deps)) TypeErro...
Keywords:
Status: CLOSED DUPLICATE of bug 979759
Alias: None
Product: Fedora
Classification: Fedora
Component: livecd-tools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-08 18:38 UTC by nucleo
Modified: 2013-07-09 00:31 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-07-09 00:31:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
nightly image build log (288.61 KB, text/x-log)
2013-07-08 18:38 UTC, nucleo
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.