Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.38 KB | None | 0 0
  1. current directory: /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/ruby/gems/2.3.0/gems/nokogiri-1.8.2/ext/nokogiri
  2. /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/bin/truffleruby -r ./siteconf20180421-26192-1xuv5v8.rb extconf.rb
  3. checking if the C compiler accepts ... yes
  4. Building nokogiri using packaged libraries.
  5. Using mini_portile version 2.3.0
  6. checking for gzdopen() in -lz... yes
  7. checking for iconv... yes
  8. ************************************************************************
  9. IMPORTANT NOTICE:
  10.  
  11. Building Nokogiri with a packaged version of libxml2-2.9.7.
  12.  
  13. Team Nokogiri will keep on doing their best to provide security
  14. updates in a timely manner, but if this is a concern for you and want
  15. to use the system library instead; abort this installation process and
  16. reinstall nokogiri as follows:
  17.  
  18.     gem install nokogiri -- --use-system-libraries
  19.         [--with-xml2-config=/path/to/xml2-config]
  20.         [--with-xslt-config=/path/to/xslt-config]
  21.  
  22. If you are using Bundler, tell it to use the option:
  23.  
  24.     bundle config build.nokogiri --use-system-libraries
  25.     bundle install
  26.  
  27. Note, however, that nokogiri is not fully compatible with arbitrary
  28. versions of libxml2 provided by OS/package vendors.
  29. ************************************************************************
  30. Extracting libxml2-2.9.7.tar.gz into tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.9.7... OK
  31. Running 'configure' for libxml2 2.9.7... OK
  32. Running 'compile' for libxml2 2.9.7... OK
  33. Running 'install' for libxml2 2.9.7... OK
  34. Activating libxml2 2.9.7 (from /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/ruby/gems/2.3.0/gems/nokogiri-1.8.2/ports/x86_64-unknown-linux-gnu/libxml2/2.9.7)...
  35. ************************************************************************
  36. IMPORTANT NOTICE:
  37.  
  38. Building Nokogiri with a packaged version of libxslt-1.1.32.
  39.  
  40. Team Nokogiri will keep on doing their best to provide security
  41. updates in a timely manner, but if this is a concern for you and want
  42. to use the system library instead; abort this installation process and
  43. reinstall nokogiri as follows:
  44.  
  45.     gem install nokogiri -- --use-system-libraries
  46.         [--with-xml2-config=/path/to/xml2-config]
  47.         [--with-xslt-config=/path/to/xslt-config]
  48.  
  49. If you are using Bundler, tell it to use the option:
  50.  
  51.     bundle config build.nokogiri --use-system-libraries
  52.     bundle install
  53. ************************************************************************
  54. Extracting libxslt-1.1.32.tar.gz into tmp/x86_64-unknown-linux-gnu/ports/libxslt/1.1.32... OK
  55. Running 'configure' for libxslt 1.1.32... OK
  56. Running 'compile' for libxslt 1.1.32... OK
  57. Running 'install' for libxslt 1.1.32... OK
  58. Activating libxslt 1.1.32 (from /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/ruby/gems/2.3.0/gems/nokogiri-1.8.2/ports/x86_64-unknown-linux-gnu/libxslt/1.1.32)...
  59. checking for main() in -llzma... yes
  60. checking for xmlParseDoc() in libxml/parser.h... yes
  61. checking for xsltParseStylesheetDoc() in libxslt/xslt.h... yes
  62. checking for exsltFuncRegister() in libexslt/exslt.h... yes
  63. checking for xmlHasFeature()... yes
  64. checking for xmlFirstElementChild()... yes
  65. checking for xmlRelaxNGSetParserStructuredErrors()... yes
  66. checking for xmlRelaxNGSetParserStructuredErrors()... yes
  67. checking for xmlRelaxNGSetValidStructuredErrors()... yes
  68. checking for xmlSchemaSetValidStructuredErrors()... yes
  69. checking for xmlSchemaSetParserStructuredErrors()... yes
  70. creating Makefile
  71.  
  72. To see why this extension failed to compile, please check the mkmf.log which can be found here:
  73.  
  74.   /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/ruby/gems/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.8.2/mkmf.log
  75.  
  76. current directory: /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/ruby/gems/2.3.0/gems/nokogiri-1.8.2/ext/nokogiri
  77. make "DESTDIR=" clean
  78.  
  79. current directory: /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/ruby/gems/2.3.0/gems/nokogiri-1.8.2/ext/nokogiri
  80. make "DESTDIR="
  81. compiling html_document.c
  82. compiling html_element_description.c
  83. compiling html_entity_lookup.c
  84. compiling html_sax_parser_context.c
  85. compiling html_sax_push_parser.c
  86. compiling nokogiri.c
  87. compiling xml_attr.c
  88. compiling xml_attribute_decl.c
  89. compiling xml_cdata.c
  90. xml_cdata.c:28:56: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  91.   content_str_len = (content_str == NULL) ? 0 : strlen(content_str);
  92.                                                        ^~~~~~~~~~~
  93. /usr/include/string.h:384:35: note: passing argument to parameter '__s' here
  94. extern size_t strlen (const char *__s)
  95.                                   ^
  96. 1 warning generated.
  97. compiling xml_comment.c
  98. compiling xml_document.c
  99. compiling xml_document_fragment.c
  100. compiling xml_dtd.c
  101. compiling xml_element_content.c
  102. compiling xml_element_decl.c
  103. compiling xml_encoding_handler.c
  104. compiling xml_entity_decl.c
  105. compiling xml_entity_reference.c
  106. compiling xml_io.c
  107. compiling xml_libxml2_hacks.c
  108. compiling xml_namespace.c
  109. compiling xml_node.c
  110. xml_node.c:170:15: warning: 14 enumeration values not handled in switch: 'XML_ATTRIBUTE_NODE', 'XML_ENTITY_NODE', 'XML_DOCUMENT_NODE'... [-Wswitch]
  111.       switch (reparentee->type) {
  112.               ^
  113. xml_node.c:188:15: warning: 15 enumeration values not handled in switch: 'XML_ATTRIBUTE_NODE', 'XML_ENTITY_NODE', 'XML_DOCUMENT_NODE'... [-Wswitch]
  114.       switch (reparentee->type) {
  115.               ^
  116. xml_node.c:199:15: warning: 19 enumeration values not handled in switch: 'XML_ELEMENT_NODE', 'XML_ATTRIBUTE_NODE', 'XML_CDATA_SECTION_NODE'... [-Wswitch]
  117.       switch (reparentee->type) {
  118.               ^
  119. xml_node.c:167:13: warning: 14 enumeration values not handled in switch: 'XML_CDATA_SECTION_NODE', 'XML_ENTITY_NODE', 'XML_PI_NODE'... [-Wswitch]
  120.     switch (parent->type) {
  121.             ^
  122. 4 warnings generated.
  123. compiling xml_node_set.c
  124. compiling xml_processing_instruction.c
  125. compiling xml_reader.c
  126. compiling xml_relax_ng.c
  127. compiling xml_sax_parser.c
  128. compiling xml_sax_parser_context.c
  129. compiling xml_sax_push_parser.c
  130. compiling xml_schema.c
  131. compiling xml_syntax_error.c
  132. compiling xml_text.c
  133. compiling xml_xpath_context.c
  134. xml_xpath_context.c:176:65: warning: function 'xpath_generic_exception_handler' declared 'noreturn' should not return [-Winvalid-noreturn]
  135.   va_list args; rb_raise(rb_eRuntimeError, "%s", "Exception:"); return;
  136.                                                                 ^
  137. 1 warning generated.
  138. compiling xslt_stylesheet.c
  139. linking shared-object nokogiri/nokogiri.su
  140. llvm-link: /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/ruby/gems/2.3.0/gems/nokogiri-1.8.2/ports/x86_64-unknown-linux-gnu/libxslt/1.1.32/lib/libexslt.a:1:2: error: expected integer
  141. !<arch>
  142.  ^
  143. llvm-link: error loading file '/home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/ruby/gems/2.3.0/gems/nokogiri-1.8.2/ports/x86_64-unknown-linux-gnu/libxslt/1.1.32/lib/libexslt.a'
  144. /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/cext/linker.rb:54:in `link_bitcode': Linker failed (RuntimeError)
  145.     from /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/cext/linker.rb:48:in `main'
  146.     from /home/braulio/Projects/graalvm-1.0.0-rc1/jre/languages/ruby/lib/cext/linker.rb:108:in `<main>'
  147. make: *** [Makefile:225: nokogiri.su] Error 1
  148.  
  149. make failed, exit code 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement