Skip to content

Instantly share code, notes, and snippets.

@AllanD
Created June 8, 2011 17:56
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 AllanD/1014928 to your computer and use it in GitHub Desktop.
Save AllanD/1014928 to your computer and use it in GitHub Desktop.
pd-vpn-075:admin alland$ ruby admin_title.rb
[01/28] Isolating nokogiri (= 1.4.4).
Building native extensions. This could take a while...
/Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:551:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
/Users/alland/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb
checking for libxml/parser.h... yes
checking for libxslt/xslt.h... yes
checking for libexslt/exslt.h... yes
checking for iconv_open() in iconv.h... no
checking for iconv_open() in -liconv... no
-----
libiconv is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
-----
*** 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=/Users/alland/.rvm/rubies/ruby-1.9.2-head/bin/ruby
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/lib
--with-iconv-dir
--without-iconv-dir
--with-iconv-include
--without-iconv-include=${iconv-dir}/include
--with-iconv-lib
--without-iconv-lib=${iconv-dir}/lib
--with-xml2-dir
--without-xml2-dir
--with-xml2-include
--without-xml2-include=${xml2-dir}/include
--with-xml2-lib
--without-xml2-lib=${xml2-dir}/lib
--with-xslt-dir
--without-xslt-dir
--with-xslt-include
--without-xslt-include=${xslt-dir}/include
--with-xslt-lib
--without-xslt-lib=${xslt-dir}/lib
--with-iconvlib
--without-iconvlib
Gem files will remain installed in /Users/alland/tmp/core-admin/isolate/ruby-1.9.1/gems/nokogiri-1.4.4 for inspection.
Results logged to /Users/alland/tmp/core-admin/isolate/ruby-1.9.1/gems/nokogiri-1.4.4/ext/nokogiri/gem_make.out
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:529:in `block in build_extensions'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:504:in `each'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:504:in `build_extensions'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:180:in `install'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:297:in `block in install'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:270:in `each'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:270:in `each_with_index'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:270:in `install'
from /Users/alland/.rvm/gems/ruby-1.9.2-head@ruin/gems/isolate-3.1.0/lib/isolate/entry.rb:94:in `block in install'
from /Users/alland/.rvm/gems/ruby-1.9.2-head@ruin/gems/isolate-3.1.0/lib/isolate/events.rb:37:in `fire'
from /Users/alland/.rvm/gems/ruby-1.9.2-head@ruin/gems/isolate-3.1.0/lib/isolate/entry.rb:83:in `install'
from /Users/alland/.rvm/gems/ruby-1.9.2-head@ruin/gems/isolate-3.1.0/lib/isolate/sandbox.rb:221:in `block in install'
from /Users/alland/.rvm/gems/ruby-1.9.2-head@ruin/gems/isolate-3.1.0/lib/isolate/sandbox.rb:219:in `each'
from /Users/alland/.rvm/gems/ruby-1.9.2-head@ruin/gems/isolate-3.1.0/lib/isolate/sandbox.rb:219:in `each_with_index'
from /Users/alland/.rvm/gems/ruby-1.9.2-head@ruin/gems/isolate-3.1.0/lib/isolate/sandbox.rb:219:in `install'
from /Users/alland/.rvm/gems/ruby-1.9.2-head@ruin/gems/isolate-3.1.0/lib/isolate/sandbox.rb:74:in `activate'
from /Users/alland/Workspace/ruin/core/admin/lib/gem_sandboxing.rb:14:in `<top (required)>'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require'
from /Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require'
from /Users/alland/Workspace/ruin/core/admin/core_admin.rb:20:in `<top (required)>'
from admin_title.rb:1:in `require_relative'
from admin_title.rb:1:in `<main>'
pd-vpn-075:admin alland$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment