[chromium-dev] Re: Can't build chrome; NameError: name '_toolset' is not defined. Can't sync webkit. :-(

2009-11-03 Thread Evan Martin

On Tue, Nov 3, 2009 at 8:06 AM, Dan Kegel d...@kegel.com wrote:
 I get

 NameError: name '_toolset' is not defined while loading dependencies
 of base/base.gyp while loading dependencies of app/app.gyp while
 loading dependencies of build/all.gyp while trying to load
 build/all.gyp

 when building or even just running 'gclient runhooks --force'.

 Also, when I do 'gclient sync', it does the usual syncing...
 until it comes to webkit, where it hangs for a while, then reports
 svn: Can't read from connection: Connection reset by peer
 (This is with the committer repo from my home machine over
 the public internet.)

 Wonder if there's some connection between the two problems...

It's possible that some of your svn checkouts weren't fully synced.
Try gclient sync --force.

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Can't build chrome; NameError: name '_toolset' is not defined. Can't sync webkit. :-(

2009-11-03 Thread Dan Kegel

On Tue, Nov 3, 2009 at 9:21 AM, Evan Martin e...@chromium.org wrote:
 On Tue, Nov 3, 2009 at 8:06 AM, Dan Kegel d...@kegel.com wrote:
 NameError: name '_toolset' is not defined while loading dependencies
 when building or even just running 'gclient runhooks --force'.

 Also, when I do 'gclient sync', it does the usual syncing...
 until it comes to webkit, where it hangs for a while, then reports
 svn: Can't read from connection: Connection reset by peer
 (This is with the committer repo from my home machine over
 the public internet.)

 It's possible that some of your svn checkouts weren't fully synced.
 Try gclient sync --force.

See above :-)  It fails with

 running 'svn update /home/dank/chromium/src/testing/gtest
--revision 336' in '/home/dank/chromium'
At revision 336.
svn: Can't read from connection: Connection reset by peer
Error: failed to run command: svn update
/home/dank/chromium/src/third_party/WebKit --revision 27313

This is very strange, since syncing works in all other
directories up to that point.

Do we have an svn server problem?
- Dan

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Can't build chrome; NameError: name '_toolset' is not defined. Can't sync webkit. :-(

2009-11-03 Thread Antoine Labour
On Tue, Nov 3, 2009 at 8:06 AM, Dan Kegel d...@kegel.com wrote:

 I get

 NameError: name '_toolset' is not defined while loading dependencies
 of base/base.gyp while loading dependencies of app/app.gyp while
 loading dependencies of build/all.gyp while trying to load
 build/all.gyp

 when building or even just running 'gclient runhooks --force'.

 Also, when I do 'gclient sync', it does the usual syncing...
 until it comes to webkit, where it hangs for a while, then reports
 svn: Can't read from connection: Connection reset by peer
 (This is with the committer repo from my home machine over
 the public internet.)

 Wonder if there's some connection between the two problems...


How old was your former checkout ?
Could you check the version on src/tools/gyp (with svn info) ?

The change introducing toolsets in chrome was more than a week ago I
believe, so I don't know if there is something else going on here.

Antoine

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---