Hi,
I looked at this post, but this is not the same error.
I've done $ ./update_depot_tools, and if I sync force to a new direfctory, I got the error. I just tried to call gclient without "--force" argument, and sync is done, no error.
However, when I make $ gclient runhooks (I try both woth and without argument "--force"), I got a similar error,
Traceback (most recent call last):
File "../depot_tools/gclient.py", line 1923, in <module>
sys.exit(Main(sys.argv[1:]))
File "../depot_tools/gclient.py", line 1913, in Main
return dispatcher.execute(OptionParser(), argv)
File "/usr/local/src/depot_tools/subcommand.py", line 245, in execute
return command(parser, args[1:])
File "../depot_tools/gclient.py", line 1775, in CMDrunhooks
return client.RunOnDeps('runhooks', args)
File "../depot_tools/gclient.py", line 1244, in RunOnDeps
self.RunHooksRecursively(self._options)
File "../depot_tools/gclient.py", line 822, in RunHooksRecursively
hook, cwd=self.root.root_dir, always=True)
File "/usr/local/src/depot_tools/gclient_utils.py", line 244, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "/usr/local/src/depot_tools/gclient_utils.py", line 438, in CheckCallAndFilter
**kwargs)
File "/usr/local/src/depot_tools/subprocess2.py", line 237, in __init__
super(Popen, self).__init__(args, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Should I post on Webrtc issue instead of here ?