Search Criteria
Package Details: v8-3.14 3.14.5-6
Git Clone URL: | https://aur.archlinux.org/v8-3.14.git (read-only, click to copy) |
---|---|
Package Base: | v8-3.14 |
Description: | A fast and modern javascript engine (old 3.14 version required R package V8) |
Upstream URL: | http://code.google.com/p/v8 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | kageurufu |
Maintainer: | hpmachining |
Last Packager: | hpmachining |
Votes: | 7 |
Popularity: | 0.028861 |
First Submitted: | 2015-02-13 01:28 |
Last Updated: | 2020-05-21 23:02 |
Dependencies (3)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- gyp (make)
- python2 (make)
Required by (7)
- camotics
- cbang
- perl-javascript-v8
- plv8-bin
- python-pyexecjs (requires v8) (optional)
- python2-pyexecjs (requires v8) (optional)
- r-v8 (requires v8)
Sources (20)
- 0001_kfreebsd.patch
- 0002_mips.patch
- 0002_mips_r15102_backport.patch
- 0002_mips_r19121_backport.patch
- 0003_armv4t_disable_vfp.patch
- 0004_hurd.patch
- 0008_mksnapshot_stdout.patch
- 0011_use_system_gyp.patch
- 0012_loongson_force_cache_flush.patch
- 0013_gcc_48_compat.patch
- 0014_cve_2013_6639_6640.patch
- 0015-Backport-Utils-ApiCheck.patch
- 0016-remove-this-null.patch
- 0017_increase_stack_size_for_test.patch
- dont-assume-hardfloat-means-vfpv3.diff
- fix_CVE-2014-5256.patch
- gcc7-fix.patch
- http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.14.5.tar.bz2
- nodejsREPLACE_INVALID_UTF8.patch
- strict_overflow.patch
Latest Comments
1 2 Next › Last »
hpmachining commented on 2021-01-14 21:57
How do you build your AUR packages? To remove the source download, just delete it from wherever it is being downloaded to.
onekk commented on 2021-01-14 18:20
No luck, I have installed the v8-3.14-bin package, starting from a a fresh install maybe there are some quirks.
BTW how to remove the source download?
hpmachining commented on 2021-01-14 17:43
I don't know why it is not validating for you. Everything works on my end and the checksum in the PKGBUILD is correct. Try removing your source download and start fresh, if you haven't already.
onekk commented on 2021-01-14 15:39
Error is generated by the validation of the zipped sources
v8-3.14.5.tar.bz2 ... sha5sum not correct
hpmachining commented on 2021-01-14 14:03
Please post logs in English.
onekk commented on 2021-01-14 11:36
Build bug from AUR:
hpmachining commented on 2020-05-21 23:11
@artemklevtsov I added a CXXFLAG to build with gcc 10. Should work now.
artemklevtsov commented on 2020-05-21 03:32
Build fails with the following error:
pat-s commented on 2018-05-29 09:03
@znemb Thanks for the info. I updated the package using the fix by @sjewo (thanks!). It should build successfully again.
sjewo commented on 2018-05-29 08:21
GCC 8 introduced some new error checks.
Alter line 72 in PKGBUILD to
export CXXFLAGS="${CXXFLAGS} -fno-delete-null-pointer-checks -std=c++98 -Wno-class-memaccess -Wno-cast-function-type"
to disable them.