fetch chromium fails with error
Reported by
dzalpe...@gmail.com,
Mar 25 2017
|
||
Issue description
What steps will reproduce the problem?
(1)Clone depot tools (to the documents folder in my case) on mac
(2)Add: "export PATH="$PATH:/Documents/depot_tools"" To bash_profile
(3)run mkdir chromium && cd chromium. And then run fetch chromium
What is the expected output?
It should complete with no errors.
What do you see instead?
It gives errors and terminates.
The errors are:
Traceback (most recent call last):
File "/Users/**********/Documents/depot_tools/gclient.py", line 2129, in <module>
sys.exit(main(sys.argv[1:]))
File "/Users/**********/Documents/depot_tools/gclient.py", line 2115, in main
return dispatcher.execute(OptionParser(), argv)
File "/Users/**********/Documents/depot_tools/subcommand.py", line 252, in execute
return command(parser, args[1:])
File "/Users/**********/Documents/depot_tools/gclient.py", line 1877, in CMDsync
ret = client.RunOnDeps('update', args)
File "/Users/**********/Documents/depot_tools/gclient.py", line 1372, in RunOnDeps
self.RunHooksRecursively(self._options)
File "/Users/**********/Documents/depot_tools/gclient.py", line 922, in RunHooksRecursively
hook, cwd=self.root.root_dir, always=True)
File "/Users/**********/Documents/depot_tools/gclient_utils.py", line 303, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "/Users/**********/Documents/depot_tools/gclient_utils.py", line 498, in CheckCallAndFilter
**kwargs)
File "/Users/**********/Documents/depot_tools/subprocess2.py", line 262, in __init__
% (str(e), kwargs.get('cwd'), args[0]))
OSError: Execution failed with error: [Errno 2] No such file or directory.
Check that /Users/**********/Documents/chromium or download_from_google_storage exist and have execution permission.
Please provide any additional information below.
Running gclient sync and gclient runhooks in the chromium directory returns the same error. I will attach the full output of fetch chromium as a text file.
,
Apr 20 2017
,
May 9 2017
As I can not find a delete button on the issue... I ask anyone that sees this to ignore this issue as it is probably a issue with my local dev environment due to a unnoticed config issue. I apologize. Thanks!
,
Mar 21 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by jparent@chromium.org
, Apr 20 2017