samshull / node-proxy

Deprecated: Harmony Proxies in node (no longer needed)
MIT License
162 stars 29 forks source link

Not make-ing on Ubuntu 10.10 Node v0.5.5 #13

Closed KellyLSB closed 13 years ago

KellyLSB commented 13 years ago

BUILDING: C++ Component Checking for program g++ or c++ : /usr/bin/g++ Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for g++ : ok
Checking for node path : not found Checking for node prefix : ok /usr/local/node 'configure' finished successfully (0.034s) Waf: Entering directory /home/kbecker/node_modules/now/node_modules/node-proxy/src/build' [1/2] cxx: node-proxy.cc -> build/Release/node-proxy_1.o [2/2] cxx_link: build/Release/node-proxy_1.o -> build/Release/node-proxy.node Waf: Leaving directory/home/kbecker/node_modules/now/node_modules/node-proxy/src/build' 'build' finished successfully (0.832s) cp: cannot stat src/build/default/node-proxy.node': No such file or directory make: *** [all] Error 1 npm ERR! error installing node-proxy@0.5.1 Error: node-proxy@0.5.1 install:make npm ERR! error installing node-proxy@0.5.1sh "-c" "make"failed with 2 npm ERR! error installing node-proxy@0.5.1 at ChildProcess.<anonymous> (/usr/local/node/lib/node_modules/npm/lib/utils/exec.js:49:20) npm ERR! error installing node-proxy@0.5.1 at ChildProcess.emit (events.js:70:17) npm ERR! error installing node-proxy@0.5.1 at ChildProcess.onexit (child_process_legacy.js:246:12) npm ERR! error installing now@0.7.4 Error: node-proxy@0.5.1 install:make npm ERR! error installing now@0.7.4sh "-c" "make"failed with 2 npm ERR! error installing now@0.7.4 at ChildProcess.<anonymous> (/usr/local/node/lib/node_modules/npm/lib/utils/exec.js:49:20) npm ERR! error installing now@0.7.4 at ChildProcess.emit (events.js:70:17) npm ERR! error installing now@0.7.4 at ChildProcess.onexit (child_process_legacy.js:246:12) npm ERR! node-proxy@0.5.1 install:make npm ERR!sh "-c" "make"` failed with 2 npm ERR! npm ERR! Failed at the node-proxy@0.5.1 install script. npm ERR! This is most likely a problem with the node-proxy package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! make npm ERR! You can get their info via: npm ERR! npm owner ls node-proxy npm ERR! There is likely additional logging output above. npm ERR! npm ERR! System Linux 2.6.35.4-rscloud npm ERR! command "node" "/usr/local/node/bin/npm" "install" "now" npm ERR! cwd /home/kbecker npm ERR! node -v v0.5.5 npm ERR! npm -v 1.0.27 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/kbecker/npm-debug.log npm not ok

samshull commented 13 years ago

Was that fix fast enough? I had it sitting on my laptop. :)

KellyLSB commented 13 years ago

Beautiful thanks :)