Ticket #13720 (new Bug)

Opened 3 years ago

Last modified 3 years ago

plone.recipe.zeoserver lacking Buildouut 2 support

Reported by: aclark Owned by:
Priority: minor Milestone: 4.x
Component: Unknown Version: 4.2
Keywords: Cc:

Description (last modified by aclark) (diff)

FYI, p.r.zeoserver needs to be updated to work with Buildout 2, at least I think that is what is going on here:

Generated script '/Users/aclark/Developer/rpi.asthma_files_site/bin/zeo'.
While:
  Installing zeo.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/Users/aclark/Developer/rpi.asthma_files_site/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1942, in main
    getattr(buildout, command)(args)
  File "/Users/aclark/Developer/rpi.asthma_files_site/lib/python2.7/site-packages/zc/buildout/buildout.py", line 622, in install
    installed_files = self[part]._call(recipe.install)
  File "/Users/aclark/Developer/rpi.asthma_files_site/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1366, in _call
    return f()
  File "/Users/aclark/Developer/eggs-directory/plone.recipe.zeoserver-1.2.5-py2.7.egg/plone/recipe/zeoserver/__init__.py", line 92, in install
    self.install_scripts()
  File "/Users/aclark/Developer/eggs-directory/plone.recipe.zeoserver-1.2.5-py2.7.egg/plone/recipe/zeoserver/__init__.py", line 359, in install_scripts
    extra_paths.append(ws.by_key['zc.buildout'].location)
KeyError: 'zc.buildout'

Change History

comment:1 Changed 3 years ago by aclark

  • Description modified (diff)
Note: See TracTickets for help on using tickets.