Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  2.  
  3. /usr/bin/ruby1.8 extconf.rb
  4. creating Makefile
  5.  
  6. make
  7. gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/usr/lib/ruby/1.8/x86_64-linux -I. -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -O0 -std=c99 -c binding_of_caller.c
  8. binding_of_caller.c:4:21: fatal error: vm_core.h: No such file or directory
  9. compilation terminated.
  10. make: *** [binding_of_caller.o] Error 1
  11.  
  12.  
  13. Gem files will remain installed in /tmp/bundler20140729-20647-1fyu0fh/binding_of_caller-0.7.2/gems/binding_of_caller-0.7.2 for inspection.
  14. Results logged to /tmp/bundler20140729-20647-1fyu0fh/binding_of_caller-0.7.2/gems/binding_of_caller-0.7.2/ext/binding_of_caller/gem_make.out
  15. An error occurred while installing binding_of_caller (0.7.2), and Bundler cannot continue.
  16. Make sure that `gem install binding_of_caller -v '0.7.2'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement