Skip to content

Instantly share code, notes, and snippets.

@unsangkarable
Created August 30, 2015 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unsangkarable/945c4701fe4e4042f8ca to your computer and use it in GitHub Desktop.
Save unsangkarable/945c4701fe4e4042f8ca to your computer and use it in GitHub Desktop.
mon@robdrake:~/memebot$ bundle install --deployment
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Using i18n 0.7.0
Using json 1.8.1
Using minitest 5.5.0
Using thread_safe 0.3.4
Using tzinfo 1.2.2
Using activesupport 4.2.0
Installing hitimes 1.2.2 with native extensions
Installing timers 4.0.1
Installing celluloid 0.16.0
Installing cinch 2.1.0
Installing coderay 1.1.0
Installing damerau-levenshtein 1.0.3 with native extensions
Installing ffi 1.9.6 with native extensions
Installing ethon 0.7.1
Installing rb-fsevent 0.9.4
Installing rb-inotify 0.9.5
Installing listen 2.8.4
Installing method_source 0.8.2
Installing oj 2.11.1 with native extensions
Installing slop 3.6.0
Installing pry 0.10.1
Installing rmagick 2.13.4 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/usr/bin/ruby2.2 -r ./siteconf20150830-4338-1v6s0uw.rb extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... no
checking for pkg-config... no
Can't install RMagick 2.13.4. Can't find Magick-config or pkg-config in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr /bin:/sbin:/bin:/usr/games:/usr/local/games:/home/mon/.gem/ruby/2.2.0/bin
*** 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/bin/$(RUBY_BASE_NAME)2.2
extconf failed, exit code 1
Gem files will remain installed in /home/mon/memebot/vendor/bundle/ruby/2.2.0/gems/rmagick-2.13.4 for inspection.
Results logged to /home/mon/memebot/vendor/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/rmagick-2.13.4/gem_make.ou t
An error occurred while installing rmagick (2.13.4), and Bundler cannot continue.
Make sure that `gem install rmagick -v '2.13.4'` succeeds before bundling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment