On Thu, Dec 27, 2012 at 12:24 PM, Eugene Zheganin <[email protected]> wrote: > Hi. > > I'm trying to build a node.js 0.8.16 on a Solaris 11.1 machine, and I'm > getting the error: > > gmake -C out BUILDTYPE=Release V=1 > gmake[1]: Вход в каталог `/home/emz/src/node-v0.8.16/out' > > LD_LIBRARY_PATH=/home/emz/src/node-v0.8.16/out/Release/lib.host:/home/emz/src/node-v0.8.16/out/Release/lib.target:$LD_LIBRARY_PATH; > export LD_LIBRARY_PATH; cd ../.; mkdir -p > /home/emz/src/node-v0.8.16/out/Release/obj/gen; tools/genv8constants.py > "/home/emz/src/node-v0.8.16/out/Release/obj/gen/v8constants.h" > "/home/emz/src/node-v0.8.16/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a" > Traceback (most recent call last): > File "tools/genv8constants.py", line 20, in <module> > bufsize=-1, stdout=subprocess.PIPE).stdout; > File "/usr/local/python/lib/python2.7/subprocess.py", line 679, in > __init__ > errread, errwrite) > File "/usr/local/python/lib/python2.7/subprocess.py", line 1249, in > _execute_child > raise child_exception > OSError: [Errno 2] No such file or directory > gmake[1]: *** [/home/emz/src/node-v0.8.16/out/Release/obj/gen/v8constants.h] > Ошибка 1 > gmake[1]: Выход из каталога `/home/emz/src/node-v0.8.16/out' > gmake: *** [node] Ошибка 2 > > Is there any way to get rid of it ? > Thanks.
Presumably the dtrace glue code failed to generate. Does the build succeed when you run `./configure --without-dtrace`? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
