Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
*MAKE INSTALL*
[centos@ip-172-31-16-47 plv8-2.3.8]$ sudo make install
cd build/v8 ; env CXXFLAGS=-fPIC CFLAGS=-fPIC ninja -C out.gn/x64.release d8
ninja: Entering directory `out.gn/x64.release'
ninja: no work to do.
mkdir -p upgrade
./generate_upgrade.sh 2.3.8
sed -e 's/^#undef PLV8_VERSION/#define PLV8_VERSION "2.3.8"/' 
plv8_config.h.in > plv8_config.h
g++ -Wall -O2 -std=c++11 -fno-rtti  -Ibuild/v8/include -Ibuild/v8 
-std=c++11 -I. -I. -I/usr/include/pgsql/server 
-I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2  -fPIC 
-c -o plv8.o plv8.cc
g++ -Wall -O2 -std=c++11 -fno-rtti  -Ibuild/v8/include -Ibuild/v8 
-std=c++11 -I. -I. -I/usr/include/pgsql/server 
-I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2  -fPIC 
-c -o plv8_type.o plv8_type.cc
g++ -Wall -O2 -std=c++11 -fno-rtti  -Ibuild/v8/include -Ibuild/v8 
-std=c++11 -I. -I. -I/usr/include/pgsql/server 
-I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2  -fPIC 
-c -o plv8_func.o plv8_func.cc
g++ -Wall -O2 -std=c++11 -fno-rtti  -Ibuild/v8/include -Ibuild/v8 
-std=c++11 -I. -I. -I/usr/include/pgsql/server 
-I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2  -fPIC 
-c -o plv8_param.o plv8_param.cc
g++ -Wall -O2 -std=c++11 -fno-rtti  -Ibuild/v8/include -Ibuild/v8 
-std=c++11 -I. -I. -I/usr/include/pgsql/server 
-I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2  -fPIC 
-c -o coffee-script.o coffee-script.cc
g++ -Wall -O2 -std=c++11 -fno-rtti  -Ibuild/v8/include -Ibuild/v8 
-std=c++11 -I. -I. -I/usr/include/pgsql/server 
-I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2  -fPIC 
-c -o livescript.o livescript.cc
g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches 
-m64 -mtune=generic -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes 
-Wpointer-arith -Wdeclaration-after-statement -Wendif-labels 
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv 
-fexcess-precision=standard -fPIC -shared -o plv8-2.3.8.so plv8.o 
plv8_type.o plv8_func.o plv8_param.o coffee-script.o livescript.o 
-L/usr/lib64 -Wl,-z,relro   -Wl,--as-needed  
-Lbuild/v8/out.gn/x64.release/obj 
-Lbuild/v8/out.gn/x64.release/obj/third_party/icu -lv8_base -lv8_snapshot 
-lv8_libplatform -lv8_libbase -lv8_libsampler -lv8_libplatform 
-Lbuild/v8/out.gn/x64.release/obj -lrt -std=c++11 -lc++
/usr/bin/mkdir -p '/usr/lib64/pgsql'
/usr/bin/mkdir -p '/usr/share/pgsql/extension'
/usr/bin/mkdir -p '/usr/share/pgsql/extension'
/bin/sh /usr/lib64/pgsql/pgxs/src/makefiles/../../config/install-sh -c -m 
755  plv8-2.3.8.so '/usr/lib64/pgsql/plv8-2.3.8.so'
/bin/sh /usr/lib64/pgsql/pgxs/src/makefiles/../../config/install-sh -c -m 
644 ./plv8.control '/usr/share/pgsql/extension/'
/bin/sh /usr/lib64/pgsql/pgxs/src/makefiles/../../config/install-sh -c -m 
644 ./plv8.control ./plv8--2.3.8.sql ./upgrade/plv8--2.3.3--2.3.8.sql 
./upgrade/plv8--2.0.0--2.3.8.sql ./upgrade/plv8--1.5.3--2.3.8.sql 
./upgrade/plv8--2.3.4--2.3.8.sql ./upgrade/plv8--2.3.7--2.3.8.sql 
./upgrade/plv8--2.3.1--2.3.8.sql ./upgrade/plv8--2.3.0--2.3.8.sql 
./upgrade/plv8--1.5.4--2.3.8.sql ./upgrade/plv8--1.5.1--2.3.8.sql 
./upgrade/plv8--2.3.5--2.3.8.sql ./upgrade/plv8--2.3.2--2.3.8.sql 
./upgrade/plv8--1.5.5--2.3.8.sql ./upgrade/plv8--2.1.0--2.3.8.sql 
./upgrade/plv8--1.5.2--2.3.8.sql ./upgrade/plv8--2.0.1--2.3.8.sql 
./upgrade/plv8--1.5.7--2.3.8.sql ./upgrade/plv8--1.5.0--2.3.8.sql 
./upgrade/plv8--2.3.6--2.3.8.sql ./upgrade/plv8--2.0.3--2.3.8.sql 
./upgrade/plv8--1.5.6--2.3.8.sql ./plcoffee.control ./plcoffee--2.3.8.sql 
./plls.control ./plls--2.3.8.sql  '/usr/share/pgsql/extension/'



*MAKE INSTALLCHECK*
[centos@ip-172-31-16-47 plv8-2.3.8]$ make installcheck
/usr/lib64/pgsql/pgxs/src/makefiles/../../src/test/regress/pg_regress 
--inputdir=. --psqldir='/usr/bin'   --dbname=contrib_regression 
init-extension plv8 plv8-errors inline json startup_pre startup varparam 
json_conv window guc es6 arraybuffer composites currentresource 
startup_perms bytea dialect
(using postmaster on Unix socket, default port)
== dropping database "contrib_regression" ==
DROP DATABASE
== creating database "contrib_regression" ==
CREATE DATABASE
ALTER DATABASE
== running regression test queries==
test init-extension   ... FAILED
test plv8 ... FAILED
test plv8-errors  ... FAILED
test inline   ... FAILED
test json ... FAILED
test startup_pre  ... FAILED
test startup  ... FAILED
test varparam ... FAILED
test json_conv... FAILED
test window   ... FAILED
test guc  ... FAILED
test es6  ... FAILED
test arraybuffer  ... FAILED
test composites   ... FAILED
test currentresource  ... 

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
But the regression test result is failed.

Btw thanks for the information.

> On 8 Aug 2019, at 6:56 PM, Jakob Kummerow  wrote:
> 
> 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  wrote:
>> Because of the word WMissing-Prototypes
>> 
>> Sent from my iPhone
>> 
>>> On 8 Aug 2019, at 6:29 PM, Jakob Kummerow  wrote:
>>> 
>>> I don't see an error. Why do you think there's an error?
>>> 
 On Thu, Aug 8, 2019 at 11:42 AM Chong Kw  wrote:
 The line that i high lighted is an error ? 
 
 
 
> On Thursday, 8 August 2019 17:37:23 UTC+8, Jakob Kummerow wrote:
> 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  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 view this discussion on the web visit 
>> https://groups.google.com/d/msgid/v8-users/443b33f8-f1ca-4d37-b590-730e20bab573%40googlegroups.com.
 
 -- 
 -- 
 v8-users mailing list
 v8-users@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+unsubscr...@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.
>>> 
>>> -- 
>>> -- 
>>> v8-users mailing list
>>> v8-users@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+unsubscr...@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-users@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+unsubscr...@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.
> 
> -- 
> -- 
> v8-users mailing list
> v8-users@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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/v8-users/CAKSzg3Sin%2BojU3f-%2B6eqhTotvYoqD9vWZUvfA3uGUf50bedswA%40mail.gmail.com.

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/E3DE3937-417D-4547-9D11-562BA9DC7762%40gmail.com.


Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Jakob Kummerow
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  wrote:

> Because of the word WMissing-Prototypes
>
> Sent from my iPhone
>
> On 8 Aug 2019, at 6:29 PM, Jakob Kummerow  wrote:
>
> I don't see an error. Why do you think there's an error?
>
> On Thu, Aug 8, 2019 at 11:42 AM Chong Kw  wrote:
>
>> The line that i high lighted is an error ?
>>
>>
>>
>> On Thursday, 8 August 2019 17:37:23 UTC+8, Jakob Kummerow wrote:
>>>
>>> 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  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 view this discussion on the web visit
 https://groups.google.com/d/msgid/v8-users/443b33f8-f1ca-4d37-b590-730e20bab573%40googlegroups.com
 
 .

>>> --
>> --
>> v8-users mailing list
>> v8-users@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+unsubscr...@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
>> 
>> .
>>
> --
> --
> v8-users mailing list
> v8-users@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+unsubscr...@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-users@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+unsubscr...@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
> 
> .
>

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAKSzg3Sin%2BojU3f-%2B6eqhTotvYoqD9vWZUvfA3uGUf50bedswA%40mail.gmail.com.


Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
Because of the word WMissing-Prototypes

Sent from my iPhone

> On 8 Aug 2019, at 6:29 PM, Jakob Kummerow  wrote:
> 
> I don't see an error. Why do you think there's an error?
> 
>> On Thu, Aug 8, 2019 at 11:42 AM Chong Kw  wrote:
>> The line that i high lighted is an error ? 
>> 
>> 
>> 
>>> On Thursday, 8 August 2019 17:37:23 UTC+8, Jakob Kummerow wrote:
>>> 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  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 view this discussion on the web visit 
 https://groups.google.com/d/msgid/v8-users/443b33f8-f1ca-4d37-b590-730e20bab573%40googlegroups.com.
>> 
>> -- 
>> -- 
>> v8-users mailing list
>> v8-users@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+unsubscr...@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.
> 
> -- 
> -- 
> v8-users mailing list
> v8-users@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+unsubscr...@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-users@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+unsubscr...@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.


Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Jakob Kummerow
I don't see an error. Why do you think there's an error?

On Thu, Aug 8, 2019 at 11:42 AM Chong Kw  wrote:

> The line that i high lighted is an error ?
>
>
>
> On Thursday, 8 August 2019 17:37:23 UTC+8, Jakob Kummerow wrote:
>>
>> 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  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 view this discussion on the web visit
>>> https://groups.google.com/d/msgid/v8-users/443b33f8-f1ca-4d37-b590-730e20bab573%40googlegroups.com
>>> 
>>> .
>>>
>> --
> --
> v8-users mailing list
> v8-users@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+unsubscr...@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
> 
> .
>

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@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.


Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
The line that i high lighted is an error ? 



On Thursday, 8 August 2019 17:37:23 UTC+8, Jakob Kummerow wrote:
>
> 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 > 
> 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 view this discussion on the web visit 
>> https://groups.google.com/d/msgid/v8-users/443b33f8-f1ca-4d37-b590-730e20bab573%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@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.


Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw


[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 

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Jakob Kummerow
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  wrote:

> I trying to install plv8 in the aws, CENTOS.
> But it shows this error
>
> --
> --
> v8-users mailing list
> v8-users@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+unsubscr...@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
> 
> .
>

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAKSzg3R5EOE1FrUn7x9X0oQc3HG4Jjeg1pdxUKfAoYFCL3cQfA%40mail.gmail.com.