android-v8 icon indicating copy to clipboard operation
android-v8 copied to clipboard

Could not find Ninja in the third_party of the current project

Open liufsd opened this issue 1 year ago • 0 comments

./scripts/setup-build.sh android 37>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "2c2138e811487b13020eb331482fb991fd399d4e" "--no-tags"' in /home/11/android-v8/v8/third_party/requests failed; will retry after a short nap... 37>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "2c2138e811487b13020eb331482fb991fd399d4e" "--no-tags"' in /home/11/android-v8/v8/third_party/requests failed; will retry after a short nap... Syncing projects: 100% (42/42) v8/third_party/requests v8/third_party/requests (ERROR)

[0:00:07] Started. [0:00:07] Finished running: git rev-list -n 1 HEAD [0:00:07] Finished running: git rev-parse --abbrev-ref=strict HEAD error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 [0:00:09] fatal: the remote end hung up unexpectedly [0:00:12] error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 [0:00:12] fatal: the remote end hung up unexpectedly

./scripts/build.android.sh Done. Made 231 targets from 115 files in 219ms Done. Made 231 targets from 116 files in 241ms Done. Made 230 targets from 115 files in 226ms Done. Made 230 targets from 116 files in 236ms depot_tools/ninja.py: Could not find Ninja in the third_party of the current project, nor in your PATH. Please take one of the following actions to install Ninja:

  • If your project has DEPS, add a CIPD Ninja dependency to DEPS.
  • Otherwise, add Ninja to your PATH after depot_tools.

liufsd avatar Mar 16 '24 04:03 liufsd