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