daslabs 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +8 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +24 -0
- data/LICENSE.txt +21 -0
- data/README.md +40 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/daslabs-0.3.0.gem +0 -0
- data/daslabs.gemspec +44 -0
- data/lib/daslabs.rb +10 -0
- data/lib/daslabs/baseband.rb +29 -0
- data/lib/daslabs/version.rb +3 -0
- data/vendor/cache/mini_portile2-2.3.0.gem +0 -0
- data/vendor/cache/nokogiri-1.8.2.gem +0 -0
- data/vendor/cache/rake-10.5.0.gem +0 -0
- data/vendor/cache/ruby/2.5.0/bin/nokogiri +27 -0
- data/vendor/cache/ruby/2.5.0/bin/rake +27 -0
- data/vendor/cache/ruby/2.5.0/cache/mini_portile2-2.3.0.gem +0 -0
- data/vendor/cache/ruby/2.5.0/cache/nokogiri-1.8.2.gem +0 -0
- data/vendor/cache/ruby/2.5.0/cache/rake-10.5.0.gem +0 -0
- data/vendor/cache/ruby/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/nokogiri-1.8.2/gem.build_complete +0 -0
- data/vendor/cache/ruby/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/nokogiri-1.8.2/gem_make.out +181 -0
- data/vendor/cache/ruby/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/nokogiri-1.8.2/mkmf.log +542 -0
- data/vendor/cache/ruby/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/nokogiri-1.8.2/nokogiri/nokogiri.bundle +0 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/.concourse.yml +83 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/.gitignore +7 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/.travis.yml +15 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/CHANGELOG.md +202 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/Gemfile +4 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/LICENSE.txt +20 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/README.md +245 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/Rakefile +29 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/appveyor.yml +25 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/concourse/mini_portile.yml +160 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/concourse/tasks/rake-test/task.ps1 +13 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/concourse/tasks/rake-test/task.sh +13 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/lib/mini_portile2.rb +3 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/lib/mini_portile2/mini_portile.rb +551 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/lib/mini_portile2/mini_portile_cmake.rb +40 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/lib/mini_portile2/version.rb +3 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/mini_portile2.gemspec +42 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/git/config +4 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/gpg-fixtures/data +1 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/gpg-fixtures/data.asc +9 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/gpg-fixtures/data.invalid.asc +9 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/patch 1.diff +7 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/test mini portile-1.0.0/configure +11 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/test-cmake-1.0/CMakeLists.txt +7 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/test-cmake-1.0/hello.c +4 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/assets/test-download-archive.tar.gz +1 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/helper.rb +60 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/test_cmake.rb +64 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/test_cook.rb +115 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/test_digest.rb +215 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/test_download.rb +71 -0
- data/vendor/cache/ruby/2.5.0/gems/mini_portile2-2.3.0/test/test_proxy.rb +121 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/.autotest +22 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/.cross_rubies +8 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/.editorconfig +17 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/.gemtest +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/.travis.yml +63 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/CHANGELOG.md +1306 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/CONTRIBUTING.md +42 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/C_CODING_STYLE.rdoc +33 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/Gemfile +23 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/Gemfile-libxml-ruby +3 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/LICENSE-DEPENDENCIES.md +1612 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/LICENSE.md +31 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/Manifest.txt +365 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/README.md +173 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ROADMAP.md +111 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/Rakefile +354 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/STANDARD_RESPONSES.md +47 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/Y_U_NO_GEMSPEC.md +155 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/appveyor.yml +29 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/bin/nokogiri +118 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/build_all +44 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/dependencies.yml +69 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/.sitearchdir.-.nokogiri.time +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/Makefile +626 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/depend +358 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/extconf.rb +678 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_document.c +170 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_document.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_document.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_element_description.c +279 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_element_description.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_entity_lookup.c +32 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_entity_lookup.h +8 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_sax_parser_context.c +116 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_sax_parser_context.h +11 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_sax_push_parser.c +87 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_sax_push_parser.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/nokogiri.bundle +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/nokogiri.c +141 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/nokogiri.h +121 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_attr.c +98 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_attr.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_attribute_decl.c +70 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_attribute_decl.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_cdata.c +60 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_cdata.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_comment.c +69 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_comment.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_document.c +606 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_document.h +23 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_document.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_document_fragment.c +48 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_document_fragment.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_dtd.c +202 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_dtd.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_element_content.c +123 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_element_content.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_element_decl.c +69 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_element_decl.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_encoding_handler.c +79 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_encoding_handler.h +8 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_entity_decl.c +110 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_entity_decl.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_entity_reference.c +52 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_entity_reference.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_io.c +60 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_io.h +11 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_io.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_libxml2_hacks.c +112 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_libxml2_hacks.h +12 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_libxml2_hacks.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_namespace.c +117 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_namespace.h +13 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_node.c +1682 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_node.h +13 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_node.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_node_set.c +485 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_node_set.h +13 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_processing_instruction.c +56 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_processing_instruction.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_reader.c +668 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_reader.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_relax_ng.c +161 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_relax_ng.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_parser.c +310 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_parser.h +39 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_parser_context.c +262 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_parser_context.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_push_parser.c +159 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_push_parser.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_schema.c +205 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_schema.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_syntax_error.c +64 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_syntax_error.h +13 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_text.c +52 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_text.h +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_text.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_xpath_context.c +298 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_xpath_context.h +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xslt_stylesheet.c +270 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xslt_stylesheet.h +14 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri.rb +144 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css.rb +27 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css/node.rb +52 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css/parser.rb +732 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css/parser.y +261 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css/parser_extras.rb +91 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css/syntax_error.rb +7 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css/tokenizer.rb +152 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css/tokenizer.rex +55 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/css/xpath_visitor.rb +223 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/decorators/slop.rb +42 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html.rb +37 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/builder.rb +35 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/document.rb +335 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/document_fragment.rb +39 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/element_description.rb +23 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/element_description_defaults.rb +671 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/entity_lookup.rb +13 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/sax/parser.rb +62 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/sax/parser_context.rb +16 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/html/sax/push_parser.rb +36 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/nokogiri.bundle +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/syntax_error.rb +4 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/version.rb +109 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml.rb +75 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/attr.rb +14 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/attribute_decl.rb +18 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/builder.rb +443 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/cdata.rb +11 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/character_data.rb +7 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/document.rb +285 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/document_fragment.rb +149 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/dtd.rb +32 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/element_content.rb +36 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/element_decl.rb +13 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/entity_decl.rb +19 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/entity_reference.rb +18 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/namespace.rb +13 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/node.rb +832 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/node/save_options.rb +61 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/node_set.rb +327 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/notation.rb +6 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/parse_options.rb +120 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/pp.rb +2 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/pp/character_data.rb +18 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/pp/node.rb +56 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/processing_instruction.rb +8 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/reader.rb +112 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/relax_ng.rb +32 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/sax.rb +4 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/sax/document.rb +171 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/sax/parser.rb +122 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/sax/parser_context.rb +16 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/sax/push_parser.rb +60 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/schema.rb +63 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/searchable.rb +230 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/syntax_error.rb +70 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/text.rb +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/xpath.rb +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xml/xpath_context.rb +16 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xslt.rb +56 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/nokogiri/xslt/stylesheet.rb +25 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/lib/xsd/xmlparser/nokogiri.rb +102 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/patches/sort-patches-by-date +25 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/suppressions/README.txt +1 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/suppressions/nokogiri_ruby-2.supp +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/tasks/test.rb +100 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/css/test_nthiness.rb +226 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/css/test_parser.rb +369 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/css/test_tokenizer.rb +215 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/css/test_xpath_visitor.rb +96 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/decorators/test_slop.rb +23 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/2ch.html +108 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/GH_1042.html +18 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/address_book.rlx +12 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/address_book.xml +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/atom.xml +344 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/bar/bar.xsd +4 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/bogus.xml +0 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/dont_hurt_em_why.xml +422 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/encoding.html +82 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/encoding.xhtml +84 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/exslt.xml +8 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/exslt.xslt +35 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/foo/foo.xsd +4 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/metacharset.html +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/namespace_pressure_test.xml +1684 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/noencoding.html +47 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/po.xml +32 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/po.xsd +66 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/saml/saml20assertion_schema.xsd +283 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/saml/saml20protocol_schema.xsd +302 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/saml/xenc_schema.xsd +146 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/saml/xmldsig_schema.xsd +318 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/shift_jis.html +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/shift_jis.xml +5 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/shift_jis_no_charset.html +9 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/slow-xpath.xml +25509 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/snuggles.xml +3 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/staff.dtd +10 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/staff.xml +59 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/staff.xslt +32 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/test_document_url/bar.xml +2 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/test_document_url/document.dtd +4 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/test_document_url/document.xml +6 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/tlm.html +851 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/to_be_xincluded.xml +2 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/valid_bar.xml +2 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/files/xinclude.xml +4 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/helper.rb +271 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/sax/test_parser.rb +168 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/sax/test_parser_context.rb +46 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/sax/test_parser_text.rb +163 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/sax/test_push_parser.rb +87 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/test_builder.rb +164 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/test_document.rb +712 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/test_document_encoding.rb +143 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/test_document_fragment.rb +304 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/test_element_description.rb +105 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/test_named_characters.rb +14 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/test_node.rb +212 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/html/test_node_encoding.rb +91 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/namespaces/test_additional_namespaces_in_builder_doc.rb +14 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/namespaces/test_namespaces_aliased_default.rb +24 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/namespaces/test_namespaces_in_builder_doc.rb +75 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/namespaces/test_namespaces_in_cloned_doc.rb +31 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/namespaces/test_namespaces_in_created_doc.rb +75 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/namespaces/test_namespaces_in_parsed_doc.rb +80 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/namespaces/test_namespaces_preservation.rb +31 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/test_convert_xpath.rb +135 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/test_css_cache.rb +45 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/test_encoding_handler.rb +48 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/test_memory_leak.rb +156 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/test_nokogiri.rb +138 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/test_soap4r_sax.rb +52 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/test_xslt_transforms.rb +314 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/node/test_save_options.rb +28 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/node/test_subclass.rb +44 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/sax/test_parser.rb +394 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/sax/test_parser_context.rb +115 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/sax/test_parser_text.rb +202 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/sax/test_push_parser.rb +205 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_attr.rb +74 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_attribute_decl.rb +86 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_builder.rb +341 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_c14n.rb +180 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_cdata.rb +54 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_comment.rb +40 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_document.rb +982 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_document_encoding.rb +31 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_document_fragment.rb +298 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_dtd.rb +187 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_dtd_encoding.rb +31 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_element_content.rb +56 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_element_decl.rb +73 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_entity_decl.rb +122 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_entity_reference.rb +262 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_namespace.rb +96 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_node.rb +1242 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_node_attributes.rb +115 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_node_encoding.rb +75 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_node_inheritance.rb +32 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_node_reparenting.rb +563 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_node_set.rb +782 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_parse_options.rb +64 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_processing_instruction.rb +30 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_reader.rb +608 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_reader_encoding.rb +134 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_relax_ng.rb +60 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_schema.rb +142 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_syntax_error.rb +36 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_text.rb +60 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_unparented_node.rb +483 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_xinclude.rb +83 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xml/test_xpath.rb +462 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xslt/test_custom_functions.rb +133 -0
- data/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/test/xslt/test_exception_handling.rb +37 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/.autotest +7 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/.rubocop.yml +27 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/.togglerc +7 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/CONTRIBUTING.rdoc +38 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/History.rdoc +659 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/MIT-LICENSE +21 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/Manifest.txt +166 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/README.rdoc +139 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/Rakefile +81 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/bin/rake +33 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/command_line_usage.rdoc +158 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/example/Rakefile1 +38 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/example/Rakefile2 +35 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/example/a.c +6 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/example/b.c +6 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/example/main.c +11 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/glossary.rdoc +42 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/jamis.rb +591 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/proto_rake.rdoc +127 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/rake.1 +141 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/rakefile.rdoc +624 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/rational.rdoc +151 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.4.14.rdoc +23 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.4.15.rdoc +35 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.5.0.rdoc +53 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.5.3.rdoc +78 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.5.4.rdoc +46 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.6.0.rdoc +141 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.7.0.rdoc +119 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.7.1.rdoc +59 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.7.2.rdoc +121 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.7.3.rdoc +47 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.0.rdoc +114 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.2.rdoc +165 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.3.rdoc +112 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.4.rdoc +147 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.5.rdoc +53 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.6.rdoc +37 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.7.rdoc +55 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.0.rdoc +112 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.1.rdoc +52 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.2.rdoc +55 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.rdoc +49 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.3.rdoc +102 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.4.rdoc +60 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.5.rdoc +55 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.6.rdoc +64 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.0.0.rdoc +178 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.0.1.rdoc +58 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.0.2.rdoc +53 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.0.3.rdoc +191 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.1.0.rdoc +61 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake.rb +79 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/alt_system.rb +110 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/application.rb +790 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/backtrace.rb +23 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/clean.rb +76 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/cloneable.rb +16 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/.document +1 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/compositepublisher.rb +21 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/ftptools.rb +137 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/publisher.rb +81 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/rubyforgepublisher.rb +18 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/sshpublisher.rb +61 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/sys.rb +4 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/cpu_counter.rb +125 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/default_loader.rb +14 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/dsl_definition.rb +201 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/early_time.rb +21 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/core.rb +25 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/module.rb +2 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/pathname.rb +25 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/string.rb +175 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/time.rb +18 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_creation_task.rb +24 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_list.rb +428 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_task.rb +46 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_utils.rb +128 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_utils_ext.rb +144 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/gempackagetask.rb +4 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/invocation_chain.rb +56 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/invocation_exception_mixin.rb +16 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/late_time.rb +17 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/linked_list.rb +103 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/loaders/makefile.rb +53 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/multi_task.rb +13 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/name_space.rb +38 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/packagetask.rb +199 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/pathmap.rb +3 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/phony.rb +15 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/private_reader.rb +20 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/promise.rb +99 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/pseudo_status.rb +29 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/rake_module.rb +38 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/rake_test_loader.rb +22 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/rdoctask.rb +4 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ruby182_test_unit_fix.rb +29 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/runtest.rb +27 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/scope.rb +42 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/task.rb +383 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/task_argument_error.rb +7 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/task_arguments.rb +98 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/task_manager.rb +307 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/tasklib.rb +24 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/testtask.rb +213 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/thread_history_display.rb +48 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/thread_pool.rb +164 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/trace_output.rb +22 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/version.rb +7 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/lib/rake/win32.rb +56 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/rakelib/publish.rake +20 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/rakelib/test_times.rake +25 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/file_creation.rb +34 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/helper.rb +129 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/support/rakefile_definitions.rb +478 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/support/ruby_runner.rb +34 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_private_reader.rb +42 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake.rb +40 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_application.rb +643 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_application_options.rb +468 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_backtrace.rb +119 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_clean.rb +61 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_cpu_counter.rb +68 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_definitions.rb +84 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_directory_task.rb +76 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_dsl.rb +40 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_early_time.rb +31 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_extension.rb +59 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_creation_task.rb +56 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_list.rb +670 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_list_path_map.rb +8 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_task.rb +197 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_utils.rb +314 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_ftp_file.rb +74 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_functional.rb +482 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_invocation_chain.rb +64 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_late_time.rb +18 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_linked_list.rb +84 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_makefile_loader.rb +46 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_multi_task.rb +64 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_name_space.rb +57 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_package_task.rb +79 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_path_map.rb +168 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_path_map_explode.rb +34 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_path_map_partial.rb +18 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_pathname_extensions.rb +15 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_pseudo_status.rb +21 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_rake_test_loader.rb +20 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_reduce_compat.rb +26 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_require.rb +40 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_rules.rb +388 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_scope.rb +44 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task.rb +393 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_argument_parsing.rb +119 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_arguments.rb +127 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_lib.rb +9 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_manager.rb +178 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_manager_argument_resolution.rb +19 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_with_arguments.rb +172 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_test_task.rb +146 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_thread_pool.rb +145 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_top_level_functions.rb +71 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_win32.rb +72 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_thread_history_display.rb +101 -0
- data/vendor/cache/ruby/2.5.0/gems/rake-10.5.0/test/test_trace_output.rb +52 -0
- data/vendor/cache/ruby/2.5.0/specifications/mini_portile2-2.3.0.gemspec +48 -0
- data/vendor/cache/ruby/2.5.0/specifications/nokogiri-1.8.2.gemspec +78 -0
- data/vendor/cache/ruby/2.5.0/specifications/rake-10.5.0.gemspec +43 -0
- metadata +635 -0
@@ -0,0 +1,542 @@
|
|
1
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -lruby.2.5.0-static -framework Foundation -lpthread -ldl -lobjc "
|
2
|
+
checked program was:
|
3
|
+
/* begin */
|
4
|
+
1: #include "ruby.h"
|
5
|
+
2:
|
6
|
+
3: int main(int argc, char **argv)
|
7
|
+
4: {
|
8
|
+
5: return 0;
|
9
|
+
6: }
|
10
|
+
/* end */
|
11
|
+
|
12
|
+
"clang -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -Werror -c conftest.c"
|
13
|
+
checked program was:
|
14
|
+
/* begin */
|
15
|
+
1: #include "ruby.h"
|
16
|
+
2:
|
17
|
+
3: int main() {return 0;}
|
18
|
+
/* end */
|
19
|
+
|
20
|
+
"clang -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -Wno-error=unused-command-line-argument-hard-error-in-future -Werror -c conftest.c"
|
21
|
+
error: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Werror,-Wunknown-warning-option]
|
22
|
+
checked program was:
|
23
|
+
/* begin */
|
24
|
+
1: #include "ruby.h"
|
25
|
+
2:
|
26
|
+
3: int main() {return 0;}
|
27
|
+
/* end */
|
28
|
+
|
29
|
+
have_header: checking for iconv.h... -------------------- yes
|
30
|
+
|
31
|
+
"clang -E -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe conftest.c -o conftest.i"
|
32
|
+
checked program was:
|
33
|
+
/* begin */
|
34
|
+
1: #include "ruby.h"
|
35
|
+
2:
|
36
|
+
3: #include <iconv.h>
|
37
|
+
/* end */
|
38
|
+
|
39
|
+
--------------------
|
40
|
+
|
41
|
+
have_library: checking for gzdopen() in -lz... -------------------- yes
|
42
|
+
|
43
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -lruby.2.5.0-static -framework Foundation -lz -lpthread -ldl -lobjc "
|
44
|
+
checked program was:
|
45
|
+
/* begin */
|
46
|
+
1: #include "ruby.h"
|
47
|
+
2:
|
48
|
+
3: #include <zlib.h>
|
49
|
+
4:
|
50
|
+
5: /*top*/
|
51
|
+
6: extern int t(void);
|
52
|
+
7: int main(int argc, char **argv)
|
53
|
+
8: {
|
54
|
+
9: if (argc > 1000000) {
|
55
|
+
10: printf("%p", &t);
|
56
|
+
11: }
|
57
|
+
12:
|
58
|
+
13: return 0;
|
59
|
+
14: }
|
60
|
+
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))gzdopen; return !p; }
|
61
|
+
/* end */
|
62
|
+
|
63
|
+
--------------------
|
64
|
+
|
65
|
+
have_iconv?: checking for iconv using --with-opt-* flags... -------------------- yes
|
66
|
+
|
67
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -lruby.2.5.0-static -framework Foundation -lpthread -ldl -lobjc "
|
68
|
+
Undefined symbols for architecture x86_64:
|
69
|
+
"_iconv", referenced from:
|
70
|
+
_main in conftest-2f72cf.o
|
71
|
+
"_iconv_open", referenced from:
|
72
|
+
_main in conftest-2f72cf.o
|
73
|
+
ld: symbol(s) not found for architecture x86_64
|
74
|
+
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
75
|
+
checked program was:
|
76
|
+
/* begin */
|
77
|
+
1: #include "ruby.h"
|
78
|
+
2:
|
79
|
+
3: #include <stdlib.h>
|
80
|
+
4: #include <iconv.h>
|
81
|
+
5:
|
82
|
+
6: int main(void)
|
83
|
+
7: {
|
84
|
+
8: iconv_t cd = iconv_open("", "");
|
85
|
+
9: iconv(cd, NULL, NULL, NULL, NULL);
|
86
|
+
10: return EXIT_SUCCESS;
|
87
|
+
11: }
|
88
|
+
/* end */
|
89
|
+
|
90
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -lruby.2.5.0-static -framework Foundation -liconv -lpthread -ldl -lobjc "
|
91
|
+
checked program was:
|
92
|
+
/* begin */
|
93
|
+
1: #include "ruby.h"
|
94
|
+
2:
|
95
|
+
3: #include <stdlib.h>
|
96
|
+
4: #include <iconv.h>
|
97
|
+
5:
|
98
|
+
6: int main(void)
|
99
|
+
7: {
|
100
|
+
8: iconv_t cd = iconv_open("", "");
|
101
|
+
9: iconv(cd, NULL, NULL, NULL, NULL);
|
102
|
+
10: return EXIT_SUCCESS;
|
103
|
+
11: }
|
104
|
+
/* end */
|
105
|
+
|
106
|
+
--------------------
|
107
|
+
|
108
|
+
have_library: checking for -llzma... -------------------- yes
|
109
|
+
|
110
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -lruby.2.5.0-static -framework Foundation -llzma -lpthread -ldl -lobjc "
|
111
|
+
checked program was:
|
112
|
+
/* begin */
|
113
|
+
1: #include "ruby.h"
|
114
|
+
2:
|
115
|
+
3: /*top*/
|
116
|
+
4: extern int t(void);
|
117
|
+
5: int main(int argc, char **argv)
|
118
|
+
6: {
|
119
|
+
7: if (argc > 1000000) {
|
120
|
+
8: printf("%p", &t);
|
121
|
+
9: }
|
122
|
+
10:
|
123
|
+
11: return 0;
|
124
|
+
12: }
|
125
|
+
13:
|
126
|
+
14: int t(void) { ; return 0; }
|
127
|
+
/* end */
|
128
|
+
|
129
|
+
--------------------
|
130
|
+
|
131
|
+
have_func: checking for xmlParseDoc() in libxml/parser.h... -------------------- yes
|
132
|
+
|
133
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
134
|
+
checked program was:
|
135
|
+
/* begin */
|
136
|
+
1: #include "ruby.h"
|
137
|
+
2:
|
138
|
+
3: #include <libxml/parser.h>
|
139
|
+
4:
|
140
|
+
5: /*top*/
|
141
|
+
6: extern int t(void);
|
142
|
+
7: int main(int argc, char **argv)
|
143
|
+
8: {
|
144
|
+
9: if (argc > 1000000) {
|
145
|
+
10: printf("%p", &t);
|
146
|
+
11: }
|
147
|
+
12:
|
148
|
+
13: return 0;
|
149
|
+
14: }
|
150
|
+
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlParseDoc; return !p; }
|
151
|
+
/* end */
|
152
|
+
|
153
|
+
--------------------
|
154
|
+
|
155
|
+
have_func: checking for xsltParseStylesheetDoc() in libxslt/xslt.h... -------------------- yes
|
156
|
+
|
157
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
158
|
+
conftest.c:15:57: error: use of undeclared identifier 'xsltParseStylesheetDoc'
|
159
|
+
int t(void) { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return !p; }
|
160
|
+
^
|
161
|
+
1 error generated.
|
162
|
+
checked program was:
|
163
|
+
/* begin */
|
164
|
+
1: #include "ruby.h"
|
165
|
+
2:
|
166
|
+
3: #include <libxslt/xslt.h>
|
167
|
+
4:
|
168
|
+
5: /*top*/
|
169
|
+
6: extern int t(void);
|
170
|
+
7: int main(int argc, char **argv)
|
171
|
+
8: {
|
172
|
+
9: if (argc > 1000000) {
|
173
|
+
10: printf("%p", &t);
|
174
|
+
11: }
|
175
|
+
12:
|
176
|
+
13: return 0;
|
177
|
+
14: }
|
178
|
+
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return !p; }
|
179
|
+
/* end */
|
180
|
+
|
181
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
182
|
+
checked program was:
|
183
|
+
/* begin */
|
184
|
+
1: #include "ruby.h"
|
185
|
+
2:
|
186
|
+
3: #include <libxslt/xslt.h>
|
187
|
+
4:
|
188
|
+
5: /*top*/
|
189
|
+
6: extern int t(void);
|
190
|
+
7: int main(int argc, char **argv)
|
191
|
+
8: {
|
192
|
+
9: if (argc > 1000000) {
|
193
|
+
10: printf("%p", &t);
|
194
|
+
11: }
|
195
|
+
12:
|
196
|
+
13: return 0;
|
197
|
+
14: }
|
198
|
+
15: extern void xsltParseStylesheetDoc();
|
199
|
+
16: int t(void) { xsltParseStylesheetDoc(); return 0; }
|
200
|
+
/* end */
|
201
|
+
|
202
|
+
--------------------
|
203
|
+
|
204
|
+
have_func: checking for exsltFuncRegister() in libexslt/exslt.h... -------------------- yes
|
205
|
+
|
206
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
207
|
+
checked program was:
|
208
|
+
/* begin */
|
209
|
+
1: #include "ruby.h"
|
210
|
+
2:
|
211
|
+
3: #include <libexslt/exslt.h>
|
212
|
+
4:
|
213
|
+
5: /*top*/
|
214
|
+
6: extern int t(void);
|
215
|
+
7: int main(int argc, char **argv)
|
216
|
+
8: {
|
217
|
+
9: if (argc > 1000000) {
|
218
|
+
10: printf("%p", &t);
|
219
|
+
11: }
|
220
|
+
12:
|
221
|
+
13: return 0;
|
222
|
+
14: }
|
223
|
+
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))exsltFuncRegister; return !p; }
|
224
|
+
/* end */
|
225
|
+
|
226
|
+
--------------------
|
227
|
+
|
228
|
+
have_func: checking for xmlHasFeature()... -------------------- yes
|
229
|
+
|
230
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
231
|
+
conftest.c:13:57: error: use of undeclared identifier 'xmlHasFeature'
|
232
|
+
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlHasFeature; return !p; }
|
233
|
+
^
|
234
|
+
1 error generated.
|
235
|
+
checked program was:
|
236
|
+
/* begin */
|
237
|
+
1: #include "ruby.h"
|
238
|
+
2:
|
239
|
+
3: /*top*/
|
240
|
+
4: extern int t(void);
|
241
|
+
5: int main(int argc, char **argv)
|
242
|
+
6: {
|
243
|
+
7: if (argc > 1000000) {
|
244
|
+
8: printf("%p", &t);
|
245
|
+
9: }
|
246
|
+
10:
|
247
|
+
11: return 0;
|
248
|
+
12: }
|
249
|
+
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlHasFeature; return !p; }
|
250
|
+
/* end */
|
251
|
+
|
252
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
253
|
+
checked program was:
|
254
|
+
/* begin */
|
255
|
+
1: #include "ruby.h"
|
256
|
+
2:
|
257
|
+
3: /*top*/
|
258
|
+
4: extern int t(void);
|
259
|
+
5: int main(int argc, char **argv)
|
260
|
+
6: {
|
261
|
+
7: if (argc > 1000000) {
|
262
|
+
8: printf("%p", &t);
|
263
|
+
9: }
|
264
|
+
10:
|
265
|
+
11: return 0;
|
266
|
+
12: }
|
267
|
+
13: extern void xmlHasFeature();
|
268
|
+
14: int t(void) { xmlHasFeature(); return 0; }
|
269
|
+
/* end */
|
270
|
+
|
271
|
+
--------------------
|
272
|
+
|
273
|
+
have_func: checking for xmlFirstElementChild()... -------------------- yes
|
274
|
+
|
275
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
276
|
+
conftest.c:13:57: error: use of undeclared identifier 'xmlFirstElementChild'
|
277
|
+
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlFirstElementChild; return !p; }
|
278
|
+
^
|
279
|
+
1 error generated.
|
280
|
+
checked program was:
|
281
|
+
/* begin */
|
282
|
+
1: #include "ruby.h"
|
283
|
+
2:
|
284
|
+
3: /*top*/
|
285
|
+
4: extern int t(void);
|
286
|
+
5: int main(int argc, char **argv)
|
287
|
+
6: {
|
288
|
+
7: if (argc > 1000000) {
|
289
|
+
8: printf("%p", &t);
|
290
|
+
9: }
|
291
|
+
10:
|
292
|
+
11: return 0;
|
293
|
+
12: }
|
294
|
+
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlFirstElementChild; return !p; }
|
295
|
+
/* end */
|
296
|
+
|
297
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
298
|
+
checked program was:
|
299
|
+
/* begin */
|
300
|
+
1: #include "ruby.h"
|
301
|
+
2:
|
302
|
+
3: /*top*/
|
303
|
+
4: extern int t(void);
|
304
|
+
5: int main(int argc, char **argv)
|
305
|
+
6: {
|
306
|
+
7: if (argc > 1000000) {
|
307
|
+
8: printf("%p", &t);
|
308
|
+
9: }
|
309
|
+
10:
|
310
|
+
11: return 0;
|
311
|
+
12: }
|
312
|
+
13: extern void xmlFirstElementChild();
|
313
|
+
14: int t(void) { xmlFirstElementChild(); return 0; }
|
314
|
+
/* end */
|
315
|
+
|
316
|
+
--------------------
|
317
|
+
|
318
|
+
have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes
|
319
|
+
|
320
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
321
|
+
conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetParserStructuredErrors'
|
322
|
+
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; }
|
323
|
+
^
|
324
|
+
1 error generated.
|
325
|
+
checked program was:
|
326
|
+
/* begin */
|
327
|
+
1: #include "ruby.h"
|
328
|
+
2:
|
329
|
+
3: /*top*/
|
330
|
+
4: extern int t(void);
|
331
|
+
5: int main(int argc, char **argv)
|
332
|
+
6: {
|
333
|
+
7: if (argc > 1000000) {
|
334
|
+
8: printf("%p", &t);
|
335
|
+
9: }
|
336
|
+
10:
|
337
|
+
11: return 0;
|
338
|
+
12: }
|
339
|
+
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; }
|
340
|
+
/* end */
|
341
|
+
|
342
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
343
|
+
checked program was:
|
344
|
+
/* begin */
|
345
|
+
1: #include "ruby.h"
|
346
|
+
2:
|
347
|
+
3: /*top*/
|
348
|
+
4: extern int t(void);
|
349
|
+
5: int main(int argc, char **argv)
|
350
|
+
6: {
|
351
|
+
7: if (argc > 1000000) {
|
352
|
+
8: printf("%p", &t);
|
353
|
+
9: }
|
354
|
+
10:
|
355
|
+
11: return 0;
|
356
|
+
12: }
|
357
|
+
13: extern void xmlRelaxNGSetParserStructuredErrors();
|
358
|
+
14: int t(void) { xmlRelaxNGSetParserStructuredErrors(); return 0; }
|
359
|
+
/* end */
|
360
|
+
|
361
|
+
--------------------
|
362
|
+
|
363
|
+
have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes
|
364
|
+
|
365
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
366
|
+
conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetParserStructuredErrors'
|
367
|
+
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; }
|
368
|
+
^
|
369
|
+
1 error generated.
|
370
|
+
checked program was:
|
371
|
+
/* begin */
|
372
|
+
1: #include "ruby.h"
|
373
|
+
2:
|
374
|
+
3: /*top*/
|
375
|
+
4: extern int t(void);
|
376
|
+
5: int main(int argc, char **argv)
|
377
|
+
6: {
|
378
|
+
7: if (argc > 1000000) {
|
379
|
+
8: printf("%p", &t);
|
380
|
+
9: }
|
381
|
+
10:
|
382
|
+
11: return 0;
|
383
|
+
12: }
|
384
|
+
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; }
|
385
|
+
/* end */
|
386
|
+
|
387
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
388
|
+
checked program was:
|
389
|
+
/* begin */
|
390
|
+
1: #include "ruby.h"
|
391
|
+
2:
|
392
|
+
3: /*top*/
|
393
|
+
4: extern int t(void);
|
394
|
+
5: int main(int argc, char **argv)
|
395
|
+
6: {
|
396
|
+
7: if (argc > 1000000) {
|
397
|
+
8: printf("%p", &t);
|
398
|
+
9: }
|
399
|
+
10:
|
400
|
+
11: return 0;
|
401
|
+
12: }
|
402
|
+
13: extern void xmlRelaxNGSetParserStructuredErrors();
|
403
|
+
14: int t(void) { xmlRelaxNGSetParserStructuredErrors(); return 0; }
|
404
|
+
/* end */
|
405
|
+
|
406
|
+
--------------------
|
407
|
+
|
408
|
+
have_func: checking for xmlRelaxNGSetValidStructuredErrors()... -------------------- yes
|
409
|
+
|
410
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
411
|
+
conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetValidStructuredErrors'
|
412
|
+
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetValidStructuredErrors; return !p; }
|
413
|
+
^
|
414
|
+
1 error generated.
|
415
|
+
checked program was:
|
416
|
+
/* begin */
|
417
|
+
1: #include "ruby.h"
|
418
|
+
2:
|
419
|
+
3: /*top*/
|
420
|
+
4: extern int t(void);
|
421
|
+
5: int main(int argc, char **argv)
|
422
|
+
6: {
|
423
|
+
7: if (argc > 1000000) {
|
424
|
+
8: printf("%p", &t);
|
425
|
+
9: }
|
426
|
+
10:
|
427
|
+
11: return 0;
|
428
|
+
12: }
|
429
|
+
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetValidStructuredErrors; return !p; }
|
430
|
+
/* end */
|
431
|
+
|
432
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
433
|
+
checked program was:
|
434
|
+
/* begin */
|
435
|
+
1: #include "ruby.h"
|
436
|
+
2:
|
437
|
+
3: /*top*/
|
438
|
+
4: extern int t(void);
|
439
|
+
5: int main(int argc, char **argv)
|
440
|
+
6: {
|
441
|
+
7: if (argc > 1000000) {
|
442
|
+
8: printf("%p", &t);
|
443
|
+
9: }
|
444
|
+
10:
|
445
|
+
11: return 0;
|
446
|
+
12: }
|
447
|
+
13: extern void xmlRelaxNGSetValidStructuredErrors();
|
448
|
+
14: int t(void) { xmlRelaxNGSetValidStructuredErrors(); return 0; }
|
449
|
+
/* end */
|
450
|
+
|
451
|
+
--------------------
|
452
|
+
|
453
|
+
have_func: checking for xmlSchemaSetValidStructuredErrors()... -------------------- yes
|
454
|
+
|
455
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
456
|
+
conftest.c:13:57: error: use of undeclared identifier 'xmlSchemaSetValidStructuredErrors'
|
457
|
+
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetValidStructuredErrors; return !p; }
|
458
|
+
^
|
459
|
+
1 error generated.
|
460
|
+
checked program was:
|
461
|
+
/* begin */
|
462
|
+
1: #include "ruby.h"
|
463
|
+
2:
|
464
|
+
3: /*top*/
|
465
|
+
4: extern int t(void);
|
466
|
+
5: int main(int argc, char **argv)
|
467
|
+
6: {
|
468
|
+
7: if (argc > 1000000) {
|
469
|
+
8: printf("%p", &t);
|
470
|
+
9: }
|
471
|
+
10:
|
472
|
+
11: return 0;
|
473
|
+
12: }
|
474
|
+
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetValidStructuredErrors; return !p; }
|
475
|
+
/* end */
|
476
|
+
|
477
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
478
|
+
checked program was:
|
479
|
+
/* begin */
|
480
|
+
1: #include "ruby.h"
|
481
|
+
2:
|
482
|
+
3: /*top*/
|
483
|
+
4: extern int t(void);
|
484
|
+
5: int main(int argc, char **argv)
|
485
|
+
6: {
|
486
|
+
7: if (argc > 1000000) {
|
487
|
+
8: printf("%p", &t);
|
488
|
+
9: }
|
489
|
+
10:
|
490
|
+
11: return 0;
|
491
|
+
12: }
|
492
|
+
13: extern void xmlSchemaSetValidStructuredErrors();
|
493
|
+
14: int t(void) { xmlSchemaSetValidStructuredErrors(); return 0; }
|
494
|
+
/* end */
|
495
|
+
|
496
|
+
--------------------
|
497
|
+
|
498
|
+
have_func: checking for xmlSchemaSetParserStructuredErrors()... -------------------- yes
|
499
|
+
|
500
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
501
|
+
conftest.c:13:57: error: use of undeclared identifier 'xmlSchemaSetParserStructuredErrors'
|
502
|
+
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetParserStructuredErrors; return !p; }
|
503
|
+
^
|
504
|
+
1 error generated.
|
505
|
+
checked program was:
|
506
|
+
/* begin */
|
507
|
+
1: #include "ruby.h"
|
508
|
+
2:
|
509
|
+
3: /*top*/
|
510
|
+
4: extern int t(void);
|
511
|
+
5: int main(int argc, char **argv)
|
512
|
+
6: {
|
513
|
+
7: if (argc > 1000000) {
|
514
|
+
8: printf("%p", &t);
|
515
|
+
9: }
|
516
|
+
10:
|
517
|
+
11: return 0;
|
518
|
+
12: }
|
519
|
+
13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetParserStructuredErrors; return !p; }
|
520
|
+
/* end */
|
521
|
+
|
522
|
+
"clang -o conftest -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/x86_64-darwin17 -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0/ruby/backward -I/Users/das/.rubies/ruby-2.5.0/include/ruby-2.5.0 -I. -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/include -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/gdbm/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/das/.rubies/ruby-2.5.0/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib -L/Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/gdbm/lib /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lruby.2.5.0-static -framework Foundation /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libexslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxslt/1.1.32/lib/libxslt.a -lm -liconv -lpthread -lz /Users/das/repos/ad/githubrepos/daslabs/daslabs/daslabs/vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/ports/x86_64-apple-darwin17.4.0/libxml2/2.9.7/lib/libxml2.a -llzma -lpthread -ldl -lobjc "
|
523
|
+
checked program was:
|
524
|
+
/* begin */
|
525
|
+
1: #include "ruby.h"
|
526
|
+
2:
|
527
|
+
3: /*top*/
|
528
|
+
4: extern int t(void);
|
529
|
+
5: int main(int argc, char **argv)
|
530
|
+
6: {
|
531
|
+
7: if (argc > 1000000) {
|
532
|
+
8: printf("%p", &t);
|
533
|
+
9: }
|
534
|
+
10:
|
535
|
+
11: return 0;
|
536
|
+
12: }
|
537
|
+
13: extern void xmlSchemaSetParserStructuredErrors();
|
538
|
+
14: int t(void) { xmlSchemaSetParserStructuredErrors(); return 0; }
|
539
|
+
/* end */
|
540
|
+
|
541
|
+
--------------------
|
542
|
+
|