Version: <4.6.88>
OS: <Red Hat Enterprise Linux 6.x >
Architecture: <x64>

Hi,

I tried the following to build 4.6.88 of v8 on this rhel6 machine.

The gcc version on this machine was upgraded to 4.8.2:
$gcc --version
gcc (GCC) 4.8.2 20131212 (Red Hat 4.8.2-8)

The make version on this machine was 3.8.1, which should be fine according to 
other posts. 
$ make --version
GNU Make 3.8.1
(I later updated it to 4.1 and it didn't work either. )

The following command was able to build successfully at first.
$make -j8 GYPFLAGS="-Dv8_use_external_startup_data=0 
-Dcomponent=shared_library" werror=no x64.release

I got the .so libraries in v8/out/x64.release/lib.target, but when I tried to 
build x64.debug after this, it gave seg fault. And from here I could not even 
re-make x64.release, even after make clean.

I tried to re-fetch v8 and build from a clean start, it didn't help either. I 
cannot repeat what I got before.
Now the error message after the above command is as below:

PYTHONPATH="/space/v8/tools/generate_shim_headers:/space/v8/build::/space/v8/build/gyp/pylib:"
 \
GYP_GENERATORS=make \
build/gyp/gyp --generator-output="out" build/all.gyp \
              -Ibuild/standalone.gypi --depth=. \
              -Dv8_target_arch=x64 \
               -Dtarget_arch=x64 \
               \
              -S.x64.release -Dv8_use_external_startup_data=0 
-Dcomponent=shared_library
Makefile:434: recipe for target 'out/Makefile.x64.release' failed
make: *** [out/Makefile.x64.release] Segmentation fault (core dumped)

Please help! Thank you so much!

Best,
Shuai


-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to