Skip to content

Instantly share code, notes, and snippets.

@konobi
Created June 20, 2013 21:55
Show Gist options
  • Save konobi/5827045 to your computer and use it in GitHub Desktop.
Save konobi/5827045 to your computer and use it in GitHub Desktop.
[root@build ~/configurator/node_modules/node-ncurses-0.4.1]# node-gyp -d rebuild
gyp info it worked if it ends with ok
gyp info using node-gyp@0.10.1
gyp info using node@0.10.4 | sunos | x64
gyp info spawn python
gyp info spawn args [ '/opt/local/lib/node_modules/node-gyp/gyp/gyp',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/root/configurator/node_modules/node-ncurses-0.4.1/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/opt/local/lib/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/.node-gyp/0.10.4/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.10.4',
gyp info spawn args '-Dmodule_root_dir=/root/configurator/node_modules/node-ncurses-0.4.1',
gyp info spawn args '--depth=.',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
make: Entering directory `/root/configurator/node_modules/node-ncurses-0.4.1/build'
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Debug', '-C', 'build' ]
CC(target) Debug/obj.target/libncurses/deps/libncurses/ncurses/codes.o
In file included from ../deps/libncurses/ncurses/codes.c:3:0:
../deps/libncurses/ncurses/curses.priv.h:56:25: fatal error: ncurses_cfg.h: No such file or directory
compilation terminated.
make: *** [Debug/obj.target/libncurses/deps/libncurses/ncurses/codes.o] Error 1
make: Leaving directory `/root/configurator/node_modules/node-ncurses-0.4.1/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/opt/local/lib/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:784:12)
gyp ERR! System SunOS 5.11
gyp ERR! command "node" "/opt/local/bin/node-gyp" "-d" "rebuild"
gyp ERR! cwd /root/configurator/node_modules/node-ncurses-0.4.1
gyp ERR! node -v v0.10.4
gyp ERR! node-gyp -v v0.10.1
gyp ERR! not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment