Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

node fails to build with dtrace on Solaris #7933

Closed
drook opened this issue Jul 12, 2014 · 1 comment
Closed

node fails to build with dtrace on Solaris #7933

drook opened this issue Jul 12, 2014 · 1 comment

Comments

@drook
Copy link

drook commented Jul 12, 2014

This is actually here a long time ago.

[...]
 LD_LIBRARY_PATH=/home/emz/src/node-v0.10.29/out/Release/lib.host:/home/emz/src/node-v0.10.29/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../.; mkdir -p /home/emz/src/node-v0.10.29/out/Release/obj.target/node/src; dtrace -64 "-I/home/emz/src/node-v0.10.29/out/Release/obj/gen" -Isrc -C -G -s src/v8ustack.d -o "/home/emz/src/node-v0.10.29/out/Release/obj.target/node/src/node_dtrace_ustack.o"
dtrace: failed to compile script src/v8ustack.d: line 399: failed to resolve V8DBG_OFF_FP_CONTEXT: Unknown variable name
gmake[1]: *** [/home/emz/src/node-v0.10.29/out/Release/obj.target/node/src/node_dtrace_ustack.o] Error 1
gmake[1]: Leaving directory `/home/emz/src/node-v0.10.29/out'
@drook
Copy link
Author

drook commented Jul 12, 2014

Nevermind this please, this is due to my own dumbiness. No objdump in PATH, thus no v8constants.h, thus this error. export PATH=$PATH:/usr/gnu/bin (in case someone will step on this too.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant