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 <[email protected]> wrote: > 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ć <[email protected]> wrote: > > This is a (read-only) client that synced without problems 4 days ago. Today > > gclient sync failed with: > > > ________ running '/usr/bin/python src/build/gyp_chromium' in > > '/home/nebojsa/chromium' > > Updating projects from gyp files... > > Traceback (most recent call last): > > File "src/build/gyp_chromium", line 78, in <module> > > sys.exit(gyp.main(args)) > > File "src/tools/gyp/pylib/gyp/__init__.py", line 406, in main > > params, options.check) > > File "src/tools/gyp/pylib/gyp/__init__.py", line 76, in Load > > depth, generator_input_info, check) > > File "src/tools/gyp/pylib/gyp/input.py", line 1844, in Load > > depth, check) > > File "src/tools/gyp/pylib/gyp/input.py", line 342, in LoadTargetBuildFile > > includes, depth, check) > > File "src/tools/gyp/pylib/gyp/input.py", line 342, in LoadTargetBuildFile > > includes, depth, check) > > File "src/tools/gyp/pylib/gyp/input.py", line 278, in LoadTargetBuildFile > > includes, True, check) > > File "src/tools/gyp/pylib/gyp/input.py", line 170, in LoadOneBuildFile > > raise Exception("%s not found (cwd: %s)" % (build_file_path, > > os.getcwd())) > > Exception: > > /home/nebojsa/chromium/src/native_client/src/trusted/plugin/plugin_chrome.g > > yp > > not found (cwd: /home/nebojsa/chromium) while loading dependencies of > > /home/nebojsa/chromium/src/chrome/chrome.gyp while loading dependencies of > > /home/nebojsa/chromium/src/build/all.gyp while trying to load > > src/build/all.gyp > > failed to run command: /usr/bin/python src/build/gyp_chromium > > > I am on amd64 machine, Ubuntu 9.04. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
