Guest User

Untitled

a guest
Jun 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. rvm package install readline
  2.  
  3. Fetching readline-5.2.tar.gz to /Users/Richard/.rvm/archives
  4. % Total % Received % Xferd Average Speed Time Time Time Current
  5. Dload Upload Total Spent Left Speed
  6. 100 1989k 100 1989k 0 0 218k 0 0:00:09 0:00:09 --:--:-- 288k
  7. Extracting readline-5.2.tar.gz to /Users/Richard/.rvm/src
  8. Configuring readline in /Users/Richard/.rvm/src/readline-5.2.
  9. Compiling readline in /Users/Richard/.rvm/src/readline-5.2.
  10. Installing readline to /Users/Richard/.rvm/usr
  11.  
  12. Fetching readline-6.0.tar.gz to /Users/Richard/.rvm/archives
  13. % Total % Received % Xferd Average Speed Time Time Time Current
  14. Dload Upload Total Spent Left Speed
  15. 100 2217k 100 2217k 0 0 209k 0 0:00:10 0:00:10 --:--:-- 290k
  16. Extracting readline-6.0.tar.gz to /Users/Richard/.rvm/src
  17. Configuring readline in /Users/Richard/.rvm/src/readline-6.0.
  18. Compiling readline in /Users/Richard/.rvm/src/readline-6.0.
  19. Installing readline to /Users/Richard/.rvm/usr
  20.  
  21. rvm install ree -C --with-readline-dir=$HOME/.rvm/usr
  22.  
  23. /Users/Richard/.rvm/rubies/ree-1.8.7-2010.02
  24. ree-1.8.7-2010.02 - #fetching (ruby-enterprise-1.8.7-2010.02)
  25. ree-1.8.7-2010.02 - #extracting ruby-enterprise-1.8.7-2010.02 to /Users/Richard/.rvm/src/ree-1.8.7-2010.02
  26. ree-1.8.7-2010.02 - #installing
  27. Error running './installer -a /Users/Richard/.rvm/rubies/ree-1.8.7-2010.02 --dont-install-useful-gems ', please check /Users/Richard/.rvm/log/ree-1.8.7-2010.02/install*.log
  28. There has been an error while trying to run the ree installer. Halting the installation.
  29.  
  30. ====== Error Log ======
  31. ossl_x509revoked.c:64: warning: passing argument 2 of ‘ASN1_dup’ from incompatible pointer type
  32. readline.c: In function ‘username_completion_proc_call’:
  33. readline.c:734: error: ‘username_completion_function’ undeclared (first use in this function)
  34. readline.c:734: error: (Each undeclared identifier is reported only once
  35. readline.c:734: error: for each function it appears in.)
  36. make[1]: *** [readline.o] Error 1
  37. make: *** [all] Error 1
Add Comment
Please, Sign In to add comment