Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brycethornton/523161 to your computer and use it in GitHub Desktop.
Save brycethornton/523161 to your computer and use it in GitHub Desktop.
/Users/bryce/development/offsitestatus>bundle install
Fetching source index for http://rubygems.org/
Using rake (0.8.7)
Using abstract (1.0.0)
Using activesupport (3.0.0.rc)
Using builder (2.1.2)
Using i18n (0.4.1)
Using activemodel (3.0.0.rc)
Using erubis (2.6.6)
Using rack (1.2.1)
Using rack-mount (0.6.9)
Using rack-test (0.5.4)
Using tzinfo (0.3.22)
Using actionpack (3.0.0.rc)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.8)
Using mail (2.2.5)
Using actionmailer (3.0.0.rc)
Using arel (0.4.0)
Using activerecord (3.0.0.rc)
Using activeresource (3.0.0.rc)
Using bcrypt-ruby (2.1.2)
Using bundler (1.0.0.rc.4)
Using culerity (0.2.10)
Using nokogiri (1.4.3.1)
Installing ffi (0.6.3) with native extensions
Installing json_pure (1.4.3)
Installing rubyzip (0.9.4)
Installing selenium-webdriver (0.0.27)
Installing capybara (0.3.9)
Installing configuration (1.1.0)
Installing daemons (1.1.0)
Installing warden (0.10.7)
Installing devise (1.1.1)
Installing diff-lcs (1.1.2)
Installing eventmachine (0.12.10) with native extensions
Installing factory_girl (1.3.1)
Installing flutie (1.0.3)
Installing haml (3.0.15)
Installing launchy (0.3.7)
Using thor (0.14.0)
Using railties (3.0.0.rc)
Using rails (3.0.0.rc)
Installing rails3-generators (0.11.0)
Installing rspec-core (2.0.0.beta.19)
Installing rspec-expectations (2.0.0.beta.19)
Installing rspec-mocks (2.0.0.beta.19)
Installing rspec (2.0.0.beta.19)
Installing webrat (0.7.2.beta.1)
Installing rspec-rails (2.0.0.beta.19)
Installing simple_form (1.2.2)
Installing sqlite3-ruby (1.3.1) with native extensions /Library/Ruby/Site/1.8/rubygems/installer.rb:483:in `build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
checking for #include <sqlite3.h>
... yes
checking for sqlite3_libversion_number() in -lsqlite3... no
sqlite3 is missing. Try 'port install sqlite3 +universal' or 'yum install sqlite3-devel'
*** 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/1.8/usr/bin/ruby
--with-sqlite3-dir
--without-sqlite3-dir
--with-sqlite3-include
--without-sqlite3-include=${sqlite3-dir}/include
--with-sqlite3-lib
--without-sqlite3-lib=${sqlite3-dir}/lib
--with-sqlite3lib
--without-sqlite3lib
Gem files will remain installed in /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/sqlite3-ruby-1.3.1 for inspection.
Results logged to /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/sqlite3-ruby-1.3.1/ext/sqlite3/gem_make.out
from /Library/Ruby/Site/1.8/rubygems/installer.rb:446:in `each'
from /Library/Ruby/Site/1.8/rubygems/installer.rb:446:in `build_extensions'
from /Library/Ruby/Site/1.8/rubygems/installer.rb:198:in `install'
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:100:in `install'
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/bundler-1.0.0.rc.4/lib/bundler/installer.rb:55:in `run'
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/bundler-1.0.0.rc.4/lib/bundler/spec_set.rb:12:in `each'
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/bundler-1.0.0.rc.4/lib/bundler/spec_set.rb:12:in `each'
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/bundler-1.0.0.rc.4/lib/bundler/installer.rb:44:in `run'
... 6 levels...
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/base.rb:389:in `start'
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/gems/bundler-1.0.0.rc.4/bin/bundle:13
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/bin/bundle:19:in `load'
from /Users/bryce/.rvm/gems/ruby-1.8.7-p299@offsitestatus/bin/bundle:19
/Users/bryce/development/offsitestatus>gem install sqlite3-ruby
Building native extensions. This could take a while...
Successfully installed sqlite3-ruby-1.3.1
1 gem installed
/Users/bryce/development/offsitestatus>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment