Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.58 KB | None | 0 0
  1. [2013-02-06 14:19:04] rvm gemset pristine # under ruby-1.9.3-p374
  2. Restoring gems to pristine condition...
  3. bigdecimal-1.1.0 ERROR:  While executing gem ... (Zlib::GzipFile::Error)
  4.     not in gzip format
  5. io-console-0.3 ERROR:  While executing gem ... (Zlib::GzipFile::Error)
  6.     not in gzip format
  7. json-1.5.4 ERROR:  While executing gem ... (Zlib::GzipFile::Error)
  8.     not in gzip format
  9. minitest-2.5.1 ERROR:  While executing gem ... (Zlib::GzipFile::Error)
  10.     not in gzip format
  11. rake-0.9.2.2 ERROR:  While executing gem ... (Zlib::GzipFile::Error)
  12.     not in gzip format
  13. rdoc-3.9.4 ERROR:  While executing gem ... (Zlib::GzipFile::Error)
  14.     not in gzip format
  15.  
  16. 'gem pristine bigdecimal --version 1.1.0 io-console --version 0.3 json --version 1.5.4 minitest --version 2.5.1 rake --version 0.9.2.2 rdoc --version 3.9.4' failed, you need to fix this gems manually.
  17. [2013-02-06 14:19:15] rvm gemset pristine # under ruby-1.9.3-p374@global
  18. Restoring gems to pristine condition...
  19.  
  20. finished.
  21. [2013-02-06 14:31:41] rvm gemset pristine # under ruby-1.9.3-p374
  22. Restoring gems to pristine condition...
  23. bigdecimal-1.1.0 ERROR:  Loading command: pristine (LoadError)
  24.     cannot load such file -- zlib
  25. ERROR:  While executing gem ... (NameError)
  26.     uninitialized constant Gem::Commands::PristineCommand
  27. io-console-0.3 ERROR:  Loading command: pristine (LoadError)
  28.     cannot load such file -- zlib
  29. ERROR:  While executing gem ... (NameError)
  30.     uninitialized constant Gem::Commands::PristineCommand
  31. json-1.5.4 ERROR:  Loading command: pristine (LoadError)
  32.     cannot load such file -- zlib
  33. ERROR:  While executing gem ... (NameError)
  34.     uninitialized constant Gem::Commands::PristineCommand
  35. minitest-2.5.1 ERROR:  Loading command: pristine (LoadError)
  36.     cannot load such file -- zlib
  37. ERROR:  While executing gem ... (NameError)
  38.     uninitialized constant Gem::Commands::PristineCommand
  39. rake-0.9.2.2 ERROR:  Loading command: pristine (LoadError)
  40.     cannot load such file -- zlib
  41. ERROR:  While executing gem ... (NameError)
  42.     uninitialized constant Gem::Commands::PristineCommand
  43. rdoc-3.9.4 ERROR:  Loading command: pristine (LoadError)
  44.     cannot load such file -- zlib
  45. ERROR:  While executing gem ... (NameError)
  46.     uninitialized constant Gem::Commands::PristineCommand
  47.  
  48. 'gem pristine bigdecimal --version 1.1.0 io-console --version 0.3 json --version 1.5.4 minitest --version 2.5.1 rake --version 0.9.2.2 rdoc --version 3.9.4' failed, you need to fix this gems manually.
  49. [2013-02-06 14:31:42] rvm gemset pristine # under ruby-1.9.3-p374@global
  50. Restoring gems to pristine condition...
  51.  
  52. finished.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement