/usr/local/bin/ruby extconf.rb Building nokogiri using packaged libraries. checking for iconv.h... yes checking for iconv_open() in iconv.h... yes Building libxml2-2.8.0 for nokogiri with the following patches applied: - 0001-Fix-parser-local-buffers-size-problems.patch - 0002-Fix-entities-local-buffers-size-problems.patch - 0003-Fix-an-error-in-previous-commit.patch - 0004-Fix-potential-out-of-bound-access.patch - 0005-Detect-excessive-entities-expansion-upon-replacement.patch - 0006-Do-not-fetch-external-parsed-entities.patch - 0007-Enforce-XML_PARSER_EOF-state-handling-through-the-pa.patch - 0008-Improve-handling-of-xmlStopParser.patch - 0009-Fix-a-couple-of-return-without-value.patch - 0010-Keep-non-significant-blanks-node-in-HTML-parser.patch - 0011-Do-not-fetch-external-parameter-entities.patch ************************************************************************ IMPORTANT! Nokogiri builds and uses a packaged version of libxml2. If this is a concern for you and you want to use the system library instead, abort this installation process and reinstall nokogiri as follows: gem install nokogiri -- --use-system-libraries If you are using Bundler, tell it to use the option: bundle config build.nokogiri --use-system-libraries bundle install However, note that nokogiri does not necessarily support all versions of libxml2. For example, libxml2-2.9.0 and higher are currently known to be broken and thus unsupported by nokogiri, due to compatibility problems and XPath optimization bugs. ************************************************************************ Extracting libxml2-2.8.0.tar.gz into tmp/x86_64-unknown-linux-gnu/ports/libxml2/2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0001-Fix-parser-local-buffers-size-problems.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0002-Fix-entities-local-buffers-size-problems.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0003-Fix-an-error-in-previous-commit.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0004-Fix-potential-out-of-bound-access.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0005-Detect-excessive-entities-expansion-upon-replacement.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0006-Do-not-fetch-external-parsed-entities.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0007-Enforce-XML_PARSER_EOF-state-handling-through-the-pa.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0008-Improve-handling-of-xmlStopParser.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0009-Fix-a-couple-of-return-without-value.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0010-Keep-non-significant-blanks-node-in-HTML-parser.patch... Running 'patch' for libxml2 2.8.0... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxml2/0011-Do-not-fetch-external-parameter-entities.patch... Running 'patch' for libxml2 2.8.0... OK Running 'configure' for libxml2 2.8.0... OK Running 'compile' for libxml2 2.8.0... OK Running 'install' for libxml2 2.8.0... OK Activating libxml2 2.8.0 (from /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/x86_64-unknown-linux-gnu/libxml2/2.8.0)... Building libxslt-1.1.28 for nokogiri with the following patches applied: - 0001-Adding-doc-update-related-to-1.1.28.patch - 0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch - 0003-Initialize-pseudo-random-number-generator-with-curre.patch - 0004-EXSLT-function-str-replace-is-broken-as-is.patch - 0006-Fix-str-padding-to-work-with-UTF-8-strings.patch - 0007-Separate-function-for-predicate-matching-in-patterns.patch - 0008-Fix-direct-pattern-matching.patch - 0009-Fix-certain-patterns-with-predicates.patch - 0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch - 0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch - 0014-Fix-for-bug-436589.patch - 0015-Fix-mkdir-for-mingw.patch ************************************************************************ IMPORTANT! Nokogiri builds and uses a packaged version of libxslt. If this is a concern for you and you want to use the system library instead, abort this installation process and reinstall nokogiri as follows: gem install nokogiri -- --use-system-libraries If you are using Bundler, tell it to use the option: bundle config build.nokogiri --use-system-libraries bundle install ************************************************************************ Extracting libxslt-1.1.28.tar.gz into tmp/x86_64-unknown-linux-gnu/ports/libxslt/1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0004-EXSLT-function-str-replace-is-broken-as-is.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0006-Fix-str-padding-to-work-with-UTF-8-strings.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0007-Separate-function-for-predicate-matching-in-patterns.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0008-Fix-direct-pattern-matching.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0009-Fix-certain-patterns-with-predicates.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0014-Fix-for-bug-436589.patch... Running 'patch' for libxslt 1.1.28... OK Running patch with /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/patches/libxslt/0015-Fix-mkdir-for-mingw.patch... Running 'patch' for libxslt 1.1.28... OK Running 'configure' for libxslt 1.1.28... OK Running 'compile' for libxslt 1.1.28... OK Running 'install' for libxslt 1.1.28... OK Activating libxslt 1.1.28 (from /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports/x86_64-unknown-linux-gnu/libxslt/1.1.28)... checking for main() in -llzma... no checking for xmlParseDoc() in libxml/parser.h... yes checking for xsltParseStylesheetDoc() in libxslt/xslt.h... yes checking for exsltFuncRegister() in libexslt/exslt.h... yes checking for xmlHasFeature()... yes checking for xmlFirstElementChild()... yes checking for xmlRelaxNGSetParserStructuredErrors()... yes checking for xmlRelaxNGSetParserStructuredErrors()... yes checking for xmlRelaxNGSetValidStructuredErrors()... yes checking for xmlSchemaSetValidStructuredErrors()... yes checking for xmlSchemaSetParserStructuredErrors()... yes creating Makefile make "DESTDIR=" clean make "DESTDIR=" compiling xml_libxml2_hacks.c compiling html_entity_lookup.c html_entity_lookup.c: In function ‘get’: html_entity_lookup.c:9: 警告: unused parameter ‘self’ compiling xml_io.c xml_io.c: In function ‘io_read_callback’: xml_io.c:20: 警告: passing argument 4 of ‘rb_rescue’ with different width due to prototype xml_io.c: In function ‘io_write_callback’: xml_io.c:45: 警告: passing argument 4 of ‘rb_rescue’ with different width due to prototype xml_io.c: In function ‘io_close_callback’: xml_io.c:49: 警告: unused parameter ‘ctx’ compiling xml_reader.c compiling xml_element_decl.c compiling xml_document_fragment.c compiling xml_element_content.c compiling nokogiri.c compiling xml_node.c xml_node.c: In function ‘mark’: xml_node.c:17: 警告: initialization from incompatible pointer type xml_node.c: In function ‘reparent_node_with’: xml_node.c:168: 警告: enumeration value ‘XML_ATTRIBUTE_NODE’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_ENTITY_NODE’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_DOCUMENT_NODE’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_DOCUMENT_FRAG_NODE’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_NOTATION_NODE’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_HTML_DOCUMENT_NODE’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_DTD_NODE’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_ELEMENT_DECL’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_ATTRIBUTE_DECL’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_ENTITY_DECL’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_NAMESPACE_DECL’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_XINCLUDE_START’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_XINCLUDE_END’ not handled in switch xml_node.c:168: 警告: enumeration value ‘XML_DOCB_DOCUMENT_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_ATTRIBUTE_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_ENTITY_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_DOCUMENT_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_DOCUMENT_TYPE_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_DOCUMENT_FRAG_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_NOTATION_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_HTML_DOCUMENT_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_DTD_NODE’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_ELEMENT_DECL’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_ATTRIBUTE_DECL’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_ENTITY_DECL’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_NAMESPACE_DECL’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_XINCLUDE_START’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_XINCLUDE_END’ not handled in switch xml_node.c:186: 警告: enumeration value ‘XML_DOCB_DOCUMENT_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_ELEMENT_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_ATTRIBUTE_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_CDATA_SECTION_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_ENTITY_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_PI_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_COMMENT_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_DOCUMENT_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_DOCUMENT_TYPE_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_DOCUMENT_FRAG_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_NOTATION_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_HTML_DOCUMENT_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_DTD_NODE’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_ELEMENT_DECL’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_ATTRIBUTE_DECL’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_ENTITY_DECL’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_NAMESPACE_DECL’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_XINCLUDE_START’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_XINCLUDE_END’ not handled in switch xml_node.c:197: 警告: enumeration value ‘XML_DOCB_DOCUMENT_NODE’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_CDATA_SECTION_NODE’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_ENTITY_NODE’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_PI_NODE’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_COMMENT_NODE’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_DOCUMENT_TYPE_NODE’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_NOTATION_NODE’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_DTD_NODE’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_ELEMENT_DECL’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_ATTRIBUTE_DECL’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_ENTITY_DECL’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_NAMESPACE_DECL’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_XINCLUDE_START’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_XINCLUDE_END’ not handled in switch xml_node.c:165: 警告: enumeration value ‘XML_DOCB_DOCUMENT_NODE’ not handled in switch xml_node.c: In function ‘get’: xml_node.c:815: 警告: passing argument 1 of ‘calloc’ with different width due to prototype xml_node.c:815: 警告: passing argument 2 of ‘calloc’ with different width due to prototype compiling xml_comment.c compiling html_sax_parser_context.c compiling xml_attr.c compiling xml_document.c xml_document.c: In function ‘dealloc_node_i’: xml_document.c:3: 警告: unused parameter ‘key’ xml_document.c: In function ‘set_encoding’: xml_document.c:182: 警告: キャストによってポインタが示す型から修飾子が切り捨てられます xml_document.c: In function ‘canonicalize’: xml_document.c:529: 警告: キャストによってポインタが示す型から修飾子が切り捨てられます xml_document.c: In function ‘Nokogiri_wrap_xml_document’: xml_document.c:593: 警告: passing argument 1 of ‘st_init_numtable_with_size’ with different width due to prototype compiling xml_syntax_error.c xml_syntax_error.c: In function ‘Nokogiri_error_raise’: xml_syntax_error.c:9: 警告: unused parameter ‘ctx’ compiling html_element_description.c html_element_description.c: In function ‘get_description’: html_element_description.c:252: 警告: キャストによってポインタが示す型から修飾子が切り捨てられます compiling html_document.c compiling xml_xpath_context.c xml_xpath_context.c: In function ‘lookup’: xml_xpath_context.c:165: 警告: unused parameter ‘ns_uri’ xml_xpath_context.c: In function ‘xpath_generic_exception_handler’: xml_xpath_context.c:175: 警告: unused parameter ‘ctx’ compiling xslt_stylesheet.c xslt_stylesheet.c: In function ‘parse_stylesheet_doc’: xslt_stylesheet.c:72: 警告: passing argument 2 of ‘rb_str_new’ with different width due to prototype xslt_stylesheet.c:64: 警告: unused parameter ‘klass’ xslt_stylesheet.c: In function ‘swallow_superfluous_xml_errors’: xslt_stylesheet.c:112: 警告: unused parameter ‘userdata’ xslt_stylesheet.c:112: 警告: unused parameter ‘error’ xslt_stylesheet.c: In function ‘transform’: xslt_stylesheet.c:166: 警告: passing argument 2 of ‘rb_str_new’ with different width due to prototype xslt_stylesheet.c: In function ‘initFunc’: xslt_stylesheet.c:212: 警告: passing argument 2 of ‘rb_ary_entry’ with different width due to prototype xslt_stylesheet.c: In function ‘shutdownFunc’: xslt_stylesheet.c:226: 警告: unused parameter ‘uri’ xslt_stylesheet.c:226: 警告: unused parameter ‘data’ compiling xml_attribute_decl.c compiling xml_sax_parser_context.c compiling xml_dtd.c compiling xml_entity_decl.c compiling xml_encoding_handler.c xml_encoding_handler.c: In function ‘delete’: xml_encoding_handler.c:24: 警告: unused parameter ‘klass’ xml_encoding_handler.c: In function ‘alias’: xml_encoding_handler.c:36: 警告: unused parameter ‘klass’ compiling xml_processing_instruction.c compiling xml_cdata.c compiling xml_sax_push_parser.c compiling xml_sax_parser.c xml_sax_parser.c: In function ‘start_element’: xml_sax_parser.c:69: 警告: passing argument 1 of ‘rb_ary_new_from_args’ with different width due to prototype xml_sax_parser.c: In function ‘attributes_as_list’: xml_sax_parser.c:90: 警告: unused parameter ‘self’ xml_sax_parser.c: In function ‘start_element_ns’: xml_sax_parser.c:128: 警告: unused parameter ‘nb_defaulted’ compiling xml_text.c compiling html_sax_push_parser.c compiling xml_schema.c compiling xml_node_set.c xml_node_set.c: In function ‘dealloc_namespace’: xml_node_set.c:9: 警告: キャストによってポインタが示す型から修飾子が切り捨てられます xml_node_set.c:11: 警告: キャストによってポインタが示す型から修飾子が切り捨てられます xml_node_set.c: In function ‘deallocate’: xml_node_set.c:52: 警告: passing argument 3 of ‘st_foreach’ with different width due to prototype xml_node_set.c: In function ‘allocate’: xml_node_set.c:63: 警告: unused parameter ‘klass’ xml_node_set.c: In function ‘to_array’: xml_node_set.c:357: 警告: unused parameter ‘rb_node’ compiling xml_entity_reference.c compiling xml_namespace.c compiling xml_relax_ng.c linking shared-object nokogiri/nokogiri.so Cleaning files only used during build. rm -rf /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ext/nokogiri/tmp/x86_64-unknown-linux-gnu/ports rmdir -p /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ext/nokogiri/tmp/x86_64-unknown-linux-gnu rm -rf /home/vette/public_html/108/swift/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.3.1/ports make "DESTDIR=" install /usr/bin/install -c -m 0755 nokogiri.so ./.gem.20141021-32143-346319/nokogiri installing default nokogiri libraries