Advertisement
Guest User

Untitled

a guest
Feb 12th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. Installing nokogiri (1.6.1) with native extensions
  2. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension
  3. .
  4.  
  5. /opt/chef/embedded/bin/ruby extconf.rb
  6. Extracting libxml2-2.8.0.tar.gz into tmp/x86_64-linux-gnu/ports/libxml2/2.8.0...
  7. OK
  8. Running 'configure' for libxml2 2.8.0... OK
  9. Running 'compile' for libxml2 2.8.0... ERROR, review 'tmp/x86_64-linux-gnu/ports
  10. /libxml2/2.8.0/compile.log' to see what happened.
  11. *** extconf.rb failed ***
  12. Could not create Makefile due to some reason, probably lack of
  13. necessary libraries and/or headers. Check the mkmf.log file for more
  14. details. You may need configuration options.
  15.  
  16. Provided configuration options:
  17. --with-opt-dir
  18. --with-opt-include
  19. --without-opt-include=${opt-dir}/include
  20. --with-opt-lib
  21. --without-opt-lib=${opt-dir}/lib
  22. --with-make-prog
  23. --without-make-prog
  24. --srcdir=.
  25. --curdir
  26. --ruby=/opt/chef/embedded/bin/ruby
  27. /home/ubuntu/chef-repo/.chef/vendor/ruby/1.9.1/gems/mini_portile-0.5.2/lib/mini_
  28. portile.rb:265:in `block in execute': Failed to complete compile task (RuntimeEr
  29. ror)
  30. from /home/ubuntu/chef-repo/.chef/vendor/ruby/1.9.1/gems/mini_portile-0.
  31. 5.2/lib/mini_portile.rb:257:in `chdir'
  32. from /home/ubuntu/chef-repo/.chef/vendor/ruby/1.9.1/gems/mini_portile-0.
  33. 5.2/lib/mini_portile.rb:257:in `execute'
  34. from /home/ubuntu/chef-repo/.chef/vendor/ruby/1.9.1/gems/mini_portile-0.
  35. 5.2/lib/mini_portile.rb:69:in `compile'
  36. from /home/ubuntu/chef-repo/.chef/vendor/ruby/1.9.1/gems/mini_portile-0.
  37. 5.2/lib/mini_portile.rb:109:in `cook'
  38. from extconf.rb:101:in `block in <main>'
  39. from extconf.rb:119:in `call'
  40. from extconf.rb:119:in `block in <main>'
  41. from extconf.rb:109:in `tap'
  42. from extconf.rb:109:in `<main>'
  43.  
  44.  
  45. Gem files will remain installed in /home/ubuntu/chef-repo/.chef/vendor/ruby/1.9.
  46. 1/gems/nokogiri-1.6.1 for inspection.
  47. Results logged to /home/ubuntu/chef-repo/.chef/vendor/ruby/1.9.1/gems/nokogiri-1
  48. .6.1/ext/nokogiri/gem_make.out
  49. An error occured while installing nokogiri (1.6.1), and Bundler cannot continue.
  50.  
  51. Make sure that `gem install nokogiri -v '1.6.1'` succeeds before bundling.
  52. ubuntu@ip-10-234-7-133:~/chef-repo/.chef$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement