Skip to content

Instantly share code, notes, and snippets.

@kavu
Created April 13, 2012 16:41
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 kavu/f17a72cf30147c9825a4 to your computer and use it in GitHub Desktop.
Save kavu/f17a72cf30147c9825a4 to your computer and use it in GitHub Desktop.
space - bundle install log
% ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
% bundle install
Fetching git://github.com/niw/rb-fsevent.git
remote: Counting objects: 492, done.
remote: Compressing objects: 100% (264/264), done.
remote: Total 492 (delta 187), reused 476 (delta 178)
Receiving objects: 100% (492/492), 61.05 KiB | 69 KiB/s, done.
Resolving deltas: 100% (187/187), done.
Fetching gem metadata from http://rubygems.org/......
Using rake (0.9.2.2)
Installing ansi (1.4.2)
Installing diff-lcs (1.1.3)
Installing ffi (1.0.11) with native extensions
Installing thor (0.14.6)
Installing guard (1.0.1)
Installing guard-rspec (0.7.0)
Installing hashr (0.0.21)
Installing metaclass (0.0.1)
Installing mocha (0.10.5)
Using rb-fsevent (0.4.3) from git://github.com/niw/rb-fsevent.git (at master) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/Users/kavu/.rvm/rubies/ruby-1.9.3-p125/bin/ruby extconf.rb
creating Makefile
CFLAGS='-isysroot /Applications/Xcode.app/Contents/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.7 -mdynamic-no-pic -std=gnu99 -Os -pipe -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wuninitialized -Wunknown-pragmas -Wshadow -Wfour-char-constants -Wsign-compare -Wnewline-eof -Wconversion -Wshorten-64-to-32 -Wglobal-constructors -pedantic' /usr/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.7 -mdynamic-no-pic -std=gnu99 -dead_strip -framework CoreServices -o '/Users/kavu/.rvm/gems/ruby-1.9.3-p125@space/bundler/gems/rb-fsevent-8754b16bd3b8/bin/fsevent_watch' fsevent/fsevent_watch.c
fsevent/fsevent_watch.c:1:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^
1 error generated.
extconf.rb:59:in `<main>': Compilation of fsevent_watch failed (see README) (RuntimeError)
Gem files will remain installed in /Users/kavu/.rvm/gems/ruby-1.9.3-p125@space/bundler/gems/rb-fsevent-8754b16bd3b8 for inspection.
Results logged to /Users/kavu/.rvm/gems/ruby-1.9.3-p125@space/bundler/gems/rb-fsevent-8754b16bd3b8/ext/gem_make.out
An error occured while installing rb-fsevent (0.4.3), and Bundler cannot continue.
Make sure that `gem install rb-fsevent -v '0.4.3'` succeeds before bundling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment