[Python-3000] Win64 buildbot

Thomas Heller theller at ctypes.org
Thu Nov 15 22:03:10 CET 2007


Guido van Rossum schrieb:
> On Nov 15, 2007 12:14 PM, Thomas Heller <theller at ctypes.org> wrote:
>> I'll make the change.
> 
> Thanks!
> 
>> And, btw: after a manual clean, the win64 buildbot compiles again.
> 
> Hm, how about running a cleanup step at the *start* of the build
> instead of at the end? (Or at both ends if you want to reclaim the
> disk space.)
> 

The *real* problem is that both the build and the clean step require
Python to work.  The former uses it to build _ssl, the latter starts rmpyc.py.
Since the python30.dll was not built, starting python.exe displays a
messagebox complaining that the exe can't find python30.dll,
and the buildbot is stalled.

I guess we just have to live with the fact that the windows
buildbots require manual intervention from time to time.

Thomas



More information about the Python-3000 mailing list