Re: [Python-Dev] XP build failing

2006-06-19 Thread Tim Peters
FYI, the tests all pass on my box again. Going offline line to check the disk. > ... > I probably left the 2.4 buildbot tree in a broken state, > BTW -- if I don't remember to fix that, somebody poke me :-) I should clarify that that's _my_ 2.4 buildbot tree, only on my machine. I didn't break

Re: [Python-Dev] XP build failing

2006-06-19 Thread Tim Peters
[Brett] >> Looks like Tim's XP box is crapping out on a header file included from >> Tcl/Tk. Did the Tcl/Tk folk just break something and we are doing an >> external svn pull and thus got bit by it? [Martin] > No, that comes straight out of > > http://svn.python.org/projects/external/tcl8.4.12/ge

Re: [Python-Dev] XP build failing

2006-06-19 Thread Martin v. Löwis
Brett Cannon wrote: > http://www.python.org/dev/buildbot/all/x86%20XP-2%20trunk/builds/676/step-compile/0 > > Looks like Tim's XP box is crapping out on a header file included from > Tcl/Tk. Did the Tcl/Tk folk just break something and we are doing an > external svn pull and thus got bit by it?

[Python-Dev] XP build failing

2006-06-19 Thread Brett Cannon
http://www.python.org/dev/buildbot/all/x86%20XP-2%20trunk/builds/676/step-compile/0Looks like Tim's XP box is crapping out on a header file included from Tcl/Tk.  Did the Tcl/Tk folk just break something and we are doing an external svn pull and thus got bit by it? -Brett __