Package Details: v8-r 12.6.54-1

Git Clone URL: https://aur.archlinux.org/v8-r.git (read-only, click to copy)
Package Base: v8-r
Description: Google's open source JavaScript and WebAssembly engine
Upstream URL: https://v8.dev
Keywords: d8 javascript v8
Licenses: BSD
Conflicts: v8, v8-3.14, v8-6.7-static, v8-static-gyp, v8-static-gyp-5.4, v8.3.14-bin
Provides: v8
Submitter: JanMarvin
Maintainer: JanMarvin
Last Packager: JanMarvin
Votes: 8
Popularity: 0.000023
First Submitted: 2019-09-22 11:01 (UTC)
Last Updated: 2024-04-19 19:08 (UTC)

Pinned Comments

JanMarvin commented on 2019-09-22 11:16 (UTC) (edited on 2021-09-24 14:34 (UTC) by JanMarvin)

This package is required for the R-package V8 (https://github.com/jeroen/V8). It is frequently updated, though unless it is broken, users must not build all updates. Since V8 contains a large codebase and compilation takes a while, I recommend to build it in a directory and not with an AUR-helper.

[Edit:] For binary builds please see: https://garbuszus.de/archpkgs

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

dickoah commented on 2019-12-08 20:21 (UTC) (edited on 2019-12-08 20:22 (UTC) by dickoah)

@nevrome You can build it locally, e.g using yay you can something like this

cd /tmp

yay -G v8-r

cd v8-r

makepkg

JanMarvin commented on 2019-12-04 22:13 (UTC)

Hi @nevrome, looks like something fails. I see similar errors when building in a python 3 environment. The warnings are expected and not harmful. Could you elaborate how you try to build?

nevrome commented on 2019-12-04 21:20 (UTC) (edited on 2019-12-04 21:20 (UTC) by nevrome)

Building fails for me with the following message. What's the problem here?

[52/1497] CXX obj/torque_base/torque-parser.o
warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-xor-used-as-pow'; did you mean '-Wno-unused-macros'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-c99-designator'; did you mean '-Wno-gnu-designator'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-reorder-init-list'; did you mean '-Wno-empty-init-stmt'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-sizeof-array-div'; did you mean '-Wno-sizeof-array-decay'? [-Wunknown-warning-option]
6 warnings generated.
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
Error making: v8-r

JanMarvin commented on 2019-11-29 09:45 (UTC)

@Hendrikto thanks for the report, but ninja should be part of depot_tools and line 45 of the PKGBUILD should make ninja available for the PKGBUILD. The package is build with makepkg weekly on systems without installed ninja. If nothing changed in depot_tools maybe it's a bug with your AUR-helper?

Hendrikto commented on 2019-11-29 08:33 (UTC)

This package is missing a make dependency in ninja:

/home/hendrik/.cache/yay/v8-r/PKGBUILD: line 102: ninja: command not found

JanMarvin commented on 2019-09-22 11:16 (UTC) (edited on 2021-09-24 14:34 (UTC) by JanMarvin)

This package is required for the R-package V8 (https://github.com/jeroen/V8). It is frequently updated, though unless it is broken, users must not build all updates. Since V8 contains a large codebase and compilation takes a while, I recommend to build it in a directory and not with an AUR-helper.

[Edit:] For binary builds please see: https://garbuszus.de/archpkgs