Guest User

Untitled

a guest
May 27th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. me@machine $ sudo gem install sendfile
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing sendfile:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb install sendfile
  7. creating Makefile
  8.  
  9. make
  10. gcc -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -fno-common -arch ppc -arch i386 -Os -pipe -fno-common -c sendfile.c
  11. sendfile.c: In function ‘rb_io_sendfile’:
  12. sendfile.c:141: error: storage size of ‘s’ isn’t known
  13. sendfile.c: In function ‘rb_io_sendfile’:
  14. sendfile.c:141: error: storage size of ‘s’ isn’t known
  15. lipo: can't open input file: /var/tmp//ccR39IKv.out (No such file or directory)
  16. make: *** [sendfile.o] Error 1
  17.  
  18.  
  19. Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/sendfile-0.9.2 for inspection.
  20. Results logged to /Library/Ruby/Gems/1.8/gems/sendfile-0.9.2/ext/gem_make.out
Add Comment
Please, Sign In to add comment