Skip to content

Instantly share code, notes, and snippets.

@pokotyamu
Last active September 9, 2019 07:05
Show Gist options
  • Save pokotyamu/ed092f6dcdaae7e361b31d0f18d0cefa to your computer and use it in GitHub Desktop.
Save pokotyamu/ed092f6dcdaae7e361b31d0f18d0cefa to your computer and use it in GitHub Desktop.
rails 5.2.3 と rails 6.0.0 の新規 app の差分

ruby バージョンはどちらも 2.6.4 を使って実行

$ mkdir rails5.2.3
$ cd rails5.2.3
$ rails new -d postgresql --api --skip-test --skip-bundle --skip-git .

$ mkdir rails6.0.0
$ cd rails6.0.0
$ rails new -d postgresql --api --skip-test --skip-bundle --skip-git .

$ diff -ur rails5.2.3 rails6.0.0
diff -ur rails5.2.3/.gitignore rails6.0.0/.gitignore
--- rails5.2.3/.gitignore 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/.gitignore 2019-09-09 15:55:04.000000000 +0900
@@ -13,10 +13,9 @@
!/log/.keep
!/tmp/.keep
-# Ignore uploaded files in development
+# Ignore uploaded files in development.
/storage/*
!/storage/.keep
-
.byebug_history
# Ignore master key for decrypting credentials and more.
diff -ur rails5.2.3/.ruby-version rails6.0.0/.ruby-version
--- rails5.2.3/.ruby-version 2019-09-09 16:05:03.000000000 +0900
+++ rails6.0.0/.ruby-version 2019-09-09 15:52:25.000000000 +0900
@@ -1 +1 @@
-2.6.4
\ No newline at end of file
+2.6.4
diff -ur rails5.2.3/Gemfile rails6.0.0/Gemfile
--- rails5.2.3/Gemfile 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/Gemfile 2019-09-09 15:55:04.000000000 +0900
@@ -4,26 +4,23 @@
ruby '2.6.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
-gem 'rails', '~> 5.2.3'
+gem 'rails', '~> 6.0.0'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
-# gem 'jbuilder', '~> 2.5'
+# gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
-# Use ActiveModel has_secure_password
+# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
-# Use ActiveStorage variant
-# gem 'mini_magick', '~> 4.8'
-
-# Use Capistrano for deployment
-# gem 'capistrano-rails', group: :development
+# Use Active Storage variant
+# gem 'image_processing', '~> 1.2'
# Reduces boot times through caching; required in config/boot.rb
-gem 'bootsnap', '>= 1.1.0', require: false
+gem 'bootsnap', '>= 1.4.2', require: false
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'
@@ -40,6 +37,5 @@
gem 'spring-watcher-listen', '~> 2.0.0'
end
-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
diff -ur rails5.2.3/Gemfile.lock rails6.0.0/Gemfile.lock
--- rails5.2.3/Gemfile.lock 2019-09-09 15:58:41.000000000 +0900
+++ rails6.0.0/Gemfile.lock 2019-09-09 15:54:13.000000000 +0900
@@ -1,48 +1,61 @@
GEM
remote: https://rubygems.org/
specs:
- actioncable (5.2.3)
- actionpack (= 5.2.3)
+ actioncable (6.0.0)
+ actionpack (= 6.0.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
- actionmailer (5.2.3)
- actionpack (= 5.2.3)
- actionview (= 5.2.3)
- activejob (= 5.2.3)
+ actionmailbox (6.0.0)
+ actionpack (= 6.0.0)
+ activejob (= 6.0.0)
+ activerecord (= 6.0.0)
+ activestorage (= 6.0.0)
+ activesupport (= 6.0.0)
+ mail (>= 2.7.1)
+ actionmailer (6.0.0)
+ actionpack (= 6.0.0)
+ actionview (= 6.0.0)
+ activejob (= 6.0.0)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
- actionpack (5.2.3)
- actionview (= 5.2.3)
- activesupport (= 5.2.3)
+ actionpack (6.0.0)
+ actionview (= 6.0.0)
+ activesupport (= 6.0.0)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
- actionview (5.2.3)
- activesupport (= 5.2.3)
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
+ actiontext (6.0.0)
+ actionpack (= 6.0.0)
+ activerecord (= 6.0.0)
+ activestorage (= 6.0.0)
+ activesupport (= 6.0.0)
+ nokogiri (>= 1.8.5)
+ actionview (6.0.0)
+ activesupport (= 6.0.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
- activejob (5.2.3)
- activesupport (= 5.2.3)
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
+ activejob (6.0.0)
+ activesupport (= 6.0.0)
globalid (>= 0.3.6)
- activemodel (5.2.3)
- activesupport (= 5.2.3)
- activerecord (5.2.3)
- activemodel (= 5.2.3)
- activesupport (= 5.2.3)
- arel (>= 9.0)
- activestorage (5.2.3)
- actionpack (= 5.2.3)
- activerecord (= 5.2.3)
+ activemodel (6.0.0)
+ activesupport (= 6.0.0)
+ activerecord (6.0.0)
+ activemodel (= 6.0.0)
+ activesupport (= 6.0.0)
+ activestorage (6.0.0)
+ actionpack (= 6.0.0)
+ activejob (= 6.0.0)
+ activerecord (= 6.0.0)
marcel (~> 0.3.1)
- activesupport (5.2.3)
+ activesupport (6.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
- arel (9.0.0)
+ zeitwerk (~> 2.1, >= 2.1.8)
builder (3.2.3)
concurrent-ruby (1.1.5)
crass (1.0.4)
@@ -69,30 +82,32 @@
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
- rails (5.2.3)
- actioncable (= 5.2.3)
- actionmailer (= 5.2.3)
- actionpack (= 5.2.3)
- actionview (= 5.2.3)
- activejob (= 5.2.3)
- activemodel (= 5.2.3)
- activerecord (= 5.2.3)
- activestorage (= 5.2.3)
- activesupport (= 5.2.3)
+ rails (6.0.0)
+ actioncable (= 6.0.0)
+ actionmailbox (= 6.0.0)
+ actionmailer (= 6.0.0)
+ actionpack (= 6.0.0)
+ actiontext (= 6.0.0)
+ actionview (= 6.0.0)
+ activejob (= 6.0.0)
+ activemodel (= 6.0.0)
+ activerecord (= 6.0.0)
+ activestorage (= 6.0.0)
+ activesupport (= 6.0.0)
bundler (>= 1.3.0)
- railties (= 5.2.3)
+ railties (= 6.0.0)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
- railties (5.2.3)
- actionpack (= 5.2.3)
- activesupport (= 5.2.3)
+ railties (6.0.0)
+ actionpack (= 6.0.0)
+ activesupport (= 6.0.0)
method_source
rake (>= 0.8.7)
- thor (>= 0.19.0, < 2.0)
+ thor (>= 0.20.3, < 2.0)
rake (12.3.3)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
@@ -108,12 +123,13 @@
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
+ zeitwerk (2.1.10)
PLATFORMS
ruby
DEPENDENCIES
- rails (= 5.2.3)
+ rails (= 6.0.0)
BUNDLED WITH
2.0.2
diff -ur rails5.2.3/app/jobs/application_job.rb rails6.0.0/app/jobs/application_job.rb
--- rails5.2.3/app/jobs/application_job.rb 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/app/jobs/application_job.rb 2019-09-09 15:55:04.000000000 +0900
@@ -1,2 +1,7 @@
class ApplicationJob < ActiveJob::Base
+ # Automatically retry jobs that encountered a deadlock
+ # retry_on ActiveRecord::Deadlocked
+
+ # Most jobs are safe to ignore if the underlying records are no longer available
+ # discard_on ActiveJob::DeserializationError
end
Only in rails5.2.3/bin: bundle
diff -ur rails5.2.3/bin/setup rails6.0.0/bin/setup
--- rails5.2.3/bin/setup 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/bin/setup 2019-09-09 15:55:04.000000000 +0900
@@ -1,6 +1,5 @@
#!/usr/bin/env ruby
require 'fileutils'
-include FileUtils
# path to your application root.
APP_ROOT = File.expand_path('..', __dir__)
@@ -9,8 +8,9 @@
system(*args) || abort("\n== Command #{args} failed ==")
end
-chdir APP_ROOT do
- # This script is a starting point to setup your application.
+FileUtils.chdir APP_ROOT do
+ # This script is a way to setup or update your development environment automatically.
+ # This script is idempotent, so that you can run it at anytime and get an expectable outcome.
# Add necessary setup steps to this file.
puts '== Installing dependencies =='
@@ -19,11 +19,11 @@
# puts "\n== Copying sample files =="
# unless File.exist?('config/database.yml')
- # cp 'config/database.yml.sample', 'config/database.yml'
+ # FileUtils.cp 'config/database.yml.sample', 'config/database.yml'
# end
puts "\n== Preparing database =="
- system! 'bin/rails db:setup'
+ system! 'bin/rails db:prepare'
puts "\n== Removing old logs and tempfiles =="
system! 'bin/rails log:clear tmp:clear'
Only in rails5.2.3/bin: update
diff -ur rails5.2.3/config/application.rb rails6.0.0/config/application.rb
--- rails5.2.3/config/application.rb 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/application.rb 2019-09-09 15:55:04.000000000 +0900
@@ -8,6 +8,8 @@
require "active_storage/engine"
require "action_controller/railtie"
require "action_mailer/railtie"
+require "action_mailbox/engine"
+require "action_text/engine"
require "action_view/railtie"
require "action_cable/engine"
# require "sprockets/railtie"
@@ -17,10 +19,10 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
-module Rails523
+module Rails600
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
- config.load_defaults 5.2
+ config.load_defaults 6.0
# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers
diff -ur rails5.2.3/config/cable.yml rails6.0.0/config/cable.yml
--- rails5.2.3/config/cable.yml 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/cable.yml 2019-09-09 15:55:04.000000000 +0900
@@ -2,9 +2,9 @@
adapter: async
test:
- adapter: async
+ adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
- channel_prefix: rails5_2_3_production
+ channel_prefix: rails6_0_0_production
diff -ur rails5.2.3/config/credentials.yml.enc rails6.0.0/config/credentials.yml.enc
--- rails5.2.3/config/credentials.yml.enc 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/credentials.yml.enc 2019-09-09 15:55:04.000000000 +0900
@@ -1 +1 @@
-NxxwSNZNOTIPDQlH7U8pFXk7BIPqgJzOr3fCqlBCEweO8rnn6sU3qhspLJZvgY8izrj6K54i3oraQPjl5TCSvGSRI5q6QtpQGpY1UAVS6+amqL2GRVrTda03Vo1Yh5yqhUM+AfaF4xUcLlOgGrSItT1zhfiQ6GIoRFSSdO/pKSYDKuy280YJKNR9UAswyzdBgnvVlZM0EzTiuL5tKxraXG1SX/Qq2KP2C/ThSJMYqS1UkNd5DRETiNcDdzActIJie2CMMLxhuScs6Dm+Mu+GYmP/cQWYQSGGu4Nl2AxvHpzr8twL5uLIj9Q2tTPCjl4/MFod4rp7WWA+akJsQ7c6vC5ucX5Rv/iKUAUkokDs381WHkjU5eNpIkXqx7EYgdtut0t5C0aAcqBlSQtXnjHbWRP9cgqgRUqFKkQE--FJ3a+dynlbDbEPkV--s79Lp8mBDp6QY9D+NbTMfw==
\ No newline at end of file
+PqfjP/U5vJ4ypGUtQ/tFySB+RyYcio3EE07X/ZKr0r2eq5z24z1UTZxa+/Pi6QWO25bbiPKoOAHEWW++ys1FbYqrzx3QZpcnMle1YKRij9PtpBnfJza6C6HKJSBSiHSrcC3ghQoIWY5ciZwJOAMgTK4Nk7S9ukoNVzs5qVkTgqbkNtiupjfZZvX/abQHxy4zLB5h0EKQaGtPGY0QzCSVeU4mhrvVBkLMVzCDMa38tsLXthq3f742fIILYC7wmCt/mAVzIBV4hWO6aU8tb3fPmBEgb3p3v43t1uw4Q6t5X4CuDhfoA6yFFUEsxWA0lDyU8WDJuvJmCxijD9zG0p8QhjEHtzQ1GSQlTBrIFfPm6FxzO0Ch/PAZeTA+avOlJUl+xklISTVj8Dw0h+mtCJsF0OcAkRH27VHRv7Uw--OJvbvs76O5bMg7ZW--Rgj2KdqQeheKq6byol0f8w==
\ No newline at end of file
diff -ur rails5.2.3/config/database.yml rails6.0.0/config/database.yml
--- rails5.2.3/config/database.yml 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/database.yml 2019-09-09 15:55:04.000000000 +0900
@@ -1,10 +1,10 @@
-# PostgreSQL. Versions 9.1 and up are supported.
+# PostgreSQL. Versions 9.3 and up are supported.
#
# Install the pg driver:
# gem install pg
-# On OS X with Homebrew:
+# On macOS with Homebrew:
# gem install pg -- --with-pg-config=/usr/local/bin/pg_config
-# On OS X with MacPorts:
+# On macOS with MacPorts:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg
@@ -18,18 +18,18 @@
adapter: postgresql
encoding: unicode
# For details on connection pooling, see Rails configuration guide
- # http://guides.rubyonrails.org/configuring.html#database-pooling
+ # https://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
development:
<<: *default
- database: rails5_2_3_development
+ database: rails6_0_0_development
# The specified database role being used to connect to postgres.
# To create additional roles in postgres see `$ createuser --help`.
# When left blank, postgres will use the default role. This is
# the same name as the operating system user that initialized the database.
- #username: rails5_2_3
+ #username: rails6_0_0
# The password associated with the postgres role (username).
#password:
@@ -57,14 +57,14 @@
# Do not set this db to the same as development or production.
test:
<<: *default
- database: rails5_2_3_test
+ database: rails6_0_0_test
-# As with config/secrets.yml, you never want to store sensitive information,
+# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
# ever seen by anyone, they now have access to your database.
#
# Instead, provide the password as a unix environment variable when you boot
-# the app. Read http://guides.rubyonrails.org/configuring.html#configuring-a-database
+# the app. Read https://guides.rubyonrails.org/configuring.html#configuring-a-database
# for a full rundown on how to provide these environment variables in a
# production deployment.
#
@@ -80,6 +80,6 @@
#
production:
<<: *default
- database: rails5_2_3_production
- username: rails5_2_3
- password: <%= ENV['RAILS5_2_3_DATABASE_PASSWORD'] %>
+ database: rails6_0_0_production
+ username: rails6_0_0
+ password: <%= ENV['RAILS6_0_0_DATABASE_PASSWORD'] %>
diff -ur rails5.2.3/config/environments/development.rb rails6.0.0/config/environments/development.rb
--- rails5.2.3/config/environments/development.rb 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/environments/development.rb 2019-09-09 15:55:04.000000000 +0900
@@ -15,8 +15,6 @@
# Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching.
if Rails.root.join('tmp', 'caching-dev.txt').exist?
- config.action_controller.perform_caching = true
-
config.cache_store = :memory_store
config.public_file_server.headers = {
'Cache-Control' => "public, max-age=#{2.days.to_i}"
@@ -27,7 +25,7 @@
config.cache_store = :null_store
end
- # Store uploaded files on the local file system (see config/storage.yml for options)
+ # Store uploaded files on the local file system (see config/storage.yml for options).
config.active_storage.service = :local
# Don't care if the mailer can't send.
@@ -45,7 +43,7 @@
config.active_record.verbose_query_logs = true
- # Raises error for missing translations
+ # Raises error for missing translations.
# config.action_view.raise_on_missing_translations = true
# Use an evented file watcher to asynchronously detect changes in source code,
diff -ur rails5.2.3/config/environments/production.rb rails6.0.0/config/environments/production.rb
--- rails5.2.3/config/environments/production.rb 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/environments/production.rb 2019-09-09 15:55:04.000000000 +0900
@@ -12,7 +12,6 @@
# Full error reports are disabled and caching is turned on.
config.consider_all_requests_local = false
- config.action_controller.perform_caching = true
# Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]
# or in config/master.key. This key is used to decrypt credentials (and other encrypted files).
@@ -29,10 +28,10 @@
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
- # Store uploaded files on the local file system (see config/storage.yml for options)
+ # Store uploaded files on the local file system (see config/storage.yml for options).
config.active_storage.service = :local
- # Mount Action Cable outside main process or domain
+ # Mount Action Cable outside main process or domain.
# config.action_cable.mount_path = nil
# config.action_cable.url = 'wss://example.com/cable'
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
@@ -50,9 +49,9 @@
# Use a different cache store in production.
# config.cache_store = :mem_cache_store
- # Use a real queuing backend for Active Job (and separate queues per environment)
+ # Use a real queuing backend for Active Job (and separate queues per environment).
# config.active_job.queue_adapter = :resque
- # config.active_job.queue_name_prefix = "rails5_2_3_#{Rails.env}"
+ # config.active_job.queue_name_prefix = "rails6_0_0_production"
config.action_mailer.perform_caching = false
@@ -82,4 +81,25 @@
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
+
+ # Inserts middleware to perform automatic connection switching.
+ # The `database_selector` hash is used to pass options to the DatabaseSelector
+ # middleware. The `delay` is used to determine how long to wait after a write
+ # to send a subsequent read to the primary.
+ #
+ # The `database_resolver` class is used by the middleware to determine which
+ # database is appropriate to use based on the time delay.
+ #
+ # The `database_resolver_context` class is used by the middleware to set
+ # timestamps for the last write to the primary. The resolver uses the context
+ # class timestamps to determine how long to wait before reading from the
+ # replica.
+ #
+ # By default Rails will store a last write timestamp in the session. The
+ # DatabaseSelector middleware is designed as such you can define your own
+ # strategy for connection switching and pass that into the middleware through
+ # these configuration options.
+ # config.active_record.database_selector = { delay: 2.seconds }
+ # config.active_record.database_resolver = ActiveRecord::Middleware::DatabaseSelector::Resolver
+ # config.active_record.database_resolver_context = ActiveRecord::Middleware::DatabaseSelector::Resolver::Session
end
diff -ur rails5.2.3/config/environments/test.rb rails6.0.0/config/environments/test.rb
--- rails5.2.3/config/environments/test.rb 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/environments/test.rb 2019-09-09 15:55:04.000000000 +0900
@@ -1,11 +1,12 @@
+# The test environment is used exclusively to run your application's
+# test suite. You never need to work with it otherwise. Remember that
+# your test database is "scratch space" for the test suite and is wiped
+# and recreated between test runs. Don't rely on the data there!
+
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
-
- # The test environment is used exclusively to run your application's
- # test suite. You never need to work with it otherwise. Remember that
- # your test database is "scratch space" for the test suite and is wiped
- # and recreated between test runs. Don't rely on the data there!
- config.cache_classes = true
+
+ config.cache_classes = false
# Do not eager load code on boot. This avoids loading your whole application
# just for the purpose of running a single test. If you are using a tool that
@@ -21,6 +22,7 @@
# Show full error reports and disable caching.
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
+ config.cache_store = :null_store
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false
@@ -28,7 +30,7 @@
# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false
- # Store uploaded files on the local file system in a temporary directory
+ # Store uploaded files on the local file system in a temporary directory.
config.active_storage.service = :test
config.action_mailer.perform_caching = false
@@ -41,6 +43,6 @@
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
- # Raises error for missing translations
+ # Raises error for missing translations.
# config.action_view.raise_on_missing_translations = true
end
diff -ur rails5.2.3/config/locales/en.yml rails6.0.0/config/locales/en.yml
--- rails5.2.3/config/locales/en.yml 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/locales/en.yml 2019-09-09 15:55:04.000000000 +0900
@@ -27,7 +27,7 @@
# 'true': 'foo'
#
# To learn more, please read the Rails Internationalization guide
-# available at http://guides.rubyonrails.org/i18n.html.
+# available at https://guides.rubyonrails.org/i18n.html.
en:
hello: "Hello world"
diff -ur rails5.2.3/config/master.key rails6.0.0/config/master.key
--- rails5.2.3/config/master.key 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/master.key 2019-09-09 15:55:04.000000000 +0900
@@ -1 +1 @@
-479807ae5bd430997c0ae4cfa4da65c6
\ No newline at end of file
+929dbf88fc98ab0a8e450c86da5a00cd
\ No newline at end of file
diff -ur rails5.2.3/config/puma.rb rails6.0.0/config/puma.rb
--- rails5.2.3/config/puma.rb 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/puma.rb 2019-09-09 15:55:04.000000000 +0900
@@ -4,8 +4,9 @@
# the maximum value specified for Puma. Default is set to 5 threads for minimum
# and maximum; this matches the default thread size of Active Record.
#
-threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
-threads threads_count, threads_count
+max_threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
+min_threads_count = ENV.fetch("RAILS_MIN_THREADS") { max_threads_count }
+threads min_threads_count, max_threads_count
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
#
@@ -15,8 +16,11 @@
#
environment ENV.fetch("RAILS_ENV") { "development" }
+# Specifies the `pidfile` that Puma will use.
+pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
+
# Specifies the number of `workers` to boot in clustered mode.
-# Workers are forked webserver processes. If using threads and workers together
+# Workers are forked web server processes. If using threads and workers together
# the concurrency of the application would be max `threads` * `workers`.
# Workers do not work on JRuby or Windows (both of which do not support
# processes).
diff -ur rails5.2.3/config/routes.rb rails6.0.0/config/routes.rb
--- rails5.2.3/config/routes.rb 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/routes.rb 2019-09-09 15:55:04.000000000 +0900
@@ -1,3 +1,3 @@
Rails.application.routes.draw do
- # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
+ # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end
diff -ur rails5.2.3/config/spring.rb rails6.0.0/config/spring.rb
--- rails5.2.3/config/spring.rb 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/config/spring.rb 2019-09-09 15:55:04.000000000 +0900
@@ -1,6 +1,6 @@
-%w[
- .ruby-version
- .rbenv-vars
- tmp/restart.txt
- tmp/caching-dev.txt
-].each { |path| Spring.watch(path) }
+Spring.watch(
+ ".ruby-version",
+ ".rbenv-vars",
+ "tmp/restart.txt",
+ "tmp/caching-dev.txt"
+)
diff -ur rails5.2.3/public/robots.txt rails6.0.0/public/robots.txt
--- rails5.2.3/public/robots.txt 2019-09-09 16:05:05.000000000 +0900
+++ rails6.0.0/public/robots.txt 2019-09-09 15:55:04.000000000 +0900
@@ -1 +1 @@
-# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
+# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
Only in rails5.2.3/vendor/bundle/cache: actioncable-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: actioncable-6.0.0.gem
Only in rails6.0.0/vendor/bundle/cache: actionmailbox-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: actionmailer-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: actionmailer-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: actionpack-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: actionpack-6.0.0.gem
Only in rails6.0.0/vendor/bundle/cache: actiontext-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: actionview-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: actionview-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: activejob-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: activejob-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: activemodel-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: activemodel-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: activerecord-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: activerecord-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: activestorage-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: activestorage-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: activesupport-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: activesupport-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: arel-9.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: rails-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: rails-6.0.0.gem
Only in rails5.2.3/vendor/bundle/cache: railties-5.2.3.gem
Only in rails6.0.0/vendor/bundle/cache: railties-6.0.0.gem
Only in rails6.0.0/vendor/bundle/cache: zeitwerk-2.1.10.gem
diff -ur rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nio4r-2.5.1/gem_make.out rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nio4r-2.5.1/gem_make.out
--- rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nio4r-2.5.1/gem_make.out 2019-09-09 15:58:34.000000000 +0900
+++ rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nio4r-2.5.1/gem_make.out 2019-09-09 15:54:06.000000000 +0900
@@ -1,5 +1,5 @@
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r
-/Users/pokotyamu/.rbenv/versions/2.6.4/bin/ruby -I /Users/pokotyamu/.rbenv/versions/2.6.4/lib/ruby/2.6.0 -r ./siteconf20190909-33269-qxmlt7.rb extconf.rb
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r
+/Users/pokotyamu/.rbenv/versions/2.6.4/bin/ruby -I /Users/pokotyamu/.rbenv/versions/2.6.4/lib/ruby/2.6.0 -r ./siteconf20190909-19955-1f4dfeo.rb extconf.rb
checking for unistd.h... yes
checking for sys/select.h... yes
checking for port_event_t in poll.h... no
@@ -10,10 +10,10 @@
checking for sys/resource.h... yes
creating Makefile
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r
make "DESTDIR=" clean
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r
make "DESTDIR="
compiling bytebuffer.c
compiling monitor.c
@@ -269,6 +269,6 @@
compiling selector.c
linking shared-object nio4r_ext.bundle
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r
make "DESTDIR=" install
-/usr/bin/install -c -m 0755 nio4r_ext.bundle ./.gem.20190909-33269-1vg8p55
+/usr/bin/install -c -m 0755 nio4r_ext.bundle ./.gem.20190909-19955-8xv8ne
diff -ur rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/gem_make.out rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/gem_make.out
--- rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/gem_make.out 2019-09-09 15:58:30.000000000 +0900
+++ rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/gem_make.out 2019-09-09 15:54:01.000000000 +0900
@@ -1,5 +1,5 @@
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri
-/Users/pokotyamu/.rbenv/versions/2.6.4/bin/ruby -I /Users/pokotyamu/.rbenv/versions/2.6.4/lib/ruby/2.6.0 -r ./siteconf20190909-33269-13ic3sf.rb extconf.rb
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri
+/Users/pokotyamu/.rbenv/versions/2.6.4/bin/ruby -I /Users/pokotyamu/.rbenv/versions/2.6.4/lib/ruby/2.6.0 -r ./siteconf20190909-19955-1hoabyh.rb extconf.rb
checking if the C compiler accepts -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2... yes
checking if the C compiler accepts -Wno-error=unused-command-line-argument-hard-error-in-future... no
Building nokogiri using packaged libraries.
@@ -34,13 +34,13 @@
versions of libxml2 provided by OS/package vendors.
************************************************************************
Extracting libxml2-2.9.9.tar.gz into tmp/x86_64-apple-darwin18.7.0/ports/libxml2/2.9.9... OK
-Running git apply with /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch... OK
-Running git apply with /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/patches/libxml2/0002-Remove-script-macro-support.patch... OK
-Running git apply with /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch... OK
+Running git apply with /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch... OK
+Running git apply with /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/patches/libxml2/0002-Remove-script-macro-support.patch... OK
+Running git apply with /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch... OK
Running 'configure' for libxml2 2.9.9... OK
Running 'compile' for libxml2 2.9.9... OK
Running 'install' for libxml2 2.9.9... OK
-Activating libxml2 2.9.9 (from /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9)...
+Activating libxml2 2.9.9 (from /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9)...
************************************************************************
IMPORTANT NOTICE:
@@ -63,11 +63,11 @@
bundle install
************************************************************************
Extracting libxslt-1.1.33.tar.gz into tmp/x86_64-apple-darwin18.7.0/ports/libxslt/1.1.33... OK
-Running git apply with /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/patches/libxslt/0001-Fix-security-framework-bypass.patch... OK
+Running git apply with /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/patches/libxslt/0001-Fix-security-framework-bypass.patch... OK
Running 'configure' for libxslt 1.1.33... OK
Running 'compile' for libxslt 1.1.33... OK
Running 'install' for libxslt 1.1.33... OK
-Activating libxslt 1.1.33 (from /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33)...
+Activating libxslt 1.1.33 (from /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33)...
checking for -llzma... yes
checking for xmlParseDoc() in libxml/parser.h... yes
checking for xsltParseStylesheetDoc() in libxslt/xslt.h... yes
@@ -81,10 +81,10 @@
checking for xmlSchemaSetParserStructuredErrors()... yes
creating Makefile
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri
make "DESTDIR=" clean
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri
make "DESTDIR="
compiling html_document.c
compiling html_element_description.c
@@ -126,9 +126,9 @@
compiling xslt_stylesheet.c
linking shared-object nokogiri/nokogiri.bundle
Cleaning files only used during build.
-rm -rf /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/tmp/x86_64-apple-darwin18.7.0/ports
-rm -rf /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports
+rm -rf /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/tmp/x86_64-apple-darwin18.7.0/ports
+rm -rf /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri
make "DESTDIR=" install
-/usr/bin/install -c -m 0755 nokogiri.bundle ./.gem.20190909-33269-jydldu/nokogiri
+/usr/bin/install -c -m 0755 nokogiri.bundle ./.gem.20190909-19955-1eq33ou/nokogiri
diff -ur rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/mkmf.log rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/mkmf.log
--- rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/mkmf.log 2019-09-09 15:58:24.000000000 +0900
+++ rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/mkmf.log 2019-09-09 15:53:51.000000000 +0900
@@ -68,9 +68,9 @@
"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc "
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
- _main in conftest-6e6256.o
+ _main in conftest-9d554d.o
"_iconv_open", referenced from:
- _main in conftest-6e6256.o
+ _main in conftest-9d554d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
checked program was:
@@ -132,7 +132,7 @@
have_func: checking for xmlParseDoc() in libxml/parser.h... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -157,7 +157,7 @@
have_func: checking for xsltParseStylesheetDoc() in libxslt/xslt.h... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
conftest.c:16:57: error: use of undeclared identifier 'xsltParseStylesheetDoc'
int t(void) { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return !p; }
^
@@ -182,7 +182,7 @@
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return !p; }
/* end */
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -208,7 +208,7 @@
have_func: checking for exsltFuncRegister() in libexslt/exslt.h... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -233,7 +233,7 @@
have_func: checking for xmlHasFeature()... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
conftest.c:14:57: error: use of undeclared identifier 'xmlHasFeature'
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlHasFeature; return !p; }
^
@@ -256,7 +256,7 @@
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlHasFeature; return !p; }
/* end */
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -280,7 +280,7 @@
have_func: checking for xmlFirstElementChild()... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
conftest.c:14:57: error: use of undeclared identifier 'xmlFirstElementChild'
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlFirstElementChild; return !p; }
^
@@ -303,7 +303,7 @@
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlFirstElementChild; return !p; }
/* end */
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -327,7 +327,7 @@
have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
conftest.c:14:57: error: use of undeclared identifier 'xmlRelaxNGSetParserStructuredErrors'
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; }
^
@@ -350,7 +350,7 @@
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; }
/* end */
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -374,7 +374,7 @@
have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
conftest.c:14:57: error: use of undeclared identifier 'xmlRelaxNGSetParserStructuredErrors'
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; }
^
@@ -397,7 +397,7 @@
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; }
/* end */
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -421,7 +421,7 @@
have_func: checking for xmlRelaxNGSetValidStructuredErrors()... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
conftest.c:14:57: error: use of undeclared identifier 'xmlRelaxNGSetValidStructuredErrors'
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetValidStructuredErrors; return !p; }
^
@@ -444,7 +444,7 @@
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetValidStructuredErrors; return !p; }
/* end */
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -468,7 +468,7 @@
have_func: checking for xmlSchemaSetValidStructuredErrors()... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
conftest.c:14:57: error: use of undeclared identifier 'xmlSchemaSetValidStructuredErrors'
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetValidStructuredErrors; return !p; }
^
@@ -491,7 +491,7 @@
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetValidStructuredErrors; return !p; }
/* end */
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
@@ -515,7 +515,7 @@
have_func: checking for xmlSchemaSetParserStructuredErrors()... -------------------- yes
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
conftest.c:14:57: error: use of undeclared identifier 'xmlSchemaSetParserStructuredErrors'
int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetParserStructuredErrors; return !p; }
^
@@ -538,7 +538,7 @@
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetParserStructuredErrors; return !p; }
/* end */
-"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
+"clang -o conftest -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/x86_64-darwin18 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0/ruby/backward -I/Users/pokotyamu/.rbenv/versions/2.6.4/include/ruby-2.6.0 -I. -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\"" -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma -lruby.2.6-static -framework Security -framework Foundation -lpthread -ldl -lobjc /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma "
checked program was:
/* begin */
1: #include "ruby.h"
Binary files rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/nokogiri/nokogiri.bundle and rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/nokogiri-1.10.4/nokogiri/nokogiri.bundle differ
diff -ur rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/websocket-driver-0.7.1/gem_make.out rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/websocket-driver-0.7.1/gem_make.out
--- rails5.2.3/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/websocket-driver-0.7.1/gem_make.out 2019-09-09 15:58:35.000000000 +0900
+++ rails6.0.0/vendor/bundle/extensions/x86_64-darwin-18/2.6.0-static/websocket-driver-0.7.1/gem_make.out 2019-09-09 15:54:07.000000000 +0900
@@ -1,15 +1,15 @@
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver
-/Users/pokotyamu/.rbenv/versions/2.6.4/bin/ruby -I /Users/pokotyamu/.rbenv/versions/2.6.4/lib/ruby/2.6.0 -r ./siteconf20190909-33269-1l5611n.rb extconf.rb
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver
+/Users/pokotyamu/.rbenv/versions/2.6.4/bin/ruby -I /Users/pokotyamu/.rbenv/versions/2.6.4/lib/ruby/2.6.0 -r ./siteconf20190909-19955-zc2l1l.rb extconf.rb
creating Makefile
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver
make "DESTDIR=" clean
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver
make "DESTDIR="
compiling websocket_mask.c
linking shared-object websocket_mask.bundle
-current directory: /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver
+current directory: /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver
make "DESTDIR=" install
-/usr/bin/install -c -m 0755 websocket_mask.bundle ./.gem.20190909-33269-1ydn9bi
+/usr/bin/install -c -m 0755 websocket_mask.bundle ./.gem.20190909-19955-hyho8h
Only in rails5.2.3/vendor/bundle/gems: actioncable-5.2.3
Only in rails6.0.0/vendor/bundle/gems: actioncable-6.0.0
Only in rails6.0.0/vendor/bundle/gems: actionmailbox-6.0.0
Only in rails5.2.3/vendor/bundle/gems: actionmailer-5.2.3
Only in rails6.0.0/vendor/bundle/gems: actionmailer-6.0.0
Only in rails5.2.3/vendor/bundle/gems: actionpack-5.2.3
Only in rails6.0.0/vendor/bundle/gems: actionpack-6.0.0
Only in rails6.0.0/vendor/bundle/gems: actiontext-6.0.0
Only in rails5.2.3/vendor/bundle/gems: actionview-5.2.3
Only in rails6.0.0/vendor/bundle/gems: actionview-6.0.0
Only in rails5.2.3/vendor/bundle/gems: activejob-5.2.3
Only in rails6.0.0/vendor/bundle/gems: activejob-6.0.0
Only in rails5.2.3/vendor/bundle/gems: activemodel-5.2.3
Only in rails6.0.0/vendor/bundle/gems: activemodel-6.0.0
Only in rails5.2.3/vendor/bundle/gems: activerecord-5.2.3
Only in rails6.0.0/vendor/bundle/gems: activerecord-6.0.0
Only in rails5.2.3/vendor/bundle/gems: activestorage-5.2.3
Only in rails6.0.0/vendor/bundle/gems: activestorage-6.0.0
Only in rails5.2.3/vendor/bundle/gems: activesupport-5.2.3
Only in rails6.0.0/vendor/bundle/gems: activesupport-6.0.0
Only in rails5.2.3/vendor/bundle/gems: arel-9.0.0
diff -ur rails5.2.3/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r/Makefile rails6.0.0/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r/Makefile
--- rails5.2.3/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r/Makefile 2019-09-09 15:58:33.000000000 +0900
+++ rails6.0.0/vendor/bundle/gems/nio4r-2.5.1/ext/nio4r/Makefile 2019-09-09 15:54:05.000000000 +0900
@@ -31,8 +31,8 @@
vendorarchdir = $(vendorlibdir)/$(sitearch)
vendorlibdir = $(vendordir)/$(ruby_version)
vendordir = $(rubylibprefix)/vendor_ruby
-sitearchdir = $(DESTDIR)./.gem.20190909-33269-1vg8p55
-sitelibdir = $(DESTDIR)./.gem.20190909-33269-1vg8p55
+sitearchdir = $(DESTDIR)./.gem.20190909-19955-8xv8ne
+sitelibdir = $(DESTDIR)./.gem.20190909-19955-8xv8ne
sitedir = $(rubylibprefix)/site_ruby
rubyarchdir = $(rubylibdir)/$(arch)
rubylibdir = $(rubylibprefix)/$(ruby_version)
diff -ur rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/Makefile rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/Makefile
--- rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/Makefile 2019-09-09 15:58:24.000000000 +0900
+++ rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/Makefile 2019-09-09 15:53:51.000000000 +0900
@@ -31,8 +31,8 @@
vendorarchdir = $(vendorlibdir)/$(sitearch)
vendorlibdir = $(vendordir)/$(ruby_version)
vendordir = $(rubylibprefix)/vendor_ruby
-sitearchdir = $(DESTDIR)./.gem.20190909-33269-jydldu
-sitelibdir = $(DESTDIR)./.gem.20190909-33269-jydldu
+sitearchdir = $(DESTDIR)./.gem.20190909-19955-1eq33ou
+sitelibdir = $(DESTDIR)./.gem.20190909-19955-1eq33ou
sitedir = $(rubylibprefix)/site_ruby
rubyarchdir = $(rubylibdir)/$(arch)
rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -86,7 +86,7 @@
CFLAGS = $(CCDLFLAGS) -O3 -Wno-error=shorten-64-to-32 -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 -DNOKOGIRI_USE_PACKAGED_LIBRARIES $(ARCH_FLAG)
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
DEFS =
-CPPFLAGS = -DHAVE_ICONV_H -DHAVE_XMLPARSEDOC -DHAVE_XSLTPARSESTYLESHEETDOC -DHAVE_EXSLTFUNCREGISTER -DHAVE_XMLHASFEATURE -DHAVE_XMLFIRSTELEMENTCHILD -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETPARSERSTRUCTUREDERRORS -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) $(cppflags) "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\""
+CPPFLAGS = -DHAVE_ICONV_H -DHAVE_XMLPARSEDOC -DHAVE_XSLTPARSESTYLESHEETDOC -DHAVE_EXSLTFUNCREGISTER -DHAVE_XMLHASFEATURE -DHAVE_XMLFIRSTELEMENTCHILD -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETPARSERSTRUCTUREDERRORS -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/include -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/include/libxml2 -I/Users/pokotyamu/.rbenv/versions/2.6.4/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) $(cppflags) "-DNOKOGIRI_LIBXML2_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Revert-Do-not-URI-escape-in-server-side-includes.patch 0002-Remove-script-macro-support.patch 0003-Update-entities-to-remove-handling-of-ssi.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"0001-Fix-security-framework-bypass.patch\""
CXXFLAGS = $(CCDLFLAGS) $(cxxflags) $(ARCH_FLAG)
ldflags = -L. -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -fstack-protector-strong -L/usr/local/lib
dldflags = -L/Users/pokotyamu/.rbenv/versions/2.6.4/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress
@@ -124,8 +124,8 @@
#### End of system configuration section. ####
preload =
-libpath = . $(libdir) /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib /usr/local/Cellar/xz/5.2.4/lib
-LIBPATH = -L. -L$(libdir) -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib
+libpath = . $(libdir) /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib /usr/local/Cellar/xz/5.2.4/lib
+LIBPATH = -L. -L$(libdir) -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib -L/Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib -L/usr/local/Cellar/xz/5.2.4/lib
DEFFILE =
CLEANFILES = mkmf.log
@@ -136,7 +136,7 @@
extout_prefix =
target_prefix = /nokogiri
LOCAL_LIBS =
-LIBS = /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma
+LIBS = /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxslt/1.1.33/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/pokotyamu/Desktop/work/rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ports/x86_64-apple-darwin18.7.0/libxml2/2.9.9/lib/libxml2.a -llzma
ORIG_SRCS = html_document.c html_element_description.c html_entity_lookup.c html_sax_parser_context.c html_sax_push_parser.c nokogiri.c xml_attr.c xml_attribute_decl.c xml_cdata.c xml_comment.c xml_document.c xml_document_fragment.c xml_dtd.c xml_element_content.c xml_element_decl.c xml_encoding_handler.c xml_entity_decl.c xml_entity_reference.c xml_io.c xml_libxml2_hacks.c xml_namespace.c xml_node.c xml_node_set.c xml_processing_instruction.c xml_reader.c xml_relax_ng.c xml_sax_parser.c xml_sax_parser_context.c xml_sax_push_parser.c xml_schema.c xml_syntax_error.c xml_text.c xml_xpath_context.c xslt_stylesheet.c
SRCS = $(ORIG_SRCS)
OBJS = html_document.o html_element_description.o html_entity_lookup.o html_sax_parser_context.o html_sax_push_parser.o nokogiri.o xml_attr.o xml_attribute_decl.o xml_cdata.o xml_comment.o xml_document.o xml_document_fragment.o xml_dtd.o xml_element_content.o xml_element_decl.o xml_encoding_handler.o xml_entity_decl.o xml_entity_reference.o xml_io.o xml_libxml2_hacks.o xml_namespace.o xml_node.o xml_node_set.o xml_processing_instruction.o xml_reader.o xml_relax_ng.o xml_sax_parser.o xml_sax_parser_context.o xml_sax_push_parser.o xml_schema.o xml_syntax_error.o xml_text.o xml_xpath_context.o xslt_stylesheet.o
Binary files rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.bundle and rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.bundle differ
Binary files rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.o and rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.o differ
Binary files rails5.2.3/vendor/bundle/gems/nokogiri-1.10.4/lib/nokogiri/nokogiri.bundle and rails6.0.0/vendor/bundle/gems/nokogiri-1.10.4/lib/nokogiri/nokogiri.bundle differ
Only in rails5.2.3/vendor/bundle/gems: rails-5.2.3
Only in rails6.0.0/vendor/bundle/gems: rails-6.0.0
Only in rails5.2.3/vendor/bundle/gems: railties-5.2.3
Only in rails6.0.0/vendor/bundle/gems: railties-6.0.0
diff -ur rails5.2.3/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver/Makefile rails6.0.0/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver/Makefile
--- rails5.2.3/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver/Makefile 2019-09-09 15:58:35.000000000 +0900
+++ rails6.0.0/vendor/bundle/gems/websocket-driver-0.7.1/ext/websocket-driver/Makefile 2019-09-09 15:54:07.000000000 +0900
@@ -31,8 +31,8 @@
vendorarchdir = $(vendorlibdir)/$(sitearch)
vendorlibdir = $(vendordir)/$(ruby_version)
vendordir = $(rubylibprefix)/vendor_ruby
-sitearchdir = $(DESTDIR)./.gem.20190909-33269-1ydn9bi
-sitelibdir = $(DESTDIR)./.gem.20190909-33269-1ydn9bi
+sitearchdir = $(DESTDIR)./.gem.20190909-19955-hyho8h
+sitelibdir = $(DESTDIR)./.gem.20190909-19955-hyho8h
sitedir = $(rubylibprefix)/site_ruby
rubyarchdir = $(rubylibdir)/$(arch)
rubylibdir = $(rubylibprefix)/$(ruby_version)
Only in rails6.0.0/vendor/bundle/gems: zeitwerk-2.1.10
Only in rails5.2.3/vendor/bundle/specifications: actioncable-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: actioncable-6.0.0.gemspec
Only in rails6.0.0/vendor/bundle/specifications: actionmailbox-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: actionmailer-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: actionmailer-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: actionpack-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: actionpack-6.0.0.gemspec
Only in rails6.0.0/vendor/bundle/specifications: actiontext-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: actionview-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: actionview-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: activejob-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: activejob-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: activemodel-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: activemodel-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: activerecord-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: activerecord-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: activestorage-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: activestorage-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: activesupport-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: activesupport-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: arel-9.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: rails-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: rails-6.0.0.gemspec
Only in rails5.2.3/vendor/bundle/specifications: railties-5.2.3.gemspec
Only in rails6.0.0/vendor/bundle/specifications: railties-6.0.0.gemspec
Only in rails6.0.0/vendor/bundle/specifications: zeitwerk-2.1.10.gemspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment