Re: [webkit-dev] cr-win bot broken -- GYP Ninjas, please help.

2010-08-14 Thread James Robinson
Indeed! Dimitri or I will fix the python by Monday. - James On Aug 14, 2010 11:31 AM, "Adam Barth" wrote: The Chromium bots were supposed to have their Python upgraded ages ago. If we ever want to run the LayoutTests on them, they'll need their Python upgraded anyway. I think the correct solut

Re: [webkit-dev] cr-win bot broken -- GYP Ninjas, please help.

2010-08-14 Thread Adam Barth
The Chromium bots were supposed to have their Python upgraded ages ago. If we ever want to run the LayoutTests on them, they'll need their Python upgraded anyway. I think the correct solution is to fix the bots. Adam On Sat, Aug 14, 2010 at 12:00 AM, Eric Seidel wrote: > Fixed that one, but e

Re: [webkit-dev] cr-win bot broken -- GYP Ninjas, please help.

2010-08-14 Thread Eric Seidel
Fixed. You may all archive this thread now. :) http://trac.webkit.org/changeset/65360 -eric On Sat, Aug 14, 2010 at 12:00 AM, Eric Seidel wrote: > Fixed that one, but errors continue: > > 1>json > 1>Traceback (most recent call last): > 1>  File "../../WebKitTools/Scripts/create-html-entity-tab

Re: [webkit-dev] cr-win bot broken -- GYP Ninjas, please help.

2010-08-14 Thread Eric Seidel
Fixed that one, but errors continue: 1>json 1>Traceback (most recent call last): 1> File "../../WebKitTools/Scripts/create-html-entity-table", line 40, in ? 1>import simplejson 1> File "c:\WebKitBuildSlave\chromium-win-release\build\WebKitTools\Scripts/webkitpy/thirdparty\simplejson\__init_

Re: [webkit-dev] cr-win bot broken -- GYP Ninjas, please help.

2010-08-13 Thread Eric Seidel
Sorry for the spam. I've found the error. 2>cygwin - 0 error(s), 0 warning(s) 1>Traceback (most recent call last): 1> File "../../WebKitTools/Scripts/create-html-entity-table", line 34, in ? 1>import webkitpy.thirdparty.simplejson as simplejson 1> File "c:\WebKitBuildSlave\chromium-win-rel

[webkit-dev] cr-win bot broken -- GYP Ninjas, please help.

2010-08-13 Thread Eric Seidel
http://build.webkit.org/builders/Chromium%20Win%20Release/builds/10478/steps/compile-webkit/logs/stdio It seems that cr-win for some reason isn't generating the HTMLEntityTable.cpp file like all the others are. Is it missing python? (Or python from its path?) Is there a gyp dependency problem?