[v8-users] Re: gyp_v8 error when building

2016-07-28 Thread spaesani . console
On a final note I just did a search and read what a "googler" is. Would have been nice to know v8 compilation isn't intended for non google employees. Rather hostile not to indicate it more clearly More hostile still not to have mentioned it here while I was struggling to build it. The more

Re: [v8-users] Re: gyp_v8 error when building

2016-07-28 Thread spaesani . console
I think if you'd taken the time to read the post in it's entirety you'd see that I had considered the v8 build docs requiring setting a variable based on being a "googler" a joke thus prior to my own. You'd have also seen that I mentioned this to Michael, the person I was having a coversation w

[v8-users] Re: gyp_v8 error when building

2016-07-27 Thread spaesani . console
Thanks for your help Michael. I thought the "if you're not a googler" and the env var was a joke to cut the build short. But I se it also at https://chromium.googlesource.com/chromium/src/+show/master/docs/windows_build_instructions.md Thanks again for your help. I might give v8 a shot on a li

[v8-users] Re: gyp_v8 error when building

2016-07-27 Thread spaesani . console
I think I'm zeroing in on it get_toolchain_if_necesssary.py toolchain_dir = '.' target_dir = os.path.normpath(os.path.join(toolchain_dir, 'vs_files')) target_dir == vs_files // <--! it's empty ? On Sunday, July 24, 2016 at 7:47:52 AM UTC-4, spaesani...@gmail.com wrote: > > Calling pyt

[v8-users] Re: gyp_v8 error when building

2016-07-27 Thread spaesani . console
Sorry bout the verbosity MIchael. The last post was mostly a joke. To be clear the issue is the* current_hashes [] * It's empty. It's set in get_toolchain_if_necesssary.py around line 480 current_hashes = CalculateToolchainHashes(target_dir, True) I'm not familiar with google builds and have

[v8-users] Re: gyp_v8 error when building

2016-07-26 Thread spaesani . console
It's not the kwargs, it's the hash received hash: 95ddda401ec5678f15eeed01d2bee08fcbc5ee97 current_hashes [] desired_hash not in current_hashes WHat do you mean I'm not a Googler? I google. And I know how to follow instrunctions, so don't remind me grep (pardon me) cmd is none Traceback (mos

[v8-users] Re: gyp_v8 error when building

2016-07-26 Thread spaesani . console
It's the kwargs, it's the hash confirmed GYP_MSVS_VERSION == 2015 received hash: 95ddda401ec5678f15eeed01d2bee08fcbc5ee97 current_hashes [] desired_hash not in current_hashes WHat do you mean I'm not a Googler? I google. And I know how to follow instrunctions, so don't remind me grep (pardon

[v8-users] Re: gyp_v8 error when building

2016-07-26 Thread spaesani . console
bloody kwargs they're worse than googlers grep (pardon me) On Sunday, July 24, 2016 at 7:47:52 AM UTC-4, spaesani...@gmail.com wrote: > > Calling python gypfiles\gyp_v8 gives a CalledProcessError > > subprocess.check_call(get_toolchain_args) produces the error at line 540 > of check_call > > The

[v8-users] Re: gyp_v8 error when building

2016-07-26 Thread spaesani . console
I google, sometimes.. Traceback (most recent call last): File "gypfiles\gyp_v8", line 126, in gyp_environment.set_environment() File "C:\Users\Donna\Downloads\sp\projects\depot_tools\v8\gypfiles\gyp_environment.py", line 62, in set_environment vs_toolchain.SetEnvironmentAndGetRunt

[v8-users] Re: gyp_v8 error when building

2016-07-25 Thread spaesani . console
I just tried again through windows console and I get passed (or prior) the error with a prompt for credentials to chrome-internal.googlesource.com Looking over the gyp_v8 and company code I don't see why it would be looking to download anything sys.property checks out through cygwin or windo

[v8-users] Re: gyp_v8 error when building

2016-07-25 Thread spaesani . console
Python 2.7.10 (default, Jun 1 2015, 18:05:38) [GCC 4.9.2] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> print(sys.platform) cygwin >>> (quick edit now on :)) Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Int

[v8-users] Re: gyp_v8 error when building

2016-07-25 Thread spaesani . console
Well I just tried again through windows console and I get passed (or prior) the erro with a prompt for credentials to chrome-internal.googlesource.com Looking over the gyp_v8 and company code I don't see why it would be looking to download anything .. On Sunday, July 24, 2016 at 7:47:52 AM UT

[v8-users] Re: gyp_v8 error when building

2016-07-25 Thread spaesani . console
Switched to a cygwin shell (can copy paste) so here goes: Traceback (most recent call last): File "/cygdrive/c/Users/Donna/Downloads/sp/projects/depot_tools/win_toolchain/get_toolchain_if_necessary.py", line 49, in import cygwinreg as winreg ImportError: No module named cygwinreg Traceba

[v8-users] gyp_v8 error when building

2016-07-24 Thread spaesani . console
Calling python gypfiles\gyp_v8 gives a CalledProcessError subprocess.check_call(get_toolchain_args) produces the error at line 540 of check_call The call string in the error is a long string of double back slashed paths, which I would assume are acceptable on windows, as well as what looks lik