Skip to content

Instantly share code, notes, and snippets.

@SpencerC
Created March 13, 2013 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SpencerC/c1f99b3bd50c626be7a4 to your computer and use it in GitHub Desktop.
Save SpencerC/c1f99b3bd50c626be7a4 to your computer and use it in GitHub Desktop.
Waf: Entering directory `/root/tmp/tmp-17007ty66qfk/build/package/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build'
[1/4] cxx: src/validation.cc -> build/Release/src/validation_1.o
[2/4] cxx: src/bufferutil.cc -> build/Release/src/bufferutil_2.o
[3/4] cxx_link: build/Release/src/validation_1.o -> build/Release/validation.node
[4/4] cxx_link: build/Release/src/bufferutil_2.o -> build/Release/bufferutil.node
SOLINK_MODULE(target) Release/obj.target/bson.node
ld: fatal: file Release/src/bufferutil_2.o: wrong ELF class: ELFCLASS64
ld: fatal: file processing errors. No output written to /root/tmp/tmp-17007ty66qfk/build/package/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build/Release/bufferutil.node
collect2: ld returned 1 exit status
ld: fatal: file Release/src/validation_1.o: wrong ELF class: ELFCLASS64
ld: fatal: file processing errors. No output written to /root/tmp/tmp-17007ty66qfk/build/package/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build/Release/validation.node
collect2: ld returned 1 exit status
Waf: Leaving directory `/root/tmp/tmp-17007ty66qfk/build/package/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build'
Build failed:
-> task failed (err #1):
{task: cxx_link bufferutil_2.o -> bufferutil.node}
-> task failed (err #1):
{task: cxx_link validation_1.o -> validation.node}
make: *** [all] Error 1
npm ERR! ws@0.4.0 preinstall: `make`
npm ERR! `sh "-c" "make"` failed with 2
npm ERR!
npm ERR! Failed at the ws@0.4.0 preinstall script.
npm ERR! This is most likely a problem with the ws package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! make
npm ERR! You can get their info via:
npm ERR! npm owner ls ws
npm ERR! There is likely additional logging output above.
npm ERR! System SunOS 5.11
npm ERR! command "/opt/local/bin/node" "/opt/local/bin/npm" "install"
npm ERR! cwd /root/tmp/tmp-17007ty66qfk/build/package
npm ERR! node -v v0.8.16
npm ERR! npm -v 1.1.69
npm ERR! code ELIFECYCLE
SOLINK_MODULE(target) Release/obj.target/bson.node: Finished
COPY Release/bson.node
make[1]: Leaving directory `/root/tmp/tmp-17007ty66qfk/build/package/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build'
child process exited with code 0
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/tmp/tmp-17007ty66qfk/build/package/npm-debug.log
npm ERR! not ok code 0
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment