Created
March 6, 2013 05:13
-
-
Save tstellanova/5096902 to your computer and use it in GitHub Desktop.
error using chimera with nodejitsu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localhost:slurpsports todd$ jitsu deploy | |
info: Welcome to Nodejitsu tstellanova | |
info: jitsu v0.12.2, node v0.8.17 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in update_league_rosters.coffee | |
info: Creating snapshot 0.0.0-1 | |
info Uploading: [=============================] 100% | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: npm WARN package.json [email protected] No README.md file found! | |
npm http GET http://nj-npm.irisnpm.com/chimera | |
npm http GET http://nj-npm.irisnpm.com/mongodb | |
npm http GET http://nj-npm.irisnpm.com/async | |
npm http 200 http://nj-npm.irisnpm.com/chimera | |
npm http GET http://nj-npm.irisnpm.com/chimera/-/chimera-0.3.2.tgz | |
npm http 200 http://nj-npm.irisnpm.com/chimera/-/chimera-0.3.2.tgz | |
npm http 200 http://nj-npm.irisnpm.com/async | |
npm http GET http://nj-npm.irisnpm.com/async/-/async-0.2.6.tgz | |
npm http 200 http://nj-npm.irisnpm.com/async/-/async-0.2.6.tgz | |
npm http 200 http://nj-npm.irisnpm.com/mongodb | |
npm http GET http://nj-npm.irisnpm.com/mongodb/-/mongodb-1.2.13.tgz | |
npm http 200 http://nj-npm.irisnpm.com/mongodb/-/mongodb-1.2.13.tgz | |
npm http GET http://nj-npm.irisnpm.com/request | |
npm http GET http://nj-npm.irisnpm.com/bson/0.1.8 | |
npm http 200 http://nj-npm.irisnpm.com/request | |
npm http 200 http://nj-npm.irisnpm.com/bson/0.1.8 | |
npm http GET http://nj-npm.irisnpm.com/request/-/request-2.12.0.tgz | |
npm http GET http://nj-npm.irisnpm.com/bson/-/bson-0.1.8.tgz | |
npm http 200 http://nj-npm.irisnpm.com/request/-/request-2.12.0.tgz | |
npm http 200 http://nj-npm.irisnpm.com/bson/-/bson-0.1.8.tgz | |
> [email protected] postinstall /root/tmp/tmp-65077mmu95c/build/package/node_modules/chimera | |
> node scripts/download_native_binary.js | |
downloading chimera native binary for: sunos_x64 | |
stream.js:81 | |
throw er; // Unhandled stream error in pipe. | |
^ | |
Error: incorrect header check | |
at Zlib._binding.onerror (zlib.js:283:17) | |
npm ERR! [email protected] postinstall: `node scripts/download_native_binary.js` | |
npm ERR! `sh "-c" "node scripts/download_native_binary.js"` failed with 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] postinstall script. | |
npm ERR! This is most likely a problem with the chimera package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node scripts/download_native_binary.js | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls chimera | |
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-65077mmu95c/build/package | |
npm ERR! node -v v0.8.16 | |
npm ERR! npm -v 1.1.69 | |
npm ERR! code ELIFECYCLE | |
> [email protected] install /root/tmp/tmp-65077mmu95c/build/package/node_modules/mongodb/node_modules/bson | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
make: Entering directory `/root/tmp/tmp-65077mmu95c/build/package/node_modules/mongodb/node_modules/bson/build' | |
CXX(target) Release/obj.target/bson/ext/bson.o | |
SOLINK_MODULE(target) Release/obj.target/bson.node | |
SOLINK_MODULE(target) Release/obj.target/bson.node: Finished | |
COPY Release/bson.node | |
make: Leaving directory `/root/tmp/tmp-65077mmu95c/build/package/node_modules/mongodb/node_modules/bson/build' | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /root/tmp/tmp-65077mmu95c/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