Skip to content

Instantly share code, notes, and snippets.

@mikesurowiec
Created December 4, 2012 02:02
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 mikesurowiec/4f0b27f7463f6e7cc12b to your computer and use it in GitHub Desktop.
Save mikesurowiec/4f0b27f7463f6e7cc12b to your computer and use it in GitHub Desktop.
jitsu deploy failing
node-gyp clean
node-gyp configure build
make[1]: Entering directory `/root/tmp/tmp-26236uakbw8w/build/package/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build'
CXX(target) Release/obj.target/bson/ext/bson.o
../ext/bson.cc: In member function 'void DataStream::CheckKey(const v8::Local<v8::String>&)':
../ext/bson.cc:64:52: error: 'alloca' was not declared in this scope
make[1]: *** [Release/obj.target/bson/ext/bson.o] Error 1
make[1]: Leaving directory `/root/tmp/tmp-26236uakbw8w/build/package/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/opt/local/lib/node_modules/node-gyp/lib/build.js:219:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:91:17)
gyp ERR! stack at Process._handle.onexit (child_process.js:674:10)
gyp ERR! System SunOS 5.11
gyp ERR! command "node" "/opt/local/bin/node-gyp" "configure" "build"
gyp ERR! cwd /root/tmp/tmp-26236uakbw8w/build/package/node_modules/mongoose/node_modules/mongodb/node_modules/bson
gyp ERR! node -v v0.8.8
gyp ERR! node-gyp -v v0.6.10
gyp ERR! not ok
gmake: *** [node_gyp] Error 1
child process exited with code 2
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/tmp/tmp-26236uakbw8w/build/package/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment