<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Compiling v8 engine in vagrant (Jessie)"
href="https://llvm.org/bugs/show_bug.cgi?id=25140">25140</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Compiling v8 engine in vagrant (Jessie)
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>chris@velocimedia.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Don't really know much about clang but following instructions here:
<a href="https://github.com/phpv8/v8js/blob/master/README.Linux.md">https://github.com/phpv8/v8js/blob/master/README.Linux.md</a>
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
<a href="http://llvm.org/bugs/">http://llvm.org/bugs/</a> 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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>