omangold,
I had this same issue - but I was missing clang-tool-extra, like marcs said. I installed it, but when I tried to build again, it failed again. Came back after restarting the next chance I got and everything worked. Maybe a restart would help? I cant say for sure, but it was the only thing that I can think of that changed for me.
Hope it helps!
Search Criteria
Package Details: v8 8.7.220.25-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/v8.git (read-only, click to copy) |
---|---|
Package Base: | v8 |
Description: | Google's open source JavaScript engine |
Upstream URL: | https://v8.dev/ |
Keywords: | compiler interpreter javascript javascript-engine virtual-machine |
Licenses: | BSD |
Conflicts: | v8-3.14, v8-3.14-bin, v8-6.7-static, v8-6.8, v8-r, v8-static-gyp, v8-static-gyp-5.4 |
Submitter: | anatolik |
Maintainer: | None |
Last Packager: | relrel |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2015-07-01 16:14 (UTC) |
Last Updated: | 2020-11-26 11:22 (UTC) |
Dependencies (4)
- icu (icu-gitAUR)
- depot-tools-gitAUR (teapot-gclientAUR) (make)
- python2AUR (python2-binAUR) (make)
- rlwrap (optional) – readline support
Required by (1)
- python-pyexecjs (optional)
Sources (2)
dietchrst commented on 2015-12-09 16:45 (UTC)
omgold commented on 2015-12-09 11:46 (UTC)
Sorry about the long text. Checked, but clang-tools-extra was already installed for the try below, as it is in makedepends.
marcs commented on 2015-12-08 14:44 (UTC)
Hi omangold,
Looks like you are missing the package: clang-tools-extra, please check.
And please use pastebin for such a long build text, thanks.
omgold commented on 2015-12-08 11:22 (UTC) (edited on 2015-12-09 11:57 (UTC) by omgold)
I get the build error below. Any ideas?
http://pastebin.com/5i4dDAjM
eugeneai commented on 2015-12-05 07:51 (UTC)
clang-tools-extra must be added to build dependencies.
marcs commented on 2015-12-02 01:26 (UTC) (edited on 2015-12-02 01:46 (UTC) by marcs)
I lost so much time in the building process that I didn't tested the package at all.
Fixed now.
Also added $* to the sh script so it can send arguments to the d8 executable.
hzy199411 commented on 2015-12-02 00:42 (UTC)
the last v8 need natives_blob.bin,
or it will get "Segmentation fault (core dumped)"
a fix is here: http://pastebin.com/EUjr5KhK
Pinned Comments
relrel commented on 2020-10-30 11:56 (UTC) (edited on 2021-02-01 20:07 (UTC) by relrel)
Recommendations
Before installing this package, install
depot-tools-git
and follow its instructions.To speed-up compilation, build on tmpfs and disable tests:
Or using
yay
: