Guest User

Untitled

a guest
Aug 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. Make error installing Ruby 1.9.2 via rvm OSX Lion 10.7.2 XCode 4.2
  2. /Users/craigspaeth/.rvm/scripts/functions/utility: line 152: date: command not found
  3. Installing yaml to /Users/craigspaeth/.rvm/usr
  4. /Users/craigspaeth/.rvm/scripts/functions/utility: line 152: date: command not found
  5. ERROR: Error running 'make install', please read /Users/craigspaeth/.rvm/log/ruby-1.9.2-p290/yaml/make.install.log
  6.  
  7. [] make install
  8. Making install in include
  9. make[2]: Nothing to be done for `install-exec-am'.
  10. test -z "/Users/craigspaeth/.rvm/usr/include" || ../config/install-sh -c -d "/Users/craigspaeth/.rvm/usr/include"
  11. /usr/bin/install -c -m 644 yaml.h '/Users/craigspaeth/.rvm/usr/include/.'
  12. Making install in src
  13. test -z "/Users/craigspaeth/.rvm/usr/lib" || ../config/install-sh -c -d "/Users/craigspaeth/.rvm/usr/lib"
  14. /bin/sh ../libtool --mode=install /usr/bin/install -c libyaml.la '/Users/craigspaeth/.rvm/usr/lib'
  15. libtool: install: /usr/bin/install -c .libs/libyaml-0.2.dylib /Users/craigspaeth/.rvm/usr/lib/libyaml-0.2.dylib
  16. libtool: install: (cd /Users/craigspaeth/.rvm/usr/lib && { ln -s -f libyaml-0.2.dylib libyaml.dylib || { rm -f libyaml.dylib && ln -s libyaml-0.2.dylib libyaml.dylib; }; })
  17. ../libtool: line 941: ln: command not found
  18. ../libtool: line 941: rm: command not found
  19. libtool: install: /usr/bin/install -c .libs/libyaml.lai /Users/craigspaeth/.rvm/usr/lib/libyaml.la
  20. libtool: install: /usr/bin/install -c .libs/libyaml.a /Users/craigspaeth/.rvm/usr/lib/libyaml.a
  21. libtool: install: chmod 644 /Users/craigspaeth/.rvm/usr/lib/libyaml.a
  22. ../libtool: line 941: chmod: command not found
  23. make[2]: *** [install-libLTLIBRARIES] Error 127
  24. make[1]: *** [install-am] Error 2
  25. make: *** [install-recursive] Error 1
  26.  
  27. rvm install 1.9.2-head && rvm use 1.9.2-head --default
  28.  
  29. rvm install 1.9.3 && rvm use 1.9.3 --default
  30.  
  31. rvm install 1.9.2 && rvm use 1.9.2 --default
  32.  
  33. ruby-1.9.2-p290 - #extracting ruby-1.9.2-p290 to /Users/tandersen/.rvm/src/ruby-1.9.2-p290
  34. ruby-1.9.2-p290 - #extracted to /Users/tandersen/.rvm/src/ruby-1.9.2-p290
  35. Fetching yaml-0.1.4.tar.gz to /Users/tandersen/.rvm/archives
  36. Extracting yaml-0.1.4.tar.gz to /Users/tandersen/.rvm/src
  37. Configuring yaml in /Users/tandersen/.rvm/src/yaml-0.1.4.
  38. Compiling yaml in /Users/tandersen/.rvm/src/yaml-0.1.4.
  39. Installing yaml to /Users/tandersen/.rvm/usr
  40. ruby-1.9.2-p290 - #configuring
  41. ruby-1.9.2-p290 - #compiling
  42. ruby-1.9.2-p290 - #installing
  43. Removing old Rubygems files...
  44. Installing rubygems-1.8.10 for ruby-1.9.2-p290 ...
  45. Installation of rubygems completed successfully.
  46. ruby-1.9.2-p290 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
  47. ruby-1.9.2-p290 - #importing default gemsets (/Users/tandersen/.rvm/gemsets/)
  48. Install of ruby-1.9.2-p290 - #complete
  49. Using /Users/tandersen/.rvm/gems/ruby-1.9.2-p290
  50. Snow-Pro:~ tandersen$
  51.  
  52. Snow-Pro:~ tandersen$ irb
  53. ruby-1.9.2-p290 :001 > x = 3
  54. => 3
  55. ruby-1.9.2-p290 :002 > x*x
  56. => 9
  57.  
  58. rvm install 1.9.2 -C --with-gcc=clang
Add Comment
Please, Sign In to add comment