Advertisement
Guest User

Untitled

a guest
Jan 15th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  2.  
  3. /usr/bin/ruby1.9.1 extconf.rb
  4. checking for Ruby version >= 1.8.5... yes
  5. checking for gcc... yes
  6. checking for Magick-config... yes
  7.  
  8. Warning: Found a partial ImageMagick installation. Your operating system likely has some built-in ImageMagick libraries but not all of ImageMagick. This will most likely cause problems at both compile and runtime.
  9. Found partial installation at: /usr
  10. checking for ImageMagick version >= 6.4.9... *** extconf.rb failed ***
  11. Could not create Makefile due to some reason, probably lack of
  12. necessary libraries and/or headers. Check the mkmf.log file for more
  13. details. You may need configuration options.
  14.  
  15. Provided configuration options:
  16. --with-opt-dir
  17. --without-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=/usr/bin/ruby1.9.1
  27. extconf.rb:154:in ``': No such file or directory - convert -version (Errno::ENOENT)
  28. from extconf.rb:154:in `block in <main>'
  29. from /usr/lib/ruby/1.9.1/mkmf.rb:790:in `block in checking_for'
  30. from /usr/lib/ruby/1.9.1/mkmf.rb:284:in `block (2 levels) in postpone'
  31. from /usr/lib/ruby/1.9.1/mkmf.rb:254:in `open'
  32. from /usr/lib/ruby/1.9.1/mkmf.rb:284:in `block in postpone'
  33. from /usr/lib/ruby/1.9.1/mkmf.rb:254:in `open'
  34. from /usr/lib/ruby/1.9.1/mkmf.rb:280:in `postpone'
  35. from /usr/lib/ruby/1.9.1/mkmf.rb:789:in `checking_for'
  36. from extconf.rb:151:in `<main>'
  37.  
  38.  
  39. Gem files will remain installed in /var/lib/gems/1.9.1/gems/rmagick-2.13.4 for inspection.
  40. Results logged to /var/lib/gems/1.9.1/gems/rmagick-2.13.4/ext/RMagick/gem_make.out
  41. An error occurred while installing rmagick (2.13.4), and Bundler cannot continue.
  42. Make sure that `gem install rmagick -v '2.13.4'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement