I got this error message while I compile v8 on Amazon Linux.
________ running 'python build/linux/sysroot_scripts/install-sysroot.py --arch=x86' in '/home/ec2-user/plv8-3.0.0/build/v8'
Installing Debian sid i386 root image: /home/ec2-user/plv8-3.0.0/build/v8/build/linux/debian_sid_i386-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/328009b4502a9e45df905115d79582ed8cd60a0e/debian_sid_i386_sysroot.tar.xz
Failed to download https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/328009b4502a9e45df905115d79582ed8cd60a0e/debian_sid_i386_sysroot.tar.xz
Error: Command 'python build/linux/sysroot_scripts/install-sysroot.py --arch=x86' returned non-zero exit status 1 in /home/ec2-user/plv8-3.0.0/build/v8
Installing Debian sid i386 root image: /home/ec2-user/plv8-3.0.0/build/v8/build/linux/debian_sid_i386-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/328009b4502a9e45df905115d79582ed8cd60a0e/debian_sid_i386_sysroot.tar.xz
Failed to download https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/328009b4502a9e45df905115d79582ed8cd60a0e/debian_sid_i386_sysroot.tar.xz
And I couldn’t figure out what the problem was.
It seems there was a problem between ec2 and googleapis, since I have no problem in downloding the file with the address in my chrome. I might be wrong, so I want to your answer! Please!