为什么 运行 gclient 会产生更新错误?

Why does running gclient produce update errors?

我根据http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up克隆了depot_tools。

然后当我 运行 "gclient" 我得到这个错误:

depot_tools update failed. Conflict in /usr/v8-7.7/depot_tools
fatal: Unable to create '/usr/v8-7.7/depot_tools/.git/index.lock': Permission denied
Errors:
  failed to resolve infra/3pp/tools/git/linux-ppc64le@version:2.24.1.chromium.5 (line 27): no such package
  failed to resolve infra/3pp/tools/cpython/linux-ppc64le@version:2.7.17.chromium.22 (line 21): no such package
/usr/v8-7.7/depot_tools/bootstrap_python3: line 32: bootstrap-3.8.0.chromium.8_bin/python3/bin/python3: No such file or directory
WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
Usage: gclient.py <command> [options]

Meta checkout dependency manager for Git.

我 运行正在 ppc64le linux 机器上安装 RHEL 8。我的目标是尝试在机器上安装 v8,但首先 gclient 需要工作。

我的机器上安装了 python 2.7.15。

当 python3 是我的默认 python 时,我遇到了同样的错误。 gclient 可能 运行 在 python3 而不是 python2 下,这会导致这些错误 您可以使用 pyenv 来管理 python.

的多个并行安装

这是一个权限问题。我只需要调整我所在文件夹的权限。