douban.fm icon indicating copy to clipboard operation
douban.fm copied to clipboard

Opensuse13 安装speaker失败

Open fernandodo opened this issue 10 years ago • 2 comments

似乎应该是 ALSA backend 的问题。但是,opensuse下面没有 libasound2-dev ,而我安装了alsa-devel。

错误提示如下: sudo npm install speaker /

[email protected] install /home/fernandol/node_modules/speaker node-gyp rebuild

gyp ERR! build error gyp ERR! stack Error: not found: make gyp ERR! stack at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28) gyp ERR! stack at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29) gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16 gyp ERR! stack at Object.oncomplete (evalmachine.:107:15) gyp ERR! System Linux 3.11.10-17-default gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/fernandol/node_modules/speaker gyp ERR! node -v v0.10.31 gyp ERR! node-gyp -v v1.0.1 gyp ERR! not ok 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 most likely a problem with the speaker package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls speaker npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.11.10-17-default npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "speaker" npm ERR! cwd /home/fernandol npm ERR! node -v v0.10.31 npm ERR! npm -v 1.4.23 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/fernandol/npm-debug.log npm ERR! not ok code 0

fernandodo avatar Sep 02 '14 17:09 fernandodo

gyp ERR! stack Error: not found: make

缺的是这个吧。

btbxbob avatar Oct 22 '14 01:10 btbxbob

是的!解决了,多谢! 2014-10-22 上午9:46于 "Bob Xiang" [email protected]写道:

gyp ERR! stack Error: not found: make

缺的是这个吧。

— Reply to this email directly or view it on GitHub https://github.com/turingou/douban.fm/issues/116#issuecomment-60025794.

fernandodo avatar Oct 22 '14 01:10 fernandodo