Created
August 23, 2010 15:47
-
-
Save mape/545739 to your computer and use it in GitHub Desktop.
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
| ranlib ../lib/libncurses.a | |
| ranlib: ../lib/libncurses.a: Malformed archive | |
| make[1]: *** [../lib/libncurses.a] Error 1 | |
| make[1]: Leaving directory `/home/mape/.node_libraries/.npm/ncurses/0.0.1/package/deps/ncurses/ncurses' | |
| make: *** [all] Error 2 | |
| Traceback (most recent call last): | |
| File "/usr/local/bin/node-waf", line 16, in <module> | |
| Scripting.prepare(t, os.getcwd(), VERSION, wafdir) | |
| File "/usr/local/bin/../lib/node/wafadmin/Scripting.py", line 145, in prepare | |
| prepare_impl(t, cwd, ver, wafdir) | |
| File "/usr/local/bin/../lib/node/wafadmin/Scripting.py", line 135, in prepare_impl | |
| main() | |
| File "/usr/local/bin/../lib/node/wafadmin/Scripting.py", line 188, in main | |
| fun(ctx) | |
| File "/usr/local/bin/../lib/node/wafadmin/Scripting.py", line 386, in build | |
| return build_impl(bld) | |
| File "/usr/local/bin/../lib/node/wafadmin/Scripting.py", line 399, in build_impl | |
| bld.add_subdirs([os.path.split(Utils.g_module.root_path)[0]]) | |
| File "/usr/local/bin/../lib/node/wafadmin/Build.py", line 981, in add_subdirs | |
| self.recurse(dirs, 'build') | |
| File "/usr/local/bin/../lib/node/wafadmin/Utils.py", line 634, in recurse | |
| f(self) | |
| File "/home/mape/.node_libraries/.npm/ncurses/0.0.1/package/wscript", line 35, in build | |
| conf.fatal("Building ncurses failed.") | |
| NameError: global name 'conf' is not defined | |
| npm ncurses-0.0.1 Failed to exec preinstall script | |
| npm install failed Error: ncurses-0.0.1 preinstall: `node-waf configure build` | |
| npm install failed `sh` failed with 1 | |
| npm install failed at ChildProcess.<anonymous> (/home/mape/.node_libraries/.npm/npm/0.1.26/package/lib/utils/exec.js:27:18) | |
| npm install failed at ChildProcess.emit (events:33:26) | |
| npm install failed at ChildProcess.onexit (child_process:151:12) | |
| npm install failed at node.js:764:9 | |
| npm install failed rollback | |
| npm installed ncurses [ '0.0.1' ] | |
| npm uninstall safe to uninstall: ncurses-0.0.1 | |
| npm uninstall ncurses-0.0.1 remove links | |
| npm uninstall ncurses-0.0.1 remove bins | |
| npm uninstall ncurses-0.0.1 remove public modules | |
| npm uninstall ncurses-0.0.1 remove package dir | |
| npm uninstall ncurses-0.0.1 complete | |
| npm install failed rolled back | |
| npm ! ERROR ! | |
| npm ! ERROR ! Error: ncurses-0.0.1 preinstall: `node-waf configure build` | |
| npm ! ERROR ! `sh` failed with 1 | |
| npm ! ERROR ! at ChildProcess.<anonymous> (/home/mape/.node_libraries/.npm/npm/0.1.26/package/lib/utils/exec.js:27:18) | |
| npm ! ERROR ! at ChildProcess.emit (events:33:26) | |
| npm ! ERROR ! at ChildProcess.onexit (child_process:151:12) | |
| npm ! ERROR ! at node.js:764:9 | |
| npm ! ERROR ! | |
| npm failure try running: 'npm help install' | |
| npm failure Report this *entire* log at <http://github.com/isaacs/npm/issues> | |
| npm failure or email it to <[email protected]> | |
| npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment