0

nokogiri-1.5.0.beta.2 をインストールしようとしばらくしていますが、エラーが発生し続けます。他の場所で文書化されていますが、どのソリューションも機能しません。

sudo gem install nokogiri -v '1.5.0.beta.2'

出力します

....
make
compiling xml_reader.c
compiling xml_attr.c
compiling xml_entity_reference.c
compiling xml_element_decl.c
compiling xml_xpath_context.c
xml_xpath_context.c: In function ‘xpath_generic_exception_handler’:
xml_xpath_context.c:154: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    make
compiling xml_reader.c
compiling xml_attr.c
compiling xml_entity_reference.c
compiling xml_element_decl.c
compiling xml_xpath_context.c
xml_xpath_context.c: In function ‘xpath_generic_exception_handler’:
xml_xpath_context.c:154: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

ここここに文書化されていますが、解決策はありません。誰か提案がありますか? 他の人の作品にバンドルをインストールして機能させようとしているので、新しいバージョンに更新するだけではありません。

4

1 に答える 1

0

この問題を解決することはできませんでしたが、Ruby を更新するか、新しいバージョンの Nokogiri をインストールすることで回避できました。

gem install nokogiri
于 2013-01-16T18:56:48.223 に答える