Comment 2 for bug 113085

Revision history for this message
Marius Gedminas (mgedmin) wrote :

I still see this problem with zc.buildout 1.1.0:

Upgraded:
  zc.buildout version 1.1.0;
restarting.
Generated script '/home/user/src/package/bin/buildout'.
Updating test.
While:
  Updating test.
  Getting distribution for 'plastex'.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
...
  File "/usr/lib/python2.5/httplib.py", line 349, in _read_status
    raise BadStatusLine(line)
BadStatusLine
program finished with exit code 0

(The "program finished with exit code 0" line comes from buildbot logs; because of the exit code buildbot thinks everything was fine and tries to run the next step, which fails because bin/test doesn't exist.)