Re: [v8-users] Re: V8 build failed on Redhat (Follow up: problem narrowed down to Python)

2015-11-23 Thread Shuai Yuan
I installed different versions of Python>2.7 and it did not work... Any brain storms? Really appreciated it! Shuai On Saturday, November 21, 2015 at 3:15:26 AM UTC-8, Jakob Kummerow wrote: > > Apparently your Python is incapable of running GYP. I have no idea why > that might be happening. Can

Re: [v8-users] Re: V8 build failed on Redhat (Follow up: problem narrowed down to Python)

2015-11-21 Thread Shuai Yuan
Yes, for example fetch v8 with depot_tools works. On Saturday, November 21, 2015 at 3:15:26 AM UTC-8, Jakob Kummerow wrote: > > Apparently your Python is incapable of running GYP. I have no idea why > that might be happening. Can this Python installation run other Python > programs? > > On Sat,

Re: [v8-users] Re: V8 build failed on Redhat (Follow up: problem narrowed down to Python)

2015-11-21 Thread Jakob Kummerow
Apparently your Python is incapable of running GYP. I have no idea why that might be happening. Can this Python installation run other Python programs? On Sat, Nov 21, 2015 at 8:14 AM, Shuai Yuan wrote: > Follow up on this issue, it turns out to be something about python: > > I obtained core dum

[v8-users] Re: V8 build failed on Redhat (Follow up: problem narrowed down to Python)

2015-11-20 Thread Shuai Yuan
Follow up on this issue, it turns out to be something about python: I obtained core dump file of the seg fault and figured it happened during executing gyp_main.py as shown below: python build/gyp/gyp_main.py --generator-output=out build/all.gyp -Ibuild/stand --depth . Then I debugged and it tu