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 回答