Created
October 9, 2012 18:55
-
-
Save dherman/3860700 to your computer and use it in GitHub Desktop.
FML, a play in one act
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Davids-MacBook-Air-2:calculist dherman$ rbenv version | |
1.9.3-p194 (set by /Users/dherman/Sources/calculist/.rbenv-version) | |
Davids-MacBook-Air-2:calculist dherman$ which ruby | |
/Users/dherman/.rbenv/shims/ruby | |
Davids-MacBook-Air-2:calculist dherman$ ruby --version | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.2.0] | |
Davids-MacBook-Air-2:calculist dherman$ which gem | |
/Users/dherman/.rbenv/shims/gem | |
Davids-MacBook-Air-2:calculist dherman$ gem install bundler | |
Fetching: bundler-1.2.1.gem (100%)b | |
Successfully installed bundler-1.2.1 | |
1 gem installed | |
Installing ri documentation for bundler-1.2.1... | |
Installing RDoc documentation for bundler-1.2.1... | |
Davids-MacBook-Air-2:calculist dherman$ | |
Davids-MacBook-Air-2:calculist dherman$ rbenv rehash | |
Davids-MacBook-Air-2:calculist dherman$ bundle install | |
Fetching gem metadata from http://rubygems.org/....... | |
Installing rake (0.9.2) | |
Installing RedCloth (4.2.8) with native extensions | |
Installing posix-spawn (0.3.6) with native extensions | |
Installing albino (1.3.3) | |
Installing blankslate (2.1.2.4) | |
Installing chunky_png (1.2.1) | |
Installing fast-stemmer (1.0.0) with native extensions | |
Installing classifier (1.3.3) | |
Installing fssm (0.2.7) | |
Installing sass (3.1.5) | |
Installing compass (0.11.5) | |
Installing directory_watcher (1.4.0) | |
Installing ffi (1.0.9) with native extensions | |
Installing haml (3.1.2) | |
Installing kramdown (0.13.3) | |
Installing liquid (2.2.2) | |
Installing syntax (1.0.0) | |
Installing maruku (0.6.0) | |
Installing jekyll (0.11.0) | |
Installing rubypython (0.5.1) | |
Installing pygments.rb (0.1.3) | |
Installing rack (1.3.2) | |
Installing rb-fsevent (0.4.3.1) with native extensions | |
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. | |
/Users/dherman/.rbenv/versions/1.9.3-p194/bin/ruby extconf.rb | |
creating Makefile | |
extconf.rb:21:in `<main>': Only Darwin systems greater than 8 (Mac OS X 10.5+) are supported (RuntimeError) | |
Gem files will remain installed in /Users/dherman/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rb-fsevent-0.4.3.1 for inspection. | |
Results logged to /Users/dherman/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rb-fsevent-0.4.3.1/ext/gem_make.out | |
An error occurred while installing rb-fsevent (0.4.3.1), and Bundler cannot continue. | |
Make sure that `gem install rb-fsevent -v '0.4.3.1'` succeeds before bundling. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment