Hi everyone! I am receiving this error when trying to fetch Chromium, and I haven't seen anything else posted about it. It seems to be due to an SSL Certificate error, I looked for the flags that I could throw to get around this but no success yet. I just want to download and sync the repo... Thank you.
*Error* Syncing projects: 100% (94/94), done. Running hooks: 5% ( 4/76) nacltools ________ running '/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' in '/Users/guest1/Documents/v8/project' INFO: --Syncing nacl_arm_glibc to revision 053185d68ed3b96640f15c4ae457b1ff373c6cac-- INFO: Downloading package archive: binutils_arm_x86_64_apple_darwin.tgz (1/6 ) package_version: Could not download URL (https://storage.googleapis.com/nativeclient-once/object/binutils_arm_x86_64_apple_darwin_b33eac0121acfb07112b84a130824382abab91e2.tgz): <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726)> Error: Command '/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' returned non-zero exit status 1 in /Users/guest1/Documents/v8/project Traceback (most recent call last): File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 306, in <module> sys.exit(main()) File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 301, in main return run(options, spec, root) File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 295, in run return checkout.init() File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 137, in init self.run_gclient(*sync_cmd) File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 82, in run_gclient return self.run(cmd_prefix + cmd, **kwargs) File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 71, in run subprocess.check_call(cmd, **kwargs) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py" , line 190, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '('gclient', 'sync')' returned non-zero exit status 2 -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
