Guest User

Untitled

a guest
Aug 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. Code/mikka% rvm install jruby-1.6.5
  2. jruby-1.6.5 - #fetching
  3. jruby-1.6.5 - #downloading jruby-bin-1.6.5, this may take a while depending on your connection...
  4. % Total % Received % Xferd Average Speed Time Time Time Current
  5. Dload Upload Total Spent Left Speed
  6. 100 14.6M 100 14.6M 0 0 156k 0 0:01:35 0:01:35 --:--:-- 210k
  7. jruby-1.6.5 - #extracting jruby-bin-1.6.5 to /Users/theo/.rvm/src/jruby-1.6.5
  8. jruby-1.6.5 - #extracted to /Users/theo/.rvm/src/jruby-1.6.5
  9. Building Nailgun
  10. jruby-1.6.5 - #installing to /Users/theo/.rvm/rubies/jruby-1.6.5
  11. jruby-1.6.5 - #importing default gemsets (/Users/theo/.rvm/gemsets/)
  12. Copying across included gems
  13. Fetching: jruby-launcher-1.0.9-java.gem (100%)
  14. Building native extensions. This could take a while...
  15. ERROR: Error installing jruby-launcher:
  16. ERROR: Failed to build gem native extension.
  17.  
  18. /Users/theo/.rvm/rubies/jruby-1.6.5/bin/jruby extconf.rb
  19.  
  20. make
  21. make -f inc/Makefile-rules.mk CONF=unix SUBPROJECTS= .build-conf
  22. make -f inc/Makefile-rules.mk jruby
  23. mkdir -p build/unix/Darwin
  24. rm -f build/unix/Darwin/argparser.o.d
  25. g++ -O2 -Wall -I/Library/Java/JavaVirtualMachines/JDK 1.7.0 Developer Preview.jdk/Contents/Home/include -c argparser.cpp -MMD -MP -MF build/unix/Darwin/argparser.o.d -o build/unix/Darwin/argparser.o
  26. i686-apple-darwin11-llvm-g++-4.2: 1.7.0: No such file or directory
  27. i686-apple-darwin11-llvm-g++-4.2: Developer: No such file or directory
  28. i686-apple-darwin11-llvm-g++-4.2: Preview.jdk/Contents/Home/include: No such file or directory
  29. make[2]: *** [build/unix/Darwin/argparser.o] Error 1
  30. make[1]: *** [.build-conf] Error 2
  31. make: *** [.build-impl] Error 2
  32.  
  33.  
  34. Gem files will remain installed in /Users/theo/.rvm/gems/jruby-1.6.5/gems/jruby-launcher-1.0.9-java for inspection.
  35. Results logged to /Users/theo/.rvm/gems/jruby-1.6.5/gems/jruby-launcher-1.0.9-java/./gem_make.out
  36. Code/mikka% /usr/libexec/java_home
  37. /Library/Java/JavaVirtualMachines/JDK 1.7.0 Developer Preview.jdk/Contents/Home
  38. Code/mikka% /usr/libexec/java_home -v 1.6
  39. /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
  40. Code/mikka% JAVA_HOME=$(/usr/libexec/java_home -v 1.6) rvm install jruby-1.6.5
  41. jruby-1.6.5 - #fetching
  42. jruby-1.6.5 - #extracted to /Users/theo/.rvm/src/jruby-1.6.5 (already extracted)
  43. Building Nailgun
  44. jruby-1.6.5 - #installing to /Users/theo/.rvm/rubies/jruby-1.6.5
  45. jruby-1.6.5 - #importing default gemsets (/Users/theo/.rvm/gemsets/)
  46. Copying across included gems
  47. Building native extensions. This could take a while...
  48. Successfully installed jruby-launcher-1.0.9-java
  49. 1 gem installed
Add Comment
Please, Sign In to add comment