Package Details: v8 8.7.220.25-1

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)

Required by (1)

Sources (2)

Pinned Comments

relrel commented on 2020-10-30 11:56 (UTC) (edited on 2021-02-01 20:07 (UTC) by relrel)

Recommendations
  1. Before installing this package, install depot-tools-git and follow its instructions.

  2. To speed-up compilation, build on tmpfs and disable tests:

BUILDDIR=/tmp/makepkg makepkg --nocheck

Or using yay:

BUILDDIR=/tmp/makepkg yay -S --mflags --nocheck v8

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

dietchrst commented on 2015-12-09 16:45 (UTC)

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!

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