guo-yu / douban.fm

a tiny and smart cli player of douban.fm in Node.js
MIT License
1.6k stars 211 forks source link

Opensuse13 安装speaker失败 #116

Open fernandodo opened 10 years ago

fernandodo commented 10 years ago

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

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

speaker@0.2.1 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! speaker@0.2.1 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the speaker@0.2.1 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

btbxbob commented 9 years ago

gyp ERR! stack Error: not found: make

缺的是这个吧。

fernandodo commented 9 years ago

是的!解决了,多谢! 2014-10-22 上午9:46于 "Bob Xiang" notifications@github.com写道:

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.