Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从我的 Gentoo Linux 发行版构建 Nodejs,但出现以下错误:
Build failed: -> task failed (err #1): {task... etc.}
我尝试了许多教程或命令,但我不是服务器管理专家。有人在 Gentoo 上成功安装了 nodejs 吗?如果是,通过的命令是什么?
先感谢您
有时,如果稳定版没有构建,您可能想尝试一个包的“测试”版本。避免使用不稳定的软件包更安全,但在紧要关头,您可以尝试:
emerge flaggie flaggie net-libs/nodejs -- +~amd64 # or ~x86 emerge =net-libs/nodejs-0.10.26 # works for me^tm