You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is on artix linux (derivative of arch) with libgrrove-git installed. Any ideas?
$ npm run build
> [email protected] build /extra/home/git/groovebasin
> npm install && ./build
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Use uuid module instead
> [email protected] install /extra/home/git/groovebasin/node_modules/groove
> node-gyp rebuild
make: Entering directory '/extra/home/git/groovebasin/node_modules/groove/build'
CXX(target) Release/obj.target/groove/src/groove.o
In file included from ../src/groove.cc:5:0:
../src/player.h:6:10: fatal error: grooveplayer/player.h: No such file or directory
#include <grooveplayer/player.h>
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [groove.target.mk:102: Release/obj.target/groove/src/groove.o] Error 1
make: Leaving directory '/extra/home/git/groovebasin/node_modules/groove/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/npm/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:159:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
gyp ERR! System Linux 4.15.0-rc6-mainline
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /extra/home/git/groovebasin/node_modules/groove
gyp ERR! node -v v9.3.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /extra/home/.npm/_logs/2018-01-03T10_09_14_228Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `npm install && ./build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /extra/home/.npm/_logs/2018-01-03T10_09_14_325Z-debug.log
The text was updated successfully, but these errors were encountered:
This is on artix linux (derivative of arch) with libgrrove-git installed. Any ideas?
The text was updated successfully, but these errors were encountered: