Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. [max@localhost ~]$ rvm install ruby-2.2.2
  2. ruby-2.2.2 - #removing src/ruby-2.2.2..
  3. Searching for binary rubies, this might take some time.
  4. No binary rubies available for: arch/libc-2.23/x86_64/ruby-2.2.2.
  5. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
  6. Checking requirements for arch.
  7. Requirements installation successful.
  8. Installing Ruby from source to: /home/max/.rvm/rubies/ruby-2.2.2, this may take a while depending on your cpu(s)...
  9. ruby-2.2.2 - #downloading ruby-2.2.2, this may take a while depending on your connection...
  10. ruby-2.2.2 - #extracting ruby-2.2.2 to /home/max/.rvm/src/ruby-2.2.2....
  11. ruby-2.2.2 - #applying patch /home/max/.rvm/patches/ruby/2.2.2/fix_installing_bundled_gems.patch.
  12. ruby-2.2.2 - #configuring.........................................................
  13. ruby-2.2.2 - #post-configuration..
  14. ruby-2.2.2 - #compiling.....................................................................................
  15. Error running '__rvm_make -j4',
  16. showing last 15 lines of /home/max/.rvm/log/1466740253_ruby-2.2.2/make.log
  17. compiling udpsocket.c
  18. compiling unixsocket.c
  19. compiling unixserver.c
  20. compiling option.c
  21. compiling ancdata.c
  22. compiling raddrinfo.c
  23. compiling ifaddr.c
  24. compiling constants.c
  25. linking shared-object socket.so
  26. make[2]: Leaving directory '/home/max/.rvm/src/ruby-2.2.2/ext/socket'
  27. linking shared-object ripper.so
  28. make[2]: Leaving directory '/home/max/.rvm/src/ruby-2.2.2/ext/ripper'
  29. make[1]: Leaving directory '/home/max/.rvm/src/ruby-2.2.2'
  30. make: *** [uncommon.mk:189: build-ext] Error 2
  31. ++ return 2
  32. There has been an error while running make. Halting the installation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement