I'm trying to get and build V8 on RPi Model 3B (Debian GNU/Linux 11 bullseye):
fetch v8
But receiving error in the very end:
[0:26:08] Resolving deltas: 98% (19668/19907)
[0:26:58] Resolving deltas: 98% (19669/19907)
[0:26:58] error: index-pack died of signal 9
[0:26:58] fatal: index-pack failed
----------------------------------------
Error: Command 'git -c core.deltaBaseCacheLimit=2g fetch origin --no-tags' returned non-zero exit status 128 in /home/lfk/git/v8/v8
Warnings:
Conflicting directory /home/lfk/git/v8/v8 moved to /home/lfk/git/v8/_bad_scm/v8uqta58r4.
Subprocess failed with return code 1.
Fetch rerun doesn't helps (tryed it several times).
A tried also:
Fetch --nohooks --no-history v8
but it doesn't helps as well