I'm trying to run gclient sync, and it seems to get stuck on updating
webkit:
dhcp-172-31-134-235:Chromium nickbaum$ gclient sync

________ running 'svn update /Users/Shared/Chromium/src-internal' in
'/Users/Shared/Chromium'
At revision 3449.

________ running 'svn update
/Users/Shared/Chromium/src/chrome/personalization/sync' in
'/Users/Shared/Chromium'
At revision 3449.

________ running 'svn update /Users/Shared/Chromium/src/third_party/WebKit
--revision 27313' in '/Users/Shared/Chromium'

The CPU for Terminal is at 0. gclient cleanup actually gives me an error:

________ running 'svn cleanup' in
'/Users/Shared/Chromium/src/third_party/pywebsocket'
Traceback (most recent call last):
  File "/Users/nickbaum/depot_tools/gclient.py", line 1192, in <module>
    result = Main(sys.argv)
  File "/Users/nickbaum/depot_tools/gclient.py", line 1187, in Main
    return DispatchCommand(command, options, args)
  File "/Users/nickbaum/depot_tools/gclient.py", line 1113, in
DispatchCommand
    return command_map[command](options, args)
  File "/Users/nickbaum/depot_tools/gclient.py", line 896, in DoCleanup
    return client.RunOnDeps('cleanup', args)
  File "/Users/nickbaum/depot_tools/gclient.py", line 700, in RunOnDeps
    scm.RunCommand(command, self._options, args, file_list)
  File "/Users/nickbaum/depot_tools/gclient_scm.py", line 91, in RunCommand
    return getattr(self, command)(options, args, file_list)
  File "/Users/nickbaum/depot_tools/gclient_scm.py", line 194, in cleanup
    RunSVN(command, os.path.join(self._root_dir, self.relpath))
  File "/Users/nickbaum/depot_tools/gclient_scm.py", line 519, in RunSVN
    gclient_utils.SubprocessCall(c, in_directory)
  File "/Users/nickbaum/depot_tools/gclient_utils.py", line 175, in
SubprocessCall
    SubprocessCallAndFilter(command, in_directory, True, True, fail_status)
  File "/Users/nickbaum/depot_tools/gclient_utils.py", line 207, in
SubprocessCallAndFilter
    shell=(sys.platform == 'win32'), stdout=subprocess.PIPE)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py",
line 593, in __init__
    errread, errwrite)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py",
line 1079, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory:
'/Users/Shared/Chromium/src/third_party/pywebsocket'

Any suggestions before I delete the webkit and third party directories and
try from scratch?

Thanks,

-Nick

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

Reply via email to