That fixed it. Thanks! On Wednesday, June 29, 2016 at 2:20:21 PM UTC+3, Jakob Kummerow wrote: > > Updating past 4267a2ebe7af9aa5d64e141f0a6492761fb37e95 > <http://crrev.com/4267a2ebe7af9aa5d64e141f0a6492761fb37e95> should do it. > Or simply specify the target architecture manually (probably "make > x64.release"). > > (Side note: I wouldn't run things as root.) > > On Wed, Jun 29, 2016 at 1:03 PM, Danny Dorfman <[email protected] > <javascript:>> wrote: > >> Hello there, >> >> I am trying to "make native" in 5.2 (Linux), and get this error: >> >> # make native >> PYTHONPATH="/root/v8_5_2_0/tools/generate_shim_headers:/root/v8_5_2_0/build::/root/v8_5_2_0/tools/gyp/pylib:" >> >> \ >> GYP_GENERATORS=make \ >> tools/gyp/gyp --generator-output="out" gypfiles/all.gyp \ >> -Igypfiles/standalone.gypi --depth=. -S.native >> -Dv8_enable_backtrace=1 -Darm_fpu=default -Darm_float_abi=default >> gyp: Error importing pymod_do_mainmodule (detect_v8_host_arch): No module >> named detect_v8_host_arch >> make: *** [out/Makefile.native] Error 1 >> >> What would be the best way to fix this, please? >> >> D. >> >> -- >> -- >> v8-users mailing list >> [email protected] <javascript:> >> 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] <javascript:>. >> 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.
