0rpc/zerorpc-node

npm install zerorpc : not working

vodnok opened this issue · 3 comments

msgpack2 relative ?

zmq@2.2.0 install /home/vodnok/node/test1/node_modules/zerorpc/node_modules/zmq
node-gyp rebuild

make: entrant dans le répertoire « /home/vodnok/node/test1/node_modules/zerorpc/node_modules/zmq/build »
CXX(target) Release/obj.target/binding/binding.o

msgpack2@0.1.10 preinstall /home/vodnok/node/test1/node_modules/zerorpc/node_modules/msgpack2
make

cd deps/msgpack-full/cpp &&
mkdir -p dist &&
./configure --enable-static --disable-shared
--prefix=/home/vodnok/node/test1/node_modules/zerorpc/node_modules/msgpack2/deps/msgpack-full/cpp/dist &&
make &&
make install
../binding.cc:28:17: erreur fatale: zmq.h : Aucun fichier ou dossier de ce type
compilation terminée.
checking for a BSD-compatible install... make: *** [Release/obj.target/binding/binding.o] Erreur 1
make: quittant le répertoire « /home/vodnok/node/test1/node_modules/zerorpc/node_modules/zmq/build »
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:784:12)
gyp ERR! System Linux 3.5.0-27-generic
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/vodnok/node/test1/node_modules/zerorpc/node_modules/zmq
gyp ERR! node -v v0.10.4
gyp ERR! node-gyp -v v0.9.5
gyp ERR! not ok
npm ERR! zmq@2.2.0 install: node-gyp rebuild
npm ERR! sh "-c" "node-gyp rebuild" failed with 1
npm ERR!
npm ERR! Failed at the zmq@2.2.0 install script.
npm ERR! This is most likely a problem with the zmq package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls zmq
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.5.0-27-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "zerorpc"
npm ERR! cwd /home/vodnok/node/test1
npm ERR! node -v v0.10.4
npm ERR! npm -v 1.2.18
npm ERR! code ELIFECYCLE

thank you 👍

I hope it'll be soon merged

Thanks for the report! Closing this issue, see #21

Thank you