[llvm-bugs] [Bug 25140] New: Compiling v8 engine in vagrant (Jessie)
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Oct 11 16:19:38 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25140
Bug ID: 25140
Summary: Compiling v8 engine in vagrant (Jessie)
Product: clang
Version: trunk
Hardware: Macintosh
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: chris at velocimedia.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Don't really know much about clang but following instructions here:
https://github.com/phpv8/v8js/blob/master/README.Linux.md
On Mac OSX with Vagrant (Virtualbox) on Debian jessie.
Didn't even know I had to do sudo apt-get install clang for the instructions to
work.
Anyway, got to this part of the instructions
make native library=shared -j8
which took forever (more than 15 minutes) then got the note to file a bug
report
===
test/cctest/cctest.target.native.mk:315: recipe for target
'/home/vagrant/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-fixed.o'
failed
make[1]: ***
[/home/vagrant/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 247874)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/vagrant/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:
test/cctest/cctest.target.native.mk:315: recipe for target
'/home/vagrant/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-shortest.o'
failed
make[1]: ***
[/home/vagrant/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-shortest.o]
Error 254
make[1]: Leaving directory '/home/vagrant/tmp/v8/out'
Makefile:317: recipe for target 'native' failed
make: *** [native] Error 2
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151011/cbae3599/attachment.html>
More information about the llvm-bugs
mailing list