Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dclarke-modus/55c4ea4019aeec615af95df76ce99a0a to your computer and use it in GitHub Desktop.
Save dclarke-modus/55c4ea4019aeec615af95df76ce99a0a to your computer and use it in GitHub Desktop.
[Sails APP] npm install --verbose
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory `/var/www/api/node_modules/hiredis/build'
make: Warning: File `hiredis.target.mk' has modification time 1.3e+03 s in the future
cc '-DNODE_GYP_MODULE_NAME=hiredis-c' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' -I/home/vagrant/.node-gyp/8.0.0/include/node -I/home/vagrant/.node-gyp/8.0.0/src -I/home/vagrant/.node-gyp/8.0.0/deps/uv/include -I/home/vagrant/.node-gyp/8.0.0/deps/v8/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -MMD -MF ./Release/.deps/Release/obj.target/hiredis-c/deps/hiredis/sds.o.d.raw -c -o Release/obj.target/hiredis-c/deps/hiredis/sds.o ../deps/hiredis/sds.c
cc '-DNODE_GYP_MODULE_NAME=hiredis-c' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' -I/home/vagrant/.node-gyp/8.0.0/include/node -I/home/vagrant/.node-gyp/8.0.0/src -I/home/vagrant/.node-gyp/8.0.0/deps/uv/include -I/home/vagrant/.node-gyp/8.0.0/deps/v8/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -MMD -MF ./Release/.deps/Release/obj.target/hiredis-c/deps/hiredis/read.o.d.raw -c -o Release/obj.target/hiredis-c/deps/hiredis/read.o ../deps/hiredis/read.c
rm -f Release/obj.target/deps/hiredis-c.a && ar crs Release/obj.target/deps/hiredis-c.a Release/obj.target/hiredis-c/deps/hiredis/sds.o Release/obj.target/hiredis-c/deps/hiredis/read.o
rm -rf "Release/hiredis-c.a" && cp -af "Release/obj.target/deps/hiredis-c.a" "Release/hiredis-c.a"
cp: preserving permissions for ‘Release/hiredis-c.a’: Operation not permitted
make: *** [Release/hiredis-c.a] Error 1
make: Leaving directory `/var/www/api/node_modules/hiredis/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23)
gyp ERR! stack at emitTwo (events.js:125:13)
gyp ERR! stack at ChildProcess.emit (events.js:213:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:197:12)
gyp ERR! System Linux 4.2.0-27-generic
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /var/www/api/node_modules/hiredis
gyp ERR! node -v v8.0.0
gyp ERR! node-gyp -v v3.6.1
gyp ERR! not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment