Guest User

Untitled

a guest
Oct 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  2.  
  3. /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
  4. extconf.rb:10: Use RbConfig instead of obsolete and deprecated Config.
  5. extconf.rb:86: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777
  6. checking for libxml/parser.h... *** extconf.rb failed ***
  7. Could not create Makefile due to some reason, probably lack of
  8. necessary libraries and/or headers. Check the mkmf.log file for more
  9. details. You may need configuration options.
  10.  
  11. Provided configuration options:
  12. --with-opt-dir
  13. --with-opt-include
  14. --without-opt-include=${opt-dir}/include
  15. --with-opt-lib
  16. --without-opt-lib=${opt-dir}/lib
  17. --with-make-prog
  18. --without-make-prog
  19. --srcdir=.
  20. --curdir
  21. --ruby=/Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
  22. --with-zlib-dir
  23. --without-zlib-dir
  24. --with-zlib-include
  25. --without-zlib-include=${zlib-dir}/include
  26. --with-zlib-lib
  27. --without-zlib-lib=${zlib-dir}/lib
  28. --with-iconv-dir
  29. --without-iconv-dir
  30. --with-iconv-include
  31. --without-iconv-include=${iconv-dir}/include
  32. --with-iconv-lib
  33. --without-iconv-lib=${iconv-dir}/lib
  34. --with-xml2-dir
  35. --without-xml2-dir
  36. --with-xml2-include
  37. --without-xml2-include=${xml2-dir}/include
  38. --with-xml2-lib
  39. --without-xml2-lib=${xml2-dir}/lib
  40. --with-xslt-dir
  41. --without-xslt-dir
  42. --with-xslt-include
  43. --without-xslt-include=${xslt-dir}/include
  44. --with-xslt-lib
  45. --without-xslt-lib=${xslt-dir}/lib
  46. /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
  47. You have to install development tools first.
  48. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:506:in `try_cpp'
  49. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:970:in `block in find_header'
  50. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:790:in `block in checking_for'
  51. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in `block (2 levels) in postpone'
  52. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in `open'
  53. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in `block in postpone'
  54. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in `open'
  55. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:280:in `postpone'
  56. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:789:in `checking_for'
  57. from /Users/b3ll3/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:969:in `find_header'
  58. from extconf.rb:104:in `<main>'
  59.  
  60.  
  61. Gem files will remain installed in /Users/b3ll3/.rvm/gems/ruby-1.9.3-p194@lushbooker/gems/nokogiri-1.5.3 for inspection.
  62. Results logged to /Users/b3ll3/.rvm/gems/ruby-1.9.3-p194@lushbooker/gems/nokogiri-1.5.3/ext/nokogiri/gem_make.out
  63. An error occured while installing nokogiri (1.5.3), and Bundler cannot continue.
  64. Make sure that `gem install nokogiri -v '1.5.3'` succeeds before bundling.
Add Comment
Please, Sign In to add comment