Hi everyone, *Goal:* Successfully fetch chromium
*Expected result:* exit status 0 *Actual result:* exit status 2 I saw there have been issues posted about the *fetch chromium command,* but I didn't see anything where the non-zero exit status is *2*. What am I doing wrong? Thank you! *If this context helps, it takes a long time and repeatedly says "Still working on: [directory]" and this is the stack trace after about an hour of trying to fetch:* Hook '/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python src/tools/remove_stale_pyc_files.py src/android_webview/tools src/build/android src/gpu/gles2_conform_support src/infra src/ppapi src/printing src/third_party/blink/renderer/build/scripts src/third_party/blink/tools src/third_party/catapult src/third_party/closure_compiler/build src/tools' took 45.52 secs Running hooks: 5% ( 4/75) 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/v8' 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/v8 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.
