-
-
Save serg2801/7f4bbd825d2006de2e1e24808360875a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`. | |
Fetching gem metadata from https://rubygems.org/............ | |
Using rake 12.0.0 | |
Using concurrent-ruby 1.0.5 | |
Using i18n 0.8.6 | |
Using minitest 5.10.3 | |
Using thread_safe 0.3.6 | |
Using tzinfo 1.2.3 | |
Using activesupport 5.1.4 | |
Using builder 3.2.3 | |
Using erubi 1.6.1 | |
Using mini_portile2 2.2.0 | |
Fetching nokogiri 1.8.0 | |
Installing nokogiri 1.8.0 with native extensions | |
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. | |
current directory: /var/www/integration_proxy_app/vendor/bundle/ruby/2.2.0/gems/nokogiri-1.8.0/ext/nokogiri | |
/usr/local/rvm,/rubies/ruby-2.2.5/bin/ruby -r ./siteconf20190513-20292-n409cc.rb extconf.rb | |
checking if the C compiler accepts ... *** extconf.rb failed *** | |
Could not create Makefile due to some reason, probably lack of necessary | |
libraries and/or headers. Check the mkmf.log file for more details. You may | |
need configuration options. | |
Provided configuration options: | |
--with-opt-dir | |
--without-opt-dir | |
--with-opt-include | |
--without-opt-include=${opt-dir}/include | |
--with-opt-lib | |
--without-opt-lib=${opt-dir}/lib | |
--with-make-prog | |
--without-make-prog | |
--srcdir=. | |
--curdir | |
--ruby=/usr/local/rvm,/rubies/ruby-2.2.5/bin/$(RUBY_BASE_NAME) | |
--help | |
--clean | |
/usr/local/rvm,/rubies/ruby-2.2.5/lib/ruby/2.2.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError) | |
You have to install development tools first. | |
from /usr/local/rvm,/rubies/ruby-2.2.5/lib/ruby/2.2.0/mkmf.rb:571:in `block in try_compile' | |
from /usr/local/rvm,/rubies/ruby-2.2.5/lib/ruby/2.2.0/mkmf.rb:522:in `with_werror' | |
from /usr/local/rvm,/rubies/ruby-2.2.5/lib/ruby/2.2.0/mkmf.rb:571:in `try_compile' | |
from extconf.rb:138:in `nokogiri_try_compile' | |
from extconf.rb:162:in `block in add_cflags' | |
from /usr/local/rvm,/rubies/ruby-2.2.5/lib/ruby/2.2.0/mkmf.rb:619:in `with_cflags' | |
from extconf.rb:161:in `add_cflags' | |
from extconf.rb:407:in `<main>' | |
To see why this extension failed to compile, please check the mkmf.log which can be found here: | |
/var/www/integration_proxy_app/vendor/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/nokogiri-1.8.0/mkmf.log | |
extconf failed, exit code 1 | |
Gem files will remain installed in /var/www/integration_proxy_app/vendor/bundle/ruby/2.2.0/gems/nokogiri-1.8.0 for inspection. | |
Results logged to /var/www/integration_proxy_app/vendor/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/nokogiri-1.8.0/gem_make.out | |
An error occurred while installing nokogiri (1.8.0), and Bundler cannot continue. | |
Make sure that `gem install nokogiri -v '1.8.0' --source 'https://rubygems.org/'` succeeds before bundling. | |
In Gemfile: | |
rails was resolved to 5.1.4, which depends on | |
actioncable was resolved to 5.1.4, which depends on | |
actionpack was resolved to 5.1.4, which depends on | |
actionview was resolved to 5.1.4, which depends on | |
rails-dom-testing was resolved to 2.0.3, which depends on | |
nokogiri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment