You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's out put from npm install --save obelisk-client
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/buffertools
> node-gyp rebuild
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
CXX(target) Release/obj.target/buffertools/buffertools.o
SOLINK_MODULE(target) Release/buffertools.node
SOLINK_MODULE(target) Release/buffertools.node: Finished
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/zmq
> node-gyp rebuild
Package libzmq was not found in the pkg-config search path.
Perhaps you should add the directory containing `libzmq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libzmq' found
gyp: Call to 'pkg-config libzmq --libs' returned exit status 1. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:343:16)
gyp ERR! stack at ChildProcess.emit (events.js:110:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
gyp ERR! System Darwin 13.4.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/zmq
gyp ERR! node -v v0.12.2
gyp ERR! node-gyp -v v1.0.3
gyp ERR! not ok
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/bignum
> node-gyp configure build
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
CXX(target) Release/obj.target/bignum/bignum.o
SOLINK_MODULE(target) Release/bignum.node
SOLINK_MODULE(target) Release/bignum.node: Finished
|
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/bitcore/node_modules/bitcore-node/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate
> prebuild --download
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/bitcore/node_modules/bitcore-node/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate
> prebuild --download
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/bitcore/node_modules/bitcore-node/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil
> prebuild --download
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/bitcore/node_modules/bitcore-node/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil
> prebuild --download
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/bitcore/node_modules/bitcore-node/node_modules/leveldown
> prebuild --download
> [email protected] install /Users/chrisgrimmett/scripts/accept-bitcoin-really/node_modules/obelisk-client/node_modules/bitcore/node_modules/bitcore-node
> ./bin/install
Downloading binary: https://bitcore-node.s3.amazonaws.com/libbitcoind-1.0.1-node14-darwin-x64.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5848k 100 5848k 0 0 262k 0 0:00:22 0:00:22 --:--:-- 232k
Unpacking binary distribution
x build/Release/bitcoind.node
x build/Release/bitcoind.node.sig
npm ERR! Darwin 13.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "--save" "obelisk-client"
npm ERR! node v0.12.2
npm ERR! npm v2.7.4
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
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! Please include the following file with any support request:
npm ERR! /Users/chrisgrimmett/scripts/accept-bitcoin-really/npm-debug.log
Got any ideas? I did see a line that said I need xcode, but I think I have that already. I'll double check on that, though.
The text was updated successfully, but these errors were encountered:
Here's out put from
npm install --save obelisk-client
Got any ideas? I did see a line that said I need xcode, but I think I have that already. I'll double check on that, though.
The text was updated successfully, but these errors were encountered: