The current version of V8 for the Ubuntu 16.04.1 LTS packages are as 
follows. 

libv8-3.14-dbg/xenial 3.14.5.8-5ubuntu2 amd64
libv8-3.14-dev/xenial 3.14.5.8-5ubuntu2 amd64
libv8-3.14.5/xenial,now 3.14.5.8-5ubuntu2 amd64 [residual-config]
libv8-dev/xenial 3.14.5.8-5ubuntu2 amd64

The instructions that I'm following can be found here on the PHPv8 repo. 
https://github.com/phpv8/v8js/blob/php7/README.Linux.md 

The command in red is where the process stops for me with the resulting 
errors.

While I'm looking to install the newest version of v8 for a project I'm running 
into the following compile errors:

 make native library=shared snapshot=on -j8 

*..snip..*
CXX(target) 
/tmp/v8/out/native/obj.target/cctest/test/cctest/expression-type-collector.o
CXX(target) 
/tmp/v8/out/native/obj.target/cctest/test/cctest/interpreter/test-bytecode-generator.o
CXX(target) 
/tmp/v8/out/native/obj.target/cctest/test/cctest/interpreter/test-interpreter.o
CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/gay-fixed.o
CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/gay-precision.o
CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/gay-shortest.o
CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/heap/test-alloc.o
clang: error: unable to execute command: Killed
clang: error: clang frontend command failed due to signal (use -v to see 
invocation)
clang version 3.8.0 (trunk 255169)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /tmp/v8/third_party/llvm-build/Release+Asserts/bin
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and 
associated run script.
clang: note: diagnostic msg:
------------------------------

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/gay-fixed-ebe3cc.cpp
clang: note: diagnostic msg: /tmp/gay-fixed-ebe3cc.sh
clang: note: diagnostic msg:
------------------------------

test/cctest/cctest.target.native.mk:327: recipe for target 
'/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-fixed.o' failed
make[1]: *** [/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-fixed.o] 
Error 254
make[1]: *** Waiting for unfinished jobs....
clang: error: unable to execute command: Killed
clang: error: clang frontend command failed due to signal (use -v to see 
invocation)
clang version 3.8.0 (trunk 255169)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /tmp/v8/third_party/llvm-build/Release+Asserts/bin
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and 
associated run script.
clang: note: diagnostic msg:
------------------------------

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/gay-precision-971fac.cpp
clang: note: diagnostic msg: /tmp/gay-precision-971fac.sh
clang: note: diagnostic msg:
------------------------------

test/cctest/cctest.target.native.mk:327: recipe for target 
'/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-precision.o' failed
make[1]: *** [/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-precision.o] 
Error 254
make[1]: Leaving directory '/tmp/v8/out'
Makefile:312: recipe for target 'native' failed
make: *** [native] Error 2

-- 
-- 
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.

Reply via email to