[Zope-dev] zc.buildout broken

Jim Fulton jim at zope.com
Fri Apr 24 10:18:17 EDT 2009


On Apr 23, 2009, at 11:56 PM, Roger Ineichen wrote:

> Hi everybody
>
> Ran 367 tests with 50 failures and 1 errors in 8 minutes 14.891  
> seconds.
>
> The latest trunk of zc.buildout is completly broken.
> At least on windows. Can someone check this on linux?


You should expect trunk failures on Windows.  Most people who  
contribute to buildout don't run tests on Windows.  Windows tests  
should always be run and made to pass before making a release.  I do.

I get the 50 failures with Python 2.4. (BTW, it would help if you  
reported the Python version used.)
Most or all of these are spurious and due to actual output lines  
having carriage returns at the ends. (I assume this is a side-effect  
of a recent change to using subprocess.)  It should be easy to address  
this by adding a renormalizer.  I'll get to this at some  point, if  
someone doesn't beat me to it.

Jim

--
Jim Fulton
Zope Corporation




More information about the Zope-Dev mailing list