Skip to content

Instantly share code, notes, and snippets.

@royosherove
Created July 12, 2011 17:06
Show Gist options
  • Save royosherove/1078435 to your computer and use it in GitHub Desktop.
Save royosherove/1078435 to your computer and use it in GitHub Desktop.
Using gpgme (1.0.9) from https://github.com/mrsimo/ruby-gpgme.git (at master) with native extensions /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:533:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
/usr/local/rvm/rubies/ruby-1.9.2-p180/bin/ruby extconf.rb
checking for gpgme-config... no
gpgme-config not found
*** 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/local/rvm/rubies/ruby-1.9.2-p180/bin/ruby
Gem files will remain installed in /usr/local/rvm/gems/ruby-1.9.2-p180@global/bundler/gems/ruby-gpgme-c213840f657f for inspection.
Results logged to /usr/local/rvm/gems/ruby-1.9.2-p180@global/bundler/gems/ruby-gpgme-c213840f657f/./gem_make.out
from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:511:in `block in build_extensions'
from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:486:in `each'
from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:486:in `build_extensions'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/source.rb:447:in `generate_bin'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/source.rb:553:in `install'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/installer.rb:58:in `block (2 levels) in run'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/rubygems_integration.rb:90:in `with_build_args'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/installer.rb:57:in `block in run'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/spec_set.rb:12:in `block in each'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/spec_set.rb:12:in `each'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/spec_set.rb:12:in `each'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/installer.rb:49:in `run'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/installer.rb:8:in `install'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/cli.rb:222:in `install'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/vendor/thor/task.rb:22:in `run'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/lib/bundler/vendor/thor/base.rb:389:in `start'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/gems/bundler-1.0.13/bin/bundle:13:in `<top (required)>'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/bin/bundle:19:in `load'
from /usr/local/rvm/gems/ruby-1.9.2-p180@global/bin/bundle:19:in `<top (required)>'
from -e:1:in `load'
from -e:1:in `<main>'
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment