Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fails #8

Open
benzmuircroft opened this issue Jan 11, 2017 · 0 comments
Open

Install fails #8

benzmuircroft opened this issue Jan 11, 2017 · 0 comments

Comments

@benzmuircroft
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant