I trying to install plv8 in the aws, CENTOS.But it shows this error
--
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/443b33f8-f1ca-4d37-b590-730e20bab573%40googlegroups.com.
[centos@ip-172-31-16-47 plv8-2.3.8]$ make
mkdir -p build
cd build; git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
Cloning into 'depot_tools'...
remote: Sending approximately 25.82 MiB ...
remote: Counting objects: 10, done
remote: Finding sources: 100% (10/10)
remote: Total 33772 (delta 23496), reused 33767 (delta 23496)
Receiving objects: 100% (33772/33772), 25.81 MiB | 17.27 MiB/s, done.
Resolving deltas: 100% (23496/23496), done.
cd build; fetch v8; cd v8; git checkout 6.4.388.40; gclient sync ; cd
build/config ; git cherry-pick 4287a0d364541583a50cc9146251460d489a ; cd
../.. ; tools/dev/v8gen.py x64.release -- is_component_build=false
v8_static_library=true
v8_use_snapshot=tru_use_external_startup_data=false
v8_enable_i18n_support=false
Running: gclient root
WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
Running: gclient config --spec 'solutions = [
{
"url": "https://chromium.googlesource.com/v8/v8.git",
"managed": False,
"name": "v8",
"deps_file": "DEPS",
"custom_deps": {},
},
]
'
Running: gclient sync --with_branch_heads
1>________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8./home/centos/plv8-2.3.8/build/_gclient_v8_nCdrCn' in '/home/centos/plv8-2.3.8/build'
1>Cloning into '/home/centos/plv8-2.3.8/build/_gclient_v8_nCdrCn'...
1>remote: Sending approximately 524.16 MiB ...
1>remote: Counting objects: 7717, done
1>remote: Finding sources: 100% (57/57)
1>remote: Total 693419 (delta 575740), reused 693386 (delta 575740)
1>Receiving objects: 100% (693419/693419), 523.55 MiB | 23.22 MiB/s, done.
1>Resolving deltas: 100% (575740/575740), done.
1>Syncing projects: 0% ( 0/ 2)
[0:02:04] Still working on:
[0:02:04] v8
Syncing projects: 100% (27/27), done.
________ running 'download_from_google_storage --no_resume
--platform=linux* --no_auth --bucket chromium-clang-format -s
v8/buools/linux64/clang-format.sha1' in '/home/centos/plv8-2.3.8/build'
0> Downloading v8/buildtools/linux64/clang-format...
Downloading 1 files took 7.413382 second(s)
Running hooks: 30% ( 8/26) wasm_spec_tests
________ running 'download_from_google_storage --no_resume --no_auth -u
--bucket v8-wasm-spec-tests -s v8/test/wasm-spec-teststs.tar.gz.sha1' in
'/home/centos/plv8-2.3.8/build'
0> Downloading v8/test/wasm-spec-tests/tests.tar.gz...
0> Extracting 224 entries from v8/test/wasm-spec-tests/tests.tar.gz to v8/test/wasm-spec-tests/tests
Downloading 1 files took 6.355212 second(s)
Running hooks: 42% (11/26) sysroot_x86
________ running '/bin/python v8/build/linux/sysroot_scripts/install-sysroot.py --arch=x86' in '/home/centos/plv8-2.3.8/build'
Installing Debian sid i386 root image: /home/centos/plv8-2.3.8/build/v8/build/linux/debian_sid_i386-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/9e6279438ece6fb42b5333ca90d5e9d0c188a403/dn_sid_i386_sysroot.tar.xz
Running hooks: 50% (13/26) sysroot_x64
________ running '/bin/python v8/build/linux/sysroot_scripts/install-sysroot.py --arch=x64' in '/home/centos/plv8-2.3.8/build'
Installing Debian sid amd64 root image: /home/centos/plv8-2.3.8/build/v8/build/linux/debian_sid_amd64-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/e7c53f04bd88d29d075bfd1f62b073aeb69cbe09/dn_sid_amd64_sysroot.tar.xz
Running hooks: 69% (18/26) binutils
________ running '/bin/python v8/third_party/binutils/download.py' in '/home/centos/plv8-2.3.8/build'
0> Downloading /home/centos/plv8-2.3.8/build/v8/third_party/binutils/Linux_x64/binutils.tar.bz2...
Downloading 1 files took 6.592933 second(s)
Downloading /home/centos/plv8-2.3.8/build/v8/third_party/binutils/Linux_x64/binutils.tar.bz2
Extracting /home/centos/plv8-2.3.8/build/v8/third_party/binutils/Linux_x64/binutils.tar.bz2
Running hooks: 73% (19/26) clang
________ running '/bin/python v8/tools/clang/scripts/update.py' in '/home/centos/plv8-2.3.8/build'
Downloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-365097-f7e52fbd-8.tgz .......... D
Running hooks: 100% (26/26), done.
Running: git submodule foreach 'git config -f $toplevel/.git/config submodule.$name.ignore all'
Running: git config --add remote.origin.fetch '+refs/tags/:refs/tags/'
Running: git config diff.ignoreSubmodules all
Previous HEAD position was a5fd60e... Calls to {console} require an access check for the provided arguments
HEAD is now at d481eda... Version 6.4.388.40
Syncing projects: 100% (23/23), done.
WARNING: 'v8/third_party/googletest/src' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.
WARNING: 'v8/third_party/perfetto' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.
WARNING: 'v8/third_party/protobuf' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.
WARNING: 'v8/third_party/depot_tools' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.
WARNING: 'v8/test/wasm-js/data' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.
________ running '/bin/python v8/gypfiles/landmines.py' in '/home/centos/plv8-2.3.8/build'
Clobbering due to:
--- old_landmines Thu Aug 8 08:11:43 2019
+++ new_landmines Thu Aug 8 08:12:55 2019
@@ -18,18 +17,0 @@
-Clobber to possibly resolve build failure on Misc V8 Linux gcc.
-Builders switching from make to ninja will clobber on this.
-Need to clobber everything due to an IDL change in r154579 (blink)
-Need to clobber everything due to gen file moves in r175513 (Blink)
-Clobber to get rid of obselete test plugin after r248358
-Clobber to rebuild GN files for V8
-Clobber to get rid of stale generated mojom.h files
-Need to clobber everything due to build_nexe change in nacl r13424
-[chromium-dev] PSA: clobber build needed for IDR_INSPECTOR_* compil...
-blink_resources.grd changed: crbug.com/400860
-ninja dependency cycle: crbug.com/408192
-Clobber to fix missing NaCl gyp dependencies (crbug.com/427427).
-Another clobber for missing NaCl gyp deps (crbug.com/427427).
-Clobber to fix GN not picking up increased ID range (crbug.com/444902)
-Remove NaCl toolchains from the output dir (crbug.com/456902)
-CLobber all to fix GN breakage (crbug.com/736215)
-The Great Blink mv for source files (crbug.com/768828)
-Clobber to workaround buggy .ninja_deps cycle (crbug.com/934404)
________ running 'download_from_google_storage --no_resume
--platform=linux* --no_auth --bucket chromium-clang-format -s
v8/buools/linux64/clang-format.sha1' in '/home/centos/plv8-2.3.8/build'
0> Downloading v8/buildtools/linux64/clang-format...
Downloading 1 files took 6.248808 second(s)
Running hooks: 39% ( 9/23) luci-go_linux
________ running 'download_from_google_storage --no_resume
--platform=linux* --no_auth --bucket chromium-luci -d
v8/tools/lucilinux64' in '/home/centos/plv8-2.3.8/build'
0> Downloading v8/tools/luci-go/linux64/isolate...
Downloading 1 files took 6.419074 second(s)
Running hooks: 52% (12/23) gn_linux
________ running 'download_from_google_storage --no_resume
--platform=linux* --no_auth --bucket chromium-gn -s
v8/buildtools/l64/gn.sha1' in '/home/centos/plv8-2.3.8/build'
0> Downloading v8/buildtools/linux64/gn...
Downloading 1 files took 6.251932 second(s)
Running hooks: 56% (13/23) wasm_spec_tests
________ running 'download_from_google_storage --no_resume --no_auth -u
--bucket v8-wasm-spec-tests -s v8/test/wasm-spec-teststs.tar.gz.sha1' in
'/home/centos/plv8-2.3.8/build'
0> Downloading v8/test/wasm-spec-tests/tests.tar.gz...
0> Removed v8/test/wasm-spec-tests/tests...
0> Extracting 65 entries from v8/test/wasm-spec-tests/tests.tar.gz to v8/test/wasm-spec-tests/tests
Downloading 1 files took 6.231934 second(s)
Running hooks: 60% (14/23) closure_compiler
________ running 'download_from_google_storage --no_resume --no_auth -u
--bucket chromium-v8-closure-compiler -s
v8/src/inspecbuild/closure-compiler.tar.gz.sha1' in
'/home/centos/plv8-2.3.8/build'
0> Downloading v8/src/inspector/build/closure-compiler.tar.gz...
0> Extracting 4 entries from v8/src/inspector/build/closure-compiler.tar.gz to v8/src/inspector/build/closure-compiler
Downloading 1 files took 6.747523 second(s)
Running hooks: 65% (15/23) sysroot
________ running '/bin/python
v8/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' in
'/home/centos/plv8-2.3.8ld'
Installing Debian Stretch amd64 root image: /home/centos/plv8-2.3.8/build/v8/build/linux/debian_stretch_amd64-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/2202c161310ffde63729f29d27fe7bb24a0bc540/dn_stretch_amd64_sysroot.tar.xz
Installing Debian Stretch i386 root image: /home/centos/plv8-2.3.8/build/v8/build/linux/debian_stretch_i386-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/2202c161310ffde63729f29d27fe7bb24a0bc540/dn_stretch_i386_sysroot.tar.xz
Hook '/bin/python v8/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' took 10.76 secs
Running hooks: 82% (19/23) binutils
________ running '/bin/python v8/third_party/binutils/download.py' in '/home/centos/plv8-2.3.8/build'
0> Downloading /home/centos/plv8-2.3.8/build/v8/third_party/binutils/Linux_x64/binutils.tar.bz2...
Downloading 1 files took 6.939714 second(s)
Downloading /home/centos/plv8-2.3.8/build/v8/third_party/binutils/Linux_x64/binutils.tar.bz2
Extracting /home/centos/plv8-2.3.8/build/v8/third_party/binutils/Linux_x64/binutils.tar.bz2
Running hooks: 86% (20/23) clang
________ running '/bin/python v8/tools/clang/scripts/update.py' in '/home/centos/plv8-2.3.8/build'
Updating Clang to 318667-1...
Downloading prebuilt clang
Downloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-318667-1.tgz .......... Done.
Creating directory /home/centos/plv8-2.3.8/build/v8/third_party/llvm-build/Release+Asserts
clang 318667-1 unpacked
Running hooks: 95% (22/23) regyp_if_needed
________ running '/bin/python v8/gypfiles/gyp_v8 --running-as-hook' in '/home/centos/plv8-2.3.8/build'
GYP is now disabled by default in runhooks.
python gypfiles/gyp_v8
explicitly by handI see no error in that screenshot, only compiler output.Pro tip: you can copy-paste from terminals, no need to take screenshots.All that said, chances are nobody on this list knows what plv8 is or how it needs to be set up, so you'll probably find more help in that project's documentation/forums/whatever.
On Thu, Aug 8, 2019 at 5:22 AM Chong Kw <chong...@gmail.com> wrote:
I trying to install plv8 in the aws, CENTOS.But it shows this error--
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-u...@googlegroups.com.
I see no error in that screenshot, only compiler output.Pro tip: you can copy-paste from terminals, no need to take screenshots.All that said, chances are nobody on this list knows what plv8 is or how it needs to be set up, so you'll probably find more help in that project's documentation/forums/whatever.
On Thu, Aug 8, 2019 at 5:22 AM Chong Kw <chong...@gmail.com> wrote:
I trying to install plv8 in the aws, CENTOS.But it shows this error--
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/16af5009-ec0e-4dac-a3dd-9f1ba93de79c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/CAKSzg3RiyFFcvuD7Wmo9vSAa_Ed%2B2zxVhNop8UriiUE%3DcOoOpA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/289C4112-6FEF-4742-84A9-918B5D8BCE2E%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/CAKSzg3Sin%2BojU3f-%2B6eqhTotvYoqD9vWZUvfA3uGUf50bedswA%40mail.gmail.com.
All the "-Wsomething" in there are compiler/linker flags, i.e. they're part of the command, not part of the output. There's no error there.
On Thu, Aug 8, 2019 at 12:49 PM Chong Kw <chong...@gmail.com> wrote:
Because of the word WMissing-PrototypesSent from my iPhone
I don't see an error. Why do you think there's an error?
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/16af5009-ec0e-4dac-a3dd-9f1ba93de79c%40googlegroups.com.
--
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/CAKSzg3RiyFFcvuD7Wmo9vSAa_Ed%2B2zxVhNop8UriiUE%3DcOoOpA%40mail.gmail.com.
--
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/289C4112-6FEF-4742-84A9-918B5D8BCE2E%40gmail.com.