Advertisement
Guest User

Untitled

a guest
Jun 12th, 2015
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. jtalavera@jessetg-test:~$ sudo gem2.0 install jekyll
  2. Fetching: posix-spawn-0.3.11.gem (100%)
  3. Building native extensions. This could take a while...
  4. ERROR: Error installing jekyll:
  5. ERROR: Failed to build gem native extension.
  6.  
  7. /usr/bin/ruby2.0 extconf.rb
  8. creating Makefile
  9.  
  10. make "DESTDIR="
  11. compiling posix-spawn.c
  12. In file included from /usr/include/ruby-2.0.0/ruby.h:33:0,
  13. from posix-spawn.c:14:
  14. /usr/include/ruby-2.0.0/ruby/ruby.h:121:14: error: size of array ‘ruby_check_sizeof_long’ is negative
  15. typedef char ruby_check_sizeof_long[SIZEOF_LONG == sizeof(long) ? 1 : -1];
  16. ^
  17. /usr/include/ruby-2.0.0/ruby/ruby.h:125:14: error: size of array ‘ruby_check_sizeof_voidp’ is negative
  18. typedef char ruby_check_sizeof_voidp[SIZEOF_VOIDP == sizeof(void*) ? 1 : -1];
  19. ^
  20. In file included from /usr/include/ruby-2.0.0/ruby.h:33:0,
  21. from posix-spawn.c:14:
  22. /usr/include/ruby-2.0.0/ruby/ruby.h: In function ‘rb_float_value’:
  23. /usr/include/ruby-2.0.0/ruby/ruby.h:773:6: warning: right shift count >= width of type [enabled by default]
  24. VALUE b63 = (v >> 63);
  25. ^
  26. /usr/include/ruby-2.0.0/ruby/ruby.h: In function ‘rb_float_new’:
  27. /usr/include/ruby-2.0.0/ruby/ruby.h:799:5: warning: right shift count >= width of type [enabled by default]
  28. bits = (int)((VALUE)(t.v >> 60) & 0x7);
  29. ^
  30. /usr/include/ruby-2.0.0/ruby/ruby.h:812:6: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  31. return 0x8000000000000002;
  32. ^
  33. In file included from /usr/include/ruby-2.0.0/ruby/intern.h:43:0,
  34. from /usr/include/ruby-2.0.0/ruby/ruby.h:1568,
  35. from /usr/include/ruby-2.0.0/ruby.h:33,
  36. from posix-spawn.c:14:
  37. /usr/include/ruby-2.0.0/ruby/st.h: At top level:
  38. /usr/include/ruby-2.0.0/ruby/st.h:67:14: error: size of array ‘st_check_for_sizeof_st_index_t’ is negative
  39. typedef char st_check_for_sizeof_st_index_t[SIZEOF_VOIDP == (int)sizeof(st_index_t) ? 1 : -1];
  40. ^
  41. make: *** [posix-spawn.o] Error 1
  42.  
  43.  
  44. Gem files will remain installed in /var/lib/gems/2.0.0/gems/posix-spawn-0.3.11 for inspection.
  45. Results logged to /var/lib/gems/2.0.0/gems/posix-spawn-0.3.11/ext/gem_make.out
  46. jtalavera@jessetg-test:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement