JohanW wrote: > > Hi, > > I have a standard zeo setup of a plone site (1 server, 2 clients) of plone > 3.2.2 running for quite > some time. Now, when I run bin/buildout Iit failed, which come as a big > surprice.... Last time > I run buildout it obviously worked. The output I get is the following: > > Updating zope2. > Updating fake eggs > Updating productdistros. > Installing zeoserver. > Created directory /export/Plone-3.2.2/cvl/parts/zeoserver > Created directory /export/Plone-3.2.2/cvl/parts/zeoserver/etc > Created directory /export/Plone-3.2.2/cvl/parts/zeoserver/var > Created directory /export/Plone-3.2.2/cvl/parts/zeoserver/log > Created directory /export/Plone-3.2.2/cvl/parts/zeoserver/bin > Wrote file /export/Plone-3.2.2/cvl/parts/zeoserver/etc/zeo.conf > Wrote file /export/Plone-3.2.2/cvl/parts/zeoserver/bin/zeoctl > Changed mode for /export/Plone-3.2.2/cvl/parts/zeoserver/bin/zeoctl to 755 > Wrote file /export/Plone-3.2.2/cvl/parts/zeoserver/bin/runzeo > Changed mode for /export/Plone-3.2.2/cvl/parts/zeoserver/bin/runzeo to 755 > While: > Installing zeoserver. > > An internal error occured due to a bug in either zc.buildout or in a > recipe being used: > Traceback (most recent call last): > File > "/export/Plone-3.2.2/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", > line 1477, in main > getattr(buildout, command)(args) > File > "/export/Plone-3.2.2/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", > line 462, in install > installed_files = self[part]._call(recipe.install) > File > "/export/Plone-3.2.2/buildout-cache/eggs/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", > line 1060, in _call > return f() > File > "/export/Plone-3.2.2/buildout-cache/eggs/plone.recipe.zope2zeoserver-1.4-py2.4.egg/plone/recipe/zope2zeoserver/__init__.py", > line 117, in install > self.install_scripts() > File > "/export/Plone-3.2.2/buildout-cache/eggs/plone.recipe.zope2zeoserver-1.4-py2.4.egg/plone/recipe/zope2zeoserver/__init__.py", > line 289, in install_scripts > relative_paths=self._relative_paths, > TypeError: scripts() got an unexpected keyword argument 'relative_paths' > > The error says something about a bug in zc.buildout or a recipe being > used. > I have no clue why it fails, does it download something that isn't working > in my configuration? > What is needed to find out what the problem is? > > I would really appreciate any help to make my site work again. >
It seems that plone.recipe.zope2zeoserver is not pinned in http://dist.plone.org/release/3.2.2/versions.cfg. I would try version 1.2 which was current at the time 3.2.2 was released by adding the following to your buildout.cfg: [versions] plone.recipe.zope2zeoserver = 1.2 Then run buildout again. Laurence -- View this message in context: http://plone.293351.n2.nabble.com/re-running-buildout-on-plone-3-2-2-fails-tp5149373p5153074.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
