Skip to content

Instantly share code, notes, and snippets.

@tiloso
Created August 23, 2012 14:37
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 tiloso/3437238 to your computer and use it in GitHub Desktop.
Save tiloso/3437238 to your computer and use it in GitHub Desktop.
haibu output deploying app with jitsu
info: Starting app smartlist
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: NPM Install failed
error: NPM failed to install dependencies
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: npm WARN package.json smartlist@0.0.1-36 No README.md file found!
error: npm http GET https://registry.npmjs.org/bcrypt
error: npm http GET https://registry.npmjs.org/express
error: npm http GET https://registry.npmjs.org/jade
~ ~ ~
error: npm http 200 https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz
error: async.c: In function '__redisAsyncCommand':
error: async.c:538:10: warning: 'cstr' may be used uninitialized in this function [-Wuninitialized]
error: Setting srcdir to : /opt/haibu/apps/tiloso/smartlist/package/node_modules/connect-redis/node_modules/redis/node_modules/hiredis
error: Setting blddir to : /opt/haibu/apps/tiloso/smartlist/package/node_modules/connect-redis/node_modules/redis/node_modules/hiredis/build
error: Checking for program g++ or c++ : /opt/local/bin/g++
error: Checking for program cpp : /opt/local/bin/cpp
error: Checking for program ar : /opt/local/bin/ar
error: Checking for program ranlib : /opt/local/bin/ranlib
error: Checking for g++ : ok
error: Checking for node path : not found
error: Checking for node prefix : ok /opt/haibu/node-versions/0.8.6
error: 'configure' finished successfully (0.282s)
error: Waf: Entering directory `/opt/haibu/apps/tiloso/smartlist/package/node_modules/connect-redis/node_modules/redis/node_modules/hiredis/build'
error: [1/3] cxx: hiredis.cc -> build/Release/hiredis_1.o
error: [2/3] cxx: reader.cc -> build/Release/reader_1.o
error: [3/3] cxx_link: build/Release/hiredis_1.o build/Release/reader_1.o -> build/Release/hiredis.node
error: ld: warning: file ../deps/hiredis/libhiredis.a(hiredis.o): wrong ELF class: ELFCLASS32
error: Waf: Leaving directory `/opt/haibu/apps/tiloso/smartlist/package/node_modules/connect-redis/node_modules/redis/node_modules/hiredis/build'
error: 'build' finished successfully (3.013s)
error: npm ERR! bcrypt@0.7.1 install: `node-gyp rebuild`
error: npm ERR! `sh "-c" "node-gyp rebuild"` failed with 7
error: npm ERR!
error: npm ERR! Failed at the bcrypt@0.7.1 install script.
error: npm ERR! This is most likely a problem with the bcrypt package,
error: npm ERR! not with npm itself.
error: npm ERR! Tell the author that this fails on your system:
error: npm ERR! node-gyp rebuild
error: npm ERR! You can get their info via:
error: npm ERR! npm owner ls bcrypt
error: npm ERR! There is likely additional logging output above.
error:
error: npm ERR! System SunOS 5.11
error: npm ERR! command "node" "/opt/haibu/node-versions/0.8.6/bin/npm" "--unsafe-perm" "true" "--cache" "/opt/haibu/apps/tiloso/smartlist/.npm" "--userconfig" "/opt/haibu/apps/tiloso/smartlist/.userconfig" "--globalconfig" "/opt/haibu/apps/tiloso/smartlist/.globalconfig" "install"
error: npm ERR! cwd /opt/haibu/apps/tiloso/smartlist/package
error: npm ERR! node -v v0.8.6
error: npm ERR! npm -v 1.1.50
error: npm ERR! code ELIFECYCLE
error: npm ERR!
error: npm ERR! Additional logging details can be found in:
error: npm ERR! /opt/haibu/apps/tiloso/smartlist/package/npm-debug.log
error: npm ERR! not ok code 0
error:
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