在Oracle的VirtualBox上运行Manjaro Linux时,我一直在尝试通过Pamac
通过AUR存储库构建v8。但是最终,在运行了大约15k的测试后,整个过程始终失败,并显示以下错误消息:ERROR: A failure occurred in check()
我查看了PKGBUILD文件,发现了这一点:
check() {
cd v8
msg2 "Using `which python`"
msg2 "Testing, this will also take a while..."
tools/run-tests.py --no-presubmit \
--outdir=out.gn \
--buildbot \
--arch=$V8_ARCH \
--mode=Release
}
但是,我未经训练的眼睛找不到任何明显的错误,所以我目前陷入困境。
如何在系统上构建v8?