Bug 989158

Summary: [abrt] livecd-tools-19.5-1.fc19: creator.py:419:__sanity_check:CreatorError: No packages or groups specified
Product: [Fedora] Fedora Reporter: lts123124 <lts123124>
Component: livecd-toolsAssignee: Brian Lane <bcl>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: adam.stokes, bcl, bruno, dhuff, Jasper.Hartline, katzj
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:897b6c820e95ef0c68ed1a3b39628022695161fd
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-29 22:57:03 UTC Type: ---
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
File: backtrace
none
File: core_backtrace
none
File: environ none

Description lts123124 2013-07-28 02:26:12 UTC
Version-Release number of selected component:
livecd-tools-19.5-1.fc19

Additional info:
reporter:       libreport-2.1.5
cmdline:        /usr/bin/python -tt /bin/livecd-creator --config=/usr/share/spin-kickstarts/fedora-live-minimization.ks --cache=/var/cache/live
dso_list:       python-imgcreate-19.5-1.fc19.x86_64
executable:     /bin/livecd-creator
kernel:         3.9.9-302.fc19.x86_64
runlevel:       N 5
uid:            0

Truncated backtrace:
creator.py:419:__sanity_check:CreatorError: No packages or groups specified

Traceback (most recent call last):
  File "/bin/livecd-creator", line 237, in <module>
    sys.exit(main())
  File "/bin/livecd-creator", line 194, in main
    docleanup=not options.nocleanup)
  File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 388, in __init__
    LiveImageCreatorBase.__init__(self, *args, **kwargs)
  File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 57, in __init__
    docleanup=docleanup)
  File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 797, in __init__
    useplugins=useplugins, cacheonly=cacheonly, docleanup=docleanup)
  File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 91, in __init__
    self.__sanity_check()
  File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 419, in __sanity_check
    raise CreatorError("No packages or groups specified")
CreatorError: No packages or groups specified

Local variables in innermost frame:
self: <imgcreate.live.x86LiveImageCreator object at 0x239a650>

Comment 1 lts123124 2013-07-28 02:26:17 UTC
Created attachment 779253 [details]
File: backtrace

Comment 2 lts123124 2013-07-28 02:26:21 UTC
Created attachment 779254 [details]
File: core_backtrace

Comment 3 lts123124 2013-07-28 02:26:25 UTC
Created attachment 779255 [details]
File: environ

Comment 4 Brian Lane 2013-07-29 22:57:03 UTC
Like it says: CreatorError: No packages or groups specified

blank ks %package section maybe?