Skip to content

Instantly share code, notes, and snippets.

@ivanteoh
Created September 15, 2013 02:27
Show Gist options
  • Save ivanteoh/6567526 to your computer and use it in GitHub Desktop.
Save ivanteoh/6567526 to your computer and use it in GitHub Desktop.
buildout.deco fail for toolbar cfg
[buildout]
extends =
toolbar.cfg
initial-site.cfg
# If you want omelette, uncomment here and down there
parts +=
omelette
# add development tools that you might need to develop with
[instance]
eggs +=
Products.PrintingMailHost
iw.debug
plone.reload
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
2013-09-15 12:21:15 INFO collective.recipe.plonesite Running profiles: ['plone.app.deco:default']
2013-09-15 12:21:15 ERROR GenericSetup Unknown step in dependency chain: 'profile-plone.app.deco:default'
Traceback (most recent call last):
File "/Users/ivan/Code/workspace/buildout.deco.toolbar/parts/instance/bin/interpreter", line 301, in <module>
exec(_val)
File "<string>", line 1, in <module>
File "/Users/ivan/buildout-cache/eggs/collective.recipe.plonesite-1.8.2-py2.7.egg/collective/recipe/plonesite/plonesite.py", line 275, in <module>
main(app, parser) # NOQA
File "/Users/ivan/buildout-cache/eggs/collective.recipe.plonesite-1.8.2-py2.7.egg/collective/recipe/plonesite/plonesite.py", line 231, in main
runProfiles(portal, profiles)
File "/Users/ivan/buildout-cache/eggs/collective.recipe.plonesite-1.8.2-py2.7.egg/collective/recipe/plonesite/plonesite.py", line 55, in runProfiles
stool.runAllImportStepsFromProfile(profile)
File "/Users/ivan/buildout-cache/eggs/Products.GenericSetup-1.7.3-py2.7.egg/Products/GenericSetup/tool.py", line 350, in runAllImportStepsFromProfile
ignore_dependencies=ignore_dependencies)
File "/Users/ivan/buildout-cache/eggs/Products.GenericSetup-1.7.3-py2.7.egg/Products/GenericSetup/tool.py", line 1073, in _runImportStepsFromContext
chain = self.getProfileDependencyChain(profile_id)
File "/Users/ivan/buildout-cache/eggs/Products.GenericSetup-1.7.3-py2.7.egg/Products/GenericSetup/tool.py", line 1054, in getProfileDependencyChain
dependencies = self.getDependenciesForProfile(profile_id)
File "/Users/ivan/buildout-cache/eggs/Products.GenericSetup-1.7.3-py2.7.egg/Products/GenericSetup/tool.py", line 835, in getDependenciesForProfile
raise KeyError(profile_id)
KeyError: 'profile-plone.app.deco:default'
Installing omelette.
omelette: (While processing egg pytz) Package 'pytz' is zipped. Skipping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment