You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
First it was because nokogiri failed to install. Stack trace:
$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Using rake 0.8.7
Using activesupport 2.3.5
Using bundler 1.7.7
Using chunky_png 1.2.0
Using fssm 0.2.7
Using sass 3.1.1
Using compass 0.11.1
Using daemons 1.1.3
Using eventmachine 0.12.10
Using fuzzyhash 0.0.11
Using i18n 0.5.0
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
extconf.rb:10:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
extconf.rb:10:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
extconf.rb:11:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
extconf.rb:20:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
extconf.rb:20:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
extconf.rb:22:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
extconf.rb:36:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
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=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/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}/
--with-iconv-dir
--without-iconv-dir
--with-iconv-include
--without-iconv-include=${iconv-dir}/include
--with-iconv-lib
--without-iconv-lib=${iconv-dir}/
--with-xml2-dir
--without-xml2-dir
--with-xml2-include
--without-xml2-include=${xml2-dir}/include
--with-xml2-lib
--without-xml2-lib=${xml2-dir}/
--with-xslt-dir
--without-xslt-dir
--with-xslt-include
--without-xslt-include=${xslt-dir}/include
--with-xslt-lib
--without-xslt-lib=${xslt-dir}/
--with-iconvlib
--without-iconvlib
Gem files will remain installed in /var/folders/4l/rlwtbmf91fjchpyywm7lbrlr0000gn/T/bundler20141127-42734-1sui02l/nokogiri-1.4.4/gems/nokogiri-1.4.4 for inspection.
Results logged to /var/folders/4l/rlwtbmf91fjchpyywm7lbrlr0000gn/T/bundler20141127-42734-1sui02l/nokogiri-1.4.4/gems/nokogiri-1.4.4/ext/nokogiri/gem_make.out
An error occurred while installing nokogiri (1.4.4), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.4.4'` succeeds before bundling.
Pauls-MacBook-Pro:fumblr pauljones$ bundle exec padrino start
/Library/Ruby/Gems/2.0.0/gems/rake-0.8.7/lib/rake/alt_system.rb:32:in `<module:AltSystem>': Use RbConfig instead of obsolete and deprecated Config.
/Library/Ruby/Gems/2.0.0/gems/rake-0.8.7/lib/rake/alt_system.rb:32:in `<module:AltSystem>': Use RbConfig instead of obsolete and deprecated Config.
/Library/Ruby/Gems/2.0.0/gems/rake-0.8.7/lib/rake.rb:960:in `<module:FileUtils>': Use RbConfig instead of obsolete and deprecated Config.
/Library/Ruby/Gems/2.0.0/gems/rake-0.8.7/lib/rake.rb:962:in `<module:FileUtils>': Use RbConfig instead of obsolete and deprecated Config.
/Library/Ruby/Gems/2.0.0/gems/rake-0.8.7/lib/rake.rb:965:in `<module:FileUtils>': Use RbConfig instead of obsolete and deprecated Config.
/Library/Ruby/Gems/2.0.0/gems/rake-0.8.7/lib/rake.rb:966:in `<module:FileUtils>': Use RbConfig instead of obsolete and deprecated Config.
/Library/Ruby/Gems/2.0.0/gems/activesupport-2.3.5/lib/active_support/inflector.rb:3:in `require': cannot load such file -- iconv (LoadError)
from /Library/Ruby/Gems/2.0.0/gems/activesupport-2.3.5/lib/active_support/inflector.rb:3:in `<top (required)>'
from /Library/Ruby/Gems/2.0.0/gems/padrino-core-0.9.10/lib/padrino-core/support_lite.rb:34:in `require'
from /Library/Ruby/Gems/2.0.0/gems/padrino-core-0.9.10/lib/padrino-core/support_lite.rb:34:in `<top (required)>'
from /Library/Ruby/Gems/2.0.0/gems/padrino-core-0.9.10/bin/padrino:11:in `require'
from /Library/Ruby/Gems/2.0.0/gems/padrino-core-0.9.10/bin/padrino:11:in `<top (required)>'
from /usr/bin/padrino:23:in `load'
from /usr/bin/padrino:23:in `<main>'
Any advice or resolution much appreciated, fumblr is exactly what I'm looking for, thanks for making it.
First it was because nokogiri failed to install. Stack trace:
But I managed to install it using this SO post.
But then padrino fails to start:
Any advice or resolution much appreciated, fumblr is exactly what I'm looking for, thanks for making it.