I'm trying to build chromium in Ubuntu 20.04, but I stuck when execute command "fetch --nohooks chromium"
There is a log.
cwrong@ubuntu:~/chromium$ fetch --nohooks chromium
Running: gclient root
Running: gclient config --spec 'solutions = [
{
"name": "src",
"url": "https://chromium.googlesource.com/chromium/src.git",
"managed": False,
"custom_deps": {},
"custom_vars": {},
},
]
'
Running: gclient sync --nohooks
________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/chromium/src.git /home/cwrong/chromium/_gclient_src_ynoui1ab' in '/home/cwrong/chromium'
Cloning into '/home/cwrong/chromium/_gclient_src_ynoui1ab'...
remote: Sending approximately 28.39 GiB ...
remote: Counting objects: 560244, done
error: index-pack died of signal 916806070), 15.88 GiB | 20.58 MiB/s
fatal: index-pack failed
I tried several things to resolve this problem, but I really can't resolve this. Please help me.
&postscript: I'm a newbie in stackoverflow.