make native stops with error

64 views
Skip to first unread message

Danny Dorfman

unread,
Jun 29, 2016, 7:03:56 AM6/29/16
to v8-users
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.

Jakob Kummerow

unread,
Jun 29, 2016, 7:20:21 AM6/29/16
to v8-users
Updating past 4267a2ebe7af9aa5d64e141f0a6492761fb37e95 should do it. Or simply specify the target architecture manually (probably "make x64.release").

(Side note: I wouldn't run things as root.)

--
--
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.
For more options, visit https://groups.google.com/d/optout.

Danny Dorfman

unread,
Jun 29, 2016, 8:24:07 AM6/29/16
to v8-users
That fixed it. Thanks!
Reply all
Reply to author
Forward
0 new messages