Works for me. Which version of V8 do yo have checked out? What does "which gyp" say? If you have /usr/bin/gyp or something installed by your distro, that could interfere; make sure depot_tools is the first thing in your $PATH.
(Also, has_valgrind.py should exist in gypfiles/, I assume "tools/" was just a typo: https://chromium.googlesource.com/v8/v8/+/master/gypfiles/has_valgrind.py) On Mon, May 16, 2016 at 9:41 PM, Yann Bonnetain <[email protected]> wrote: > Hi > > I am been starting from here <https://developers.google.com/v8/build> to > fetch and build V8 > > Both on Mac and Ubuntu I have the following error when I try to make the > target android_arm.release > > gyp: Error importing pymod_do_mainmodule (has_valgrind): No module named > has_valgrind > > However, has_valgrind exists in tools/ > > Is there a missing configuration I am not aware of ? > > Some help would be great :) > > > > -- > -- > v8-users mailing list > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
