Re: [v8-users] Re: How to build V8 on Raspberry Pi (3 model B) ?

2017-06-02 Thread aleReimondo
Thank you Jakob, I will try to read and build gn :-) On the paragraph: > Well, gn is a binary tool, that's by design... The Python scripts around > it are just for convenience. > > So, the use of build tools can impose security risks. Ale. -- -- v8-users mailing list

[v8-users] Re: How to build V8 on Raspberry Pi (3 model B) ?

2017-06-02 Thread aleReimondo
Issue reported at https://bugs.chromium.org/p/v8/issues/detail?id=6458 -- -- 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

[v8-users] Re: How to build V8 on Raspberry Pi (3 model B) ?

2017-06-02 Thread aleReimondo
Confirmed the malfunction of the build toolset on the Raspberry Pi. It has been reproduced started from clean SDCard (Raspbian OS) and following wiki procedures to build V8 without observing any other issues during installation and setup. So, I will consider this a BUG of Chrome toolset and wait

[v8-users] Re: How to build V8 on Raspberry Pi (3 model B) ?

2017-06-02 Thread aleReimondo
Now starting from a new installation to ensure the malfunction of the tools download is reproducible on clean installation of Raspbian... Ale -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed

[v8-users] Re: How to build V8 on Raspberry Pi (3 model B) ?

2017-06-01 Thread aleReimondo
The gn command is running executable gn at ~/v8/buildtools/linux64 IMO the binary executable was downloaded from V8 repo, and do not have the correct contents to be run here pi@raspberrypi:~/v8/buildtools/linux64 $ ./gn --help bash: ./gn: cannot execute binary file: Formato de ejecutable

Re: [v8-users] How to build V8 on Raspberry Pi (3 model B) ?

2017-06-01 Thread aleReimondo
Thu, Jun 1, 2017 at 8:18 PM, Ben Noordhuis <in...@bnoordhuis.nl > > wrote: > >> On Thu, Jun 1, 2017 at 6:36 PM, aleReimondo >> <alere...@smalltalking.net > wrote: >> > Thank you for your fast response! >> > >> > I tried tools/dev/v8gen.py a

Re: [v8-users] How to build V8 on Raspberry Pi (3 model B) ?

2017-06-01 Thread aleReimondo
Thank you for your fast response! I tried tools/dev/v8gen.py arm.release but got error --- pi@raspberrypi:~/v8 $ tools/dev/v8gen.py arm.release -vv

[v8-users] How to build V8 on Raspberry Pi (3 model B) ?

2017-06-01 Thread aleReimondo
Hi, I have made most steps detailed in V8 wiki to download prerequisites and V8 sources. Up to "gclient sync" all look ok, but the page at https://github.com/v8/v8/wiki/Building-with-GN is not clear to me what should I run now to v8gen and then gn to build V8. Trying to make and/or gyp way