Created
August 5, 2012 21:11
-
-
Save ichernev/3267138 to your computer and use it in GitHub Desktop.
node-gyp rebuild fails for zeromq.node/master
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
% node-gyp rebuild 0:13:04 | |
gyp info it worked if it ends with ok | |
gyp info using [email protected] | |
gyp info using [email protected] | linux | ia32 | |
gyp info spawn python | |
gyp info spawn args [ '/home/iskren/.node-gyp/0.8.5/tools/gyp_addon', | |
gyp info spawn args 'binding.gyp', | |
gyp info spawn args '-I/home/iskren/src/zguide/examples/Node.js/node_modules/zmq/build/config.gypi', | |
gyp info spawn args '-f', | |
gyp info spawn args 'make' ] | |
gyp info spawn make | |
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] | |
make: Entering directory `/home/iskren/src/zguide/examples/Node.js/node_modules/zmq/build' | |
CXX(target) Release/obj.target/binding/binding.o | |
../binding.cc:29:17: fatal error: zmq.h: No such file or directory | |
compilation terminated. | |
make: *** [Release/obj.target/binding/binding.o] Error 1 | |
make: Leaving directory `/home/iskren/src/zguide/examples/Node.js/node_modules/zmq/build' | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/home/iskren/nvm/v0.8.5/lib/node_modules/node-gyp/lib/build.js:215: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 Linux 3.4.6-1-ARCH | |
gyp ERR! command "node" "/home/iskren/nvm/v0.8.5/bin/node-gyp" "rebuild" | |
gyp ERR! cwd /home/iskren/src/zguide/examples/Node.js/node_modules/zmq | |
gyp ERR! node -v v0.8.5 | |
gyp ERR! node-gyp -v v0.6.3 | |
gyp ERR! not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment