thufir

Untitled

Dec 30th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$
  3. thufir@dur:~$ gem list --remote
  4.  
  5. *** REMOTE GEMS ***
  6.  
  7. /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- zlib (LoadError)
  8. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  9. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems.rb:540:in `gunzip'
  10. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb:239:in `fetch_path'
  11. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:269:in `load_specs'
  12. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:231:in `block in list'
  13. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:227:in `each'
  14. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:227:in `list'
  15. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:150:in `find_matching_with_errors'
  16. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:177:in `find_matching'
  17. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/commands/query_command.rb:116:in `execute'
  18. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/commands/list_command.rb:31:in `execute'
  19. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/command.rb:278:in `invoke'
  20. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:147:in `process_args'
  21. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:117:in `run'
  22. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:65:in `run'
  23. from /home/thufir/.rvm/rubies/ruby-1.9.3-p362/bin/gem:25:in `<main>'
  24. thufir@dur:~$
  25. thufir@dur:~$ gem install mail
  26. ERROR: Loading command: install (LoadError)
  27. cannot load such file -- zlib
  28. ERROR: While executing gem ... (NameError)
  29. uninitialized constant Gem::Commands::InstallCommand
  30. thufir@dur:~$
  31. thufir@dur:~$ rvm -version
  32. Unrecognized command line flag: '-version' ( see: 'rvm usage' )
  33. thufir@dur:~$ rvm -v
  34.  
  35. rvm 1.17.6 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]
  36.  
  37. thufir@dur:~$
  38. thufir@dur:~$ ruby -v
  39. ruby 1.9.3p362 (2012-12-25 revision 38607) [i686-linux]
  40. thufir@dur:~$
  41. thufir@dur:~$ which ruby
  42. /home/thufir/.rvm/rubies/ruby-1.9.3-p362/bin/ruby
  43. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment