Created
May 20, 2011 14:47
-
-
Save Wizek/983062 to your computer and use it in GitHub Desktop.
dev error
This file contains hidden or 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
$ npm install -g dev | |
> [email protected] install /home/Wizek/local/node-0.4.7/lib/node_modules/dev/node_modules/inotify | |
> node-waf configure build | |
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 /home/Wizek/local/node-0.4.7 | |
Checking for program node : /home/Wizek/local/node-0.4.7/bin/node | |
Checking for function inotify_init : 0 [main] python 7388 C:\cygwin\bin\python.exe: *** | |
fatal error - unable to remap C:\cygwin\bin\cygcrypto-0.9.8.dll to same address as parent: 0x5F0000 | |
!= 0x680000 | |
Stack trace: | |
Frame Function Args | |
1AE39988 6102796B (1AE39988, 00000000, 00000000, 00000000) | |
1AE39C78 6102796B (6117EC60, 00008000, 00000000, 61180977) | |
1AE3ACA8 61004F1B (611A7FAC, 6124A734, 005F0000, 00680000) | |
End of stack trace | |
0 [unknown (0x1D44)] python 3160 fork: child 7388 - died waiting for dll loading, errno 11 | |
not found | |
'configure' finished successfully (0.464s) | |
Waf: Entering directory `/home/Wizek/local/node-0.4.7/lib/node_modules/dev/node_modules/inotify/buil | |
d' | |
[1/3] cxx: src/bindings.cc -> build/default/src/bindings_1.o | |
83396 [main] python 6032 C:\cygwin\bin\python.exe: *** fatal error - unable to remap C:\cygwin\bin | |
\cygcrypto-0.9.8.dll to same address as parent: 0x5F0000 != 0x670000 | |
Stack trace: | |
Frame Function Args | |
1AE39988 6102796B (1AE39988, 00000000, 00000000, 00000000) | |
1AE39C78 6102796B (6117EC60, 00008000, 00000000, 61180977) | |
1AE3ACA8 61004F1B (611A7FAC, 6124A734, 005F0000, 00670000) | |
End of stack trace | |
90258 [unknown (0x1D44)] python 3160 fork: child 6032 - died waiting for dll loading, errno 11 | |
Waf: Leaving directory `/home/Wizek/local/node-0.4.7/lib/node_modules/dev/node_modules/inotify/build | |
' | |
Build failed: -> task failed (err #-1): | |
{task: cxx bindings.cc -> bindings_1.o} | |
npm ERR! error installing [email protected] Error: [email protected] install: `node-waf configure build` | |
npm ERR! error installing [email protected] `sh "-c" "node-waf configure build"` failed with 1 | |
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/usr/local/lib/node_modules | |
/npm/lib/utils/exec.js:49:20) | |
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17) | |
npm ERR! error installing [email protected] at ChildProcess.onexit (child_process.js:192:12) | |
npm ERR! error installing [email protected] Error: [email protected] install: `node-waf configure build` | |
npm ERR! error installing [email protected] `sh "-c" "node-waf configure build"` failed with 1 | |
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm | |
/lib/utils/exec.js:49:20) | |
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17) | |
npm ERR! error installing [email protected] at ChildProcess.onexit (child_process.js:192:12) | |
npm ERR! error rolling back [email protected] Error: Refusing to delete non-npm file (override with --force) | |
npm ERR! error rolling back [email protected] at clobberFail (/usr/local/lib/node_modules/npm/lib/utils/ | |
rm-rf.js:59:12) | |
npm ERR! error rolling back [email protected] at /usr/local/lib/node_modules/npm/lib/utils/rm-rf.js:80:4 | |
2 | |
npm ERR! error rolling back [email protected] at /usr/local/lib/node_modules/npm/lib/utils/rm-rf.js:68:1 | |
2 | |
npm ERR! error rolling back [email protected] at cb (/usr/local/lib/node_modules/npm/lib/utils/graceful- | |
fs.js:31:9) | |
npm ERR! [email protected] install: `node-waf configure build` | |
npm ERR! `sh "-c" "node-waf configure build"` failed with 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script. | |
npm ERR! This is most likely a problem with the inotify package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-waf configure build | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls inotify | |
npm ERR! There is likely additional logging output above. | |
npm ERR! | |
npm ERR! System CYGWIN_NT-6.1-WOW64 1.7.9(0.237/5/3) | |
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "dev" | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /home/Wizek/wac/HumaniaServer/npm-debug.log | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment