Advertisement
Guest User

Ruby version installation error

a guest
Oct 9th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Error running '__rvm_make -j4',
  2. showing last 15 lines of /home/codfection/.rvm/log/1476026950_ruby-2.1.5/make.log
  3. constdefs.c:21:6: note: in expansion of macro ‘LONG2FIX’
  4. LONG2FIX(n))
  5. ^~~~~~~~
  6. constdefs.c:1715:50: note: in expansion of macro ‘INTEGER2NUM’
  7. rb_define_const(rb_mSockConst, "EAI_SYSTEM", INTEGER2NUM(EAI_SYSTEM));
  8. ^~~~~~~~~~~
  9. linking shared-object stringio.so
  10. make[2]: Leaving directory '/home/codfection/.rvm/src/ruby-2.1.5/ext/stringio'
  11. linking shared-object socket.so
  12. make[2]: Leaving directory '/home/codfection/.rvm/src/ruby-2.1.5/ext/socket'
  13. linking shared-object ripper.so
  14. make[2]: Leaving directory '/home/codfection/.rvm/src/ruby-2.1.5/ext/ripper'
  15. make[1]: Leaving directory '/home/codfection/.rvm/src/ruby-2.1.5'
  16. make: *** [uncommon.mk:180: build-ext] Error 2
  17. ++ return 2
  18. There has been an error while running make. Halting the installation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement