node-ancillary icon indicating copy to clipboard operation
node-ancillary copied to clipboard

Install fails

Open benzmuircroft opened this issue 9 years ago • 0 comments

node v4.2.4

centos 7 server

[root@x node_modules]# cd ancillary/ [root@x ancillary]# node-gyp configure gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | linux | x64 (node) child_process: options.customFds option is deprecated. Use options.stdio instead. gyp info spawn python gyp info spawn args [ '/usr/bin/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 '/var/sentora/hostdata/zadmin/node_modules/ancillary/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/lib/node_modules/node-gyp/addon-rpm.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/share/node/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/usr/share/node', gyp info spawn args '-Dmodule_root_dir=/var/sentora/hostdata/zadmin/node_modules/ancillary', gyp info spawn args '--depth=.', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' ] gyp info ok [root@x ancillary]# node-gyp build gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | linux | x64 (node) child_process: options.customFds option is deprecated. Use options.stdio instead. make: Entering directory /var/sentora/hostdata/zadmin/node_modules/ancillary/build' CXX(target) Release/obj.target/ancillary/src/ancillary.o gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] In file included from ../src/./stream_wrap.h:27:0, from ../src/ancillary.cc:4: ../src/./handle_wrap.h:25:23: fatal error: ngx-queue.h: No such file or directory #include "ngx-queue.h" ^ compilation terminated. make: *** [Release/obj.target/ancillary/src/ancillary.o] Error 1 make: Leaving directory /var/sentora/hostdata/zadmin/node_modules/ancillary/build' gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:267:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 3.10.0-327.28.3.el7.x86_64 gyp ERR! command "/usr/local/bin/node" "/usr/bin/node-gyp" "build" gyp ERR! cwd /var/sentora/hostdata/zadmin/node_modules/ancillary gyp ERR! node -v v4.2.4 gyp ERR! node-gyp -v v0.10.6 gyp ERR! not ok

benzmuircroft avatar Jan 11 '17 18:01 benzmuircroft