Guest User

Untitled

a guest
Jan 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. $ bundle install
  2. Fetching gem metadata from https://rubygems.org/........
  3. Using rake 11.1.2
  4. Using CFPropertyList 2.3.3
  5. Using i18n 0.7.0
  6. Using json 1.8.3
  7. Using minitest 5.8.4
  8. Using thread_safe 0.3.5
  9. Using tzinfo 1.2.2
  10. Using activesupport 4.2.4
  11. Using builder 3.2.2
  12. Using erubis 2.7.0
  13. Using mini_portile2 2.0.0
  14. Fetching nokogiri 1.6.7.2
  15. Installing nokogiri 1.6.7.2 with native extensions
  16. Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  17.  
  18. current directory:
  19. /media/mcgoy/CD25-ED8E/Upwork/EVSlideShow/Rails/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.7.2/ext/nokogiri
  20. /usr/share/rvm/rubies/ruby-2.1.5/bin/ruby -r ./siteconf20190123-15188-1qpzj0b.rb extconf.rb
  21. --use-system-libraries
  22. checking if the C compiler accepts ... *** extconf.rb failed ***
  23. Could not create Makefile due to some reason, probably lack of necessary
  24. libraries and/or headers. Check the mkmf.log file for more details. You may
  25. need configuration options.
  26.  
  27. Provided configuration options:
  28. --with-opt-dir
  29. --without-opt-dir
  30. --with-opt-include
  31. --without-opt-include=${opt-dir}/include
  32. --with-opt-lib
  33. --without-opt-lib=${opt-dir}/lib
  34. --with-make-prog
  35. --without-make-prog
  36. --srcdir=.
  37. --curdir
  38. --ruby=/usr/share/rvm/rubies/ruby-2.1.5/bin/ruby
  39. --help
  40. --clean
  41. /usr/share/rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/mkmf.rb:456:in `try_do': The compiler failed to
  42. generate an executable file. (RuntimeError)
  43. You have to install development tools first.
  44. from /usr/share/rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/mkmf.rb:571:in `block in try_compile'
  45. from /usr/share/rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/mkmf.rb:522:in `with_werror'
  46. from /usr/share/rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/mkmf.rb:571:in `try_compile'
  47. from extconf.rb:80:in `nokogiri_try_compile'
  48. from extconf.rb:87:in `block in add_cflags'
  49. from /usr/share/rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/mkmf.rb:621:in `with_cflags'
  50. from extconf.rb:86:in `add_cflags'
  51. from extconf.rb:336:in `<main>'
  52.  
  53. To see why this extension failed to compile, please check the mkmf.log which can be found here:
  54.  
  55. /media/mcgoy/CD25-ED8E/Upwork/EVSlideShow/Rails/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0/nokogiri-1.6.7.2/mkmf.log
  56.  
  57. extconf failed, exit code 1
  58.  
  59. Gem files will remain installed in
  60. /media/mcgoy/CD25-ED8E/Upwork/EVSlideShow/Rails/vendor/bundle/ruby/2.1.0/gems/nokogiri-1.6.7.2
  61. for inspection.
  62. Results logged to
  63. /media/mcgoy/CD25-ED8E/Upwork/EVSlideShow/Rails/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0/nokogiri-1.6.7.2/gem_make.out
  64.  
  65. An error occurred while installing nokogiri (1.6.7.2), and Bundler cannot continue.
  66. Make sure that `gem install nokogiri -v '1.6.7.2' --source 'https://rubygems.org/'` succeeds
  67. before bundling.
  68.  
  69. In Gemfile:
  70. rails was resolved to 4.2.4, which depends on
  71. actionmailer was resolved to 4.2.4, which depends on
  72. actionpack was resolved to 4.2.4, which depends on
  73. actionview was resolved to 4.2.4, which depends on
  74. rails-dom-testing was resolved to 1.0.7, which depends on
  75. nokogiri
  76.  
  77. $ gem install nokogiri -v 1.6.7.2
  78. Building native extensions. This could take a while...
  79. Successfully installed nokogiri-1.6.7.2
  80. Parsing documentation for nokogiri-1.6.7.2
  81. Done installing documentation for nokogiri after 2 seconds
  82. 1 gem installed
Add Comment
Please, Sign In to add comment