Bug 983776 - TypeError: sequence item 0: expected string, tuple found (when trying to display a dependency issue during livecd-creator)
Summary: TypeError: sequence item 0: expected string, tuple found (when trying to disp...
Keywords:
Status: CLOSED DUPLICATE of bug 979759
Alias: None
Product: Fedora
Classification: Fedora
Component: livecd-tools
Version: rawhide
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-12 00:00 UTC by Adam Williamson
Modified: 2013-07-12 00:03 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-12 00:03:27 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Adam Williamson 2013-07-12 00:00:37 UTC
Trying to build a KDE live image from current Rawhide, livecd-creator downloads all the packages, then this happens:

Traceback (most recent call last):
  File "/bin/livecd-creator", line 237, in <module>
    sys.exit(main())
  File "/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

The same error is visible in the nightly composes in Koji, so it's not just me. Looks like the code for printing out dependency errors needs adjusting for some reason.

Comment 1 Adam Williamson 2013-07-12 00:03:27 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.