[chromium-dev] Re: gclient fails to update gyp files

2009-10-01 Thread Dominic Mazzoni
Thanks, this works for me too! Is there a change needed so that either (1) native_client is not required, or (2) the tarball doesn't exclude native client? - Dominic On Tue, Sep 29, 2009 at 12:45 PM, Nicolas Sylvain nsylv...@chromium.org wrote: you need to edit your .gclient and remove the

[chromium-dev] Re: gclient fails to update gyp files

2009-10-01 Thread Chris Guillory
Dominic and I starting running into this today also. We both don't have the src/native_client directory. And I don't see it listed in the directory list at http://src.chromium.org/svn/trunk/src/. On Tue, Sep 29, 2009 at 10:53 AM, Mark Mentovai m...@chromium.org wrote: gclient may have gotten

[chromium-dev] Re: gclient fails to update gyp files

2009-10-01 Thread vha14
I got the same error. The solution is to edit the .gclient file and comment out the line containing the native_client module: #src/native_client: None, On Sep 29, 9:56 am, Thomas Van Lenten thoma...@chromium.org wrote: Did you get any errors in the gclient sync?  There is an entry for that

[chromium-dev] Re: gclient fails to update gyp files

2009-10-01 Thread Nicolas Sylvain
On Tue, Sep 29, 2009 at 11:37 AM, Chris Guillory ctg...@google.com wrote: Dominic and I starting running into this today also. We both don't have the src/native_client directory. And I don't see it listed in the directory list at http://src.chromium.org/svn/trunk/src/. gclient update will

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Thomas Van Lenten
Did you get any errors in the gclient sync? There is an entry for that dir within the DEPs file. TVL On Tue, Sep 29, 2009 at 12:52 PM, Nebojša Ćirić c...@chromium.org wrote: This is a (read-only) client that synced without problems 4 days ago. Today gclient sync failed with:

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
The only error I get when invoking gclient sync is one I already posted. I've tried updating depot_tools but it's already at the latest revision. On Tue, Sep 29, 2009 at 9:56 AM, Thomas Van Lenten thoma...@chromium.orgwrote: Did you get any errors in the gclient sync? There is an entry for

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
Still the same message (after gclient sync --force). On Tue, Sep 29, 2009 at 10:53 AM, Mark Mentovai m...@chromium.org wrote: gclient may have gotten confused in a previous run. Try gclient sync --force and let us know if you still have a problem with that. Mark

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nick Carter
FWIW, on my (healthy) client, svn info inside of the native_client dir looks like: ncarter /cygdrive/d/src/crgit/src/native_client/src $ svn info Path: . URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/src Repository Root: http://nativeclient.googlecode.com/svn Repository

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
Hi Nick, As Chris said, src/native_client is missing from the trunk (and I don't have it in my client). Cira On Tue, Sep 29, 2009 at 12:28 PM, Nick Carter n...@chromium.org wrote: FWIW, on my (healthy) client, svn info inside of the native_client dir looks like: ncarter

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Thomas Van Lenten
It's not in src.chromium.org, it comes in via DEPS: src/native_client: http://nativeclient.googlecode.com/svn/trunk/src/native_cli...@797;, TVL On Tue, Sep 29, 2009 at 3:32 PM, Nebojša Ćirić c...@chromium.org wrote: Hi Nick, As Chris said, src/native_client is missing from the trunk

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
That was it. Removing the line from .gclient makes gclient work again (and it sinks a lot of native_client code). Cira On Tue, Sep 29, 2009 at 12:45 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: you need to edit your .gclient and remove the line that says: src/native_client: None Is

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nicolas Sylvain
you need to edit your .gclient and remove the line that says: src/native_client: None Is native_client really required? Why? We don't want to build this by default, do we? it's too big and it does not fit in the tarball, so it has been excluded there. Nicolas On Tue, Sep 29, 2009 at 12:40

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Bradley Nelson
The idea is that nacl will be baked in, and eventually be active by default.They've pared things down a good bit already. How far out of the ballpark is this on size? -BradN On Tue, Sep 29, 2009 at 12:45 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: you need to edit your .gclient and

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Thomas Van Lenten
We could also make the tarball script remove the None dep at the end so on a sync the person gets the bits? TVL On Tue, Sep 29, 2009 at 4:02 PM, Bradley Nelson bradnel...@google.comwrote: The idea is that nacl will be baked in, and eventually be active by default.They've pared things down a