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