Nothing seems to help me find a solution on my own like posting a question claiming I can't possibly find a solution on my own :P
Apparently, the problem is a bug in the bundled toolchain. As such, a user in this issue thread <https://bugs.chromium.org/p/v8/issues/detail?id=5083> recommended using the system-wide toolchain instead by issuing the make command as follows: make native GYPFLAGS="-Dlinux_use_bundled_gold=0" Which, now that I've had time to let it finish working, actually fails at a different place: LINK(target) /home/brandon/v8/out/native/cctest RULE test_cctest_cctest_gyp_cctest_run_target_isolate_0 /home/brandon/v8/out/native/cctest.isolated Traceback (most recent call last): File "/home/brandon/v8/tools/swarming_client/isolate.py", line 27, in <module> import auth File "/home/brandon/v8/tools/swarming_client/auth.py", line 19, in <module> from utils import on_error File "/home/brandon/v8/tools/swarming_client/utils/on_error.py", line 22, in <module> from . import net File "/home/brandon/v8/tools/swarming_client/utils/net.py", line 25, in <module> from third_party import requests File "/home/brandon/v8/tools/swarming_client/third_party/requests/__init__.py", line 53, in <module> from .packages.urllib3.contrib import pyopenssl File "/home/brandon/v8/tools/swarming_client/third_party/requests/packages/urllib3/contrib/pyopenssl.py", line 42, in <module> ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD, AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3' test/cctest/cctest_run.target.native.mk:10: recipe for target '/home/brandon/v8/out/native/cctest.isolated' failed make[1]: *** [/home/brandon/v8/out/native/cctest.isolated] Error 1 make[1]: Leaving directory '/home/brandon/v8/out' Makefile:317: recipe for target 'native' failed make: *** [native] Error 2 But, who knows, if someone else has the above issue then this solution may be worth trying. I guess if I can't work out this new error then I'll ask about it in a different thread. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
