[Distutils] [buildout] http://downloads.buildout.org/1/bootstrap.py resulting in buildout 2.0.1

Philippe Ombredanne pombredanne at nexb.com
Wed Feb 20 01:50:28 CET 2013


On Tue, Feb 19, 2013 at 2:39 PM, Chris Withers <chris at simplistix.co.uk> wrote:
> Dunno what I'm doing wrong then, see the eggs being used here:
> http://jenkins.simplistix.co.uk/job/checker-buildout/86/PYTHON=2.7,label=linux/console

Weird, sounds like both the 1.3.2 and 2.0.0a3 egg recipe versions are
being fetched:

$ bin/buildout
Develop: '/home/pombredanne/checker/checker/.'
Getting distribution for 'zc.recipe.egg<2'.
Got zc.recipe.egg 1.3.2.                          <== here
Installing py.
Getting distribution for 'tox'.
Got tox 1.4.2.
Getting distribution for 'zope.testing'.
warning: no files found matching '*.test' under directory 'src'
warning: no files found matching 'sampletests' under directory 'src'
Got zope.testing 4.1.1.
Getting distribution for 'zc.recipe.egg<2'.
Got zc.recipe.egg 2.0.0a3.                                              <== here
Getting distribution for 'testfixtures'.
Got testfixtures 2.3.5.
............

You might want to run your buildout on a fresh checkout with verbose
debug flags
bin/buildout -vvvv
to see what is cooking in there

It feels as if that while processing buildout just go fetch two
versions of the egg recipe?
It is likely that one of your required eggs may have a relaxed
requirement on zc.recipe.egg?


-- 
Philippe Ombredanne

+1 650 799 0949 | pombredanne at nexB.com
DejaCode Enterprise at http://www.dejacode.com
nexB Inc. at http://www.nexb.com


More information about the Distutils-SIG mailing list