Description
I'm using Gentoo, Python 2.7.
When doing gclient sync
I get this error:
Syncing projects: 98% (88/89), done.
_________ running 'download_from_google_storage --no_auth --no_resume --bucket dart-dependencies --recursive --directory sdk/third_party/d8' in '/home/me/SDK/dart'
Traceback (most recent call last):
File "/usr/bin/gclient", line 10, in
sys.exit(gclient.Main(sys.argv[1:]))
File "/usr/lib64/python2.7/site-packages/depot_tools/gclient.py", line 2000, in Main
return dispatcher.execute(OptionParser(), argv)
File "/usr/lib64/python2.7/site-packages/depot_tools/subcommand.py", line 245, in execute
return command(parser, args[1:])
File "/usr/lib64/python2.7/site-packages/depot_tools/gclient.py", line 1778, in CMDsync
ret = client.RunOnDeps('update', args)
File "/usr/lib64/python2.7/site-packages/depot_tools/gclient.py", line 1305, in RunOnDeps
self.RunHooksRecursively(self._options)
File "/usr/lib64/python2.7/site-packages/depot_tools/gclient.py", line 850, in RunHooksRecursively
hook, cwd=self.root.root_dir, always=True)
File "/usr/lib64/python2.7/site-packages/depot_tools/gclient_utils.py", line 281, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, *_kwargs)
File "/usr/lib64/python2.7/site-packages/depot_tools/gclient_utils.py", line 476, in CheckCallAndFilter
*_kwargs)
File "/usr/lib64/python2.7/site-packages/depot_tools/subprocess2.py", line 253, in init
% (str(e), kwargs.get('cwd'), args[0]))
OSError: Execution failed with error: [Errno 2] No such file or directory.
Check that /home/me/SDK/dart or download_from_google_storage exist and have execution permission.