TooTallNate / node-ogg

Node.js native binding to libogg
MIT License
65 stars 36 forks source link

issue on npm install ogg #1

Closed hiteshjoshi closed 11 years ago

hiteshjoshi commented 11 years ago

node-gyp rebuild

ogg.target.mk:132: warning: overriding commands for target Release/ogg.node' deps/libogg/libogg.target.mk:127: warning: ignoring old commands for targetRelease/ogg.node' make: Circular Release/obj.target/ogg/src/binding.o <- Release/ogg.node dependency dropped. CXX(target) Release/obj.target/ogg/src/binding.o make: Circular Release/ogg.node <- Release/ogg.node dependency dropped. CC(target) Release/obj.target/libogg/deps/libogg/src/framing.o CC(target) Release/obj.target/libogg/deps/libogg/src/bitwise.o SOLINK(target) Release/ogg.node clang: error: no such file or directory: './Release/ogg.node' make: *\ [Release/ogg.node] Error 1 gyp ERR! rebuild error Error: make failed with exit code: 2 gyp ERR! rebuild error at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:215:23) gyp ERR! rebuild error at ChildProcess.EventEmitter.emit (events.js:91:17) gyp ERR! rebuild error at Process._handle.onexit (child_process.js:674:10) gyp ERR! not ok npm ERR! ogg@0.0.1 install: node-gyp rebuild npm ERR! sh "-c" "node-gyp rebuild" failed with 1 npm ERR! npm ERR! Failed at the ogg@0.0.1 install script. npm ERR! This is most likely a problem with the ogg 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 ogg npm ERR! There is likely additional logging output above.

npm ERR! System Darwin 12.2.0 npm ERR! command "node" "/usr/local/bin/npm" "install" "ogg" npm ERR! cwd /Users/hitesh/Documents/carson npm ERR! node -v v0.8.3 npm ERR! npm -v 1.1.43 npm ERR! code ELIFECYCLE npm ERR! stack Error: ogg@0.0.1 install: node-gyp rebuild npm ERR! stack sh "-c" "node-gyp rebuild" failed with 1 npm ERR! stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/exec.js:56:20) npm ERR! stack at ChildProcess.EventEmitter.emit (events.js:91:17) npm ERR! stack at Process._handle.onexit (child_process.js:674:10) npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/hitesh/Documents/carson/npm-debug.log npm ERR! not ok code 0

TooTallNate commented 11 years ago

Can you try updating to node-gyp v0.8.1 and recompiling node-ogg?