OS: Windows 10
gclient sync is failing when reaching "SPIRV-Tools" with the following error. I tried commenting out SPRIV-Tools from DEPS and it now fails on 'flatbuffers' with the same error.
$ gclient sync
Syncing projects: 60% (45/75) src/third_party/glslang/src
src/third_party/SPIRV-Tools/src (ERROR)
----------------------------------------
[0:00:00] Started.
[0:00:00]
________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git /cygdrive/c/chromium5/src/third_party/SPIRV-Tools/_gclient_src_kxfwJq' in '/cygdrive/c/chromium5'
[0:00:00] Cloning into '/cygdrive/c/chromium5/src/third_party/SPIRV-Tools/_gclient_src_kxfwJq'...
[0:00:01] remote: Counting objects: 1
[0:00:01] remote: Counting objects: 4, done
[0:00:01] remote: Finding sources: 25% (1/4)
[0:00:01] remote: Finding sources: 100% (4/4)
[0:00:01] Receiving objects: 0% (1/4241)
[0:00:01] Receiving objects: 10% (425/4241)
[0:00:01] Receiving objects: 100% (4241/4241)
[0:00:01] Resolving deltas: 0% (0/3228)
[0:00:01] Resolving deltas: 10% (333/3228)
[0:00:01] Resolving deltas: 100% (3228/3228)
[0:00:02] remote: Total 4241 (delta 3228), reused 4241 (delta 3228)
[0:00:02] Checking connectivity... done.
Traceback (most recent call last):
File "/cygdrive/c/depot_tools/gclient_scm.py", line 953, in _Clone
os.path.join(self.checkout_path, '.git'))
File "/cygdrive/c/depot_tools/gclient_utils.py", line 158, in safe_rename
os.rename(old, new)
OSError: [Errno 2] No such file or directory
----------------------------------------
Traceback (most recent call last):
File "/cygdrive/c/depot_tools/gclient.py", line 2346, in <module>
sys.exit(main(sys.argv[1:]))
File "/cygdrive/c/depot_tools/gclient.py", line 2332, in main
return dispatcher.execute(OptionParser(), argv)
File "/cygdrive/c/depot_tools/subcommand.py", line 252, in execute
return command(parser, args[1:])
File "/cygdrive/c/depot_tools/gclient.py", line 2086, in CMDsync
ret = client.RunOnDeps('update', args)
File "/cygdrive/c/depot_tools/gclient.py", line 1537, in RunOnDeps
work_queue.flush(revision_overrides, command, args, options=self._options)
File "/cygdrive/c/depot_tools/gclient_utils.py", line 1024, in run
self.item.run(*self.args, **self.kwargs)
File "/cygdrive/c/depot_tools/gclient.py", line 845, in run
file_list)
File "/cygdrive/c/depot_tools/gclient_scm.py", line 166, in RunCommand
return getattr(self, command)(options, args, file_list)
File "/cygdrive/c/depot_tools/gclient_scm.py", line 439, in update
self._Clone(revision, url, options)
File "/cygdrive/c/depot_tools/gclient_scm.py", line 953, in _Clone
os.path.join(self.checkout_path, '.git'))
File "/cygdrive/c/depot_tools/gclient_utils.py", line 158, in safe_rename
os.rename(old, new)
OSError: [Errno 2] No such file or directory
Comment 1 by majidvp@chromium.org
, May 16 2016