Ubuntu12.10にfoodcriticgemをインストールしようとしています。Ubuntu12.04に正常にインストールできます。要件をインストールしました:libxslt-dev、libxml2-dev、ruby1.9.3およびmakeパッケージ。でも今はやってみる
sudo gem install foodcritic
次のエラーが発生します。
compiling xml_xpath_context.c
xml_xpath_context.c: In function ‘xpath_generic_exception_handler’:
xml_xpath_context.c:184:3: error: format not a string literal and no format arguments [-Werror=format-security]
cc1: some warnings being treated as errors
make: *** [xml_xpath_context.o] Error 1
Gem files will remain installed in /usr/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.0 for inspection.
Results logged to /usr/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.0/ext/nokogiri/gem_make.out
ノコギリ-1.5.0ジェムはフードクリティックの要件であり、失敗するのはインスタレーションです。どうすればfoodcriticをインストールできますか?