Created
August 14, 2013 01:45
-
-
Save captproton/6227348 to your computer and use it in GitHub Desktop.
rvm errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Making gemset ruby-2.0.0-p247 pristine...................... | |
| Error running '__rvm_with ruby-2.0.0-p247 /Users/captainproton/.rvm/scripts/gemsets pristine', | |
| please read /Users/captainproton/.rvm/log/1376444595_ruby-2.0.0-p247/gemset.pristine-ruby-2.0.0-p247.log | |
| Making gemset ruby-2.0.0-p247@Rails1.9.3p392_dice2013 pristine.... | |
| Making gemset ruby-2.0.0-p247@global pristine.... | |
| captainproton@captprotonlocal /Users/captainproton/code/RubyMotion/RubyMotionSamples/ios/Fonts $ less /Users/captainproton/.rvm/log/1376444595_ruby-2.0.0-p247/gemset.pristine-ruby-2.0.0-p247.log | |
| __rvm_with () | |
| { | |
| ( __rvm_use "$1"; | |
| shift; | |
| "$@" || return $? ) | |
| } | |
| current path: /Users/captainproton/code/RubyMotion/RubyMotionSamples/ios/Fonts | |
| command(4): __rvm_with ruby-2.0.0-p247 /Users/captainproton/.rvm/scripts/gemsets pristine | |
| Restoring gems to pristine condition... | |
| activesupport-3.2.14 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-3.2.14/CHANGELOG.md | |
| claide-0.3.2 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/claide-0.3.2/lib/claide/argv.rb | |
| cocoapods-core-0.23.0 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-core-0.23.0/lib/cocoapods-core/core_ui.rb | |
| cocoapods-downloader-0.1.2 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-downloader-0.1.2/lib/cocoapods-downloader/api.rb | |
| colored-1.2 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/colored-1.2/README | |
| i18n-0.6.5 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/i18n-0.6.5/ci/Gemfile.no-rails | |
| json-1.8.0 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/json-1.8.0/.gitignore | |
| multi_json-1.7.9 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/multi_json-1.7.9/.yardopts | |
| nap-0.5.1 ERROR: While executing gem ... (Errno::EACCES) | |
| Permission denied - /Users/captainproton/.rvm/gems/ruby-2.0.0-p247/gems/nap-0.5.1/lib/rest.rb | |
| 'gem pristine activesupport --version 3.2.14 claide --version 0.3.2 cocoapods-core --version 0.23.0 cocoapods-downloader --version 0.1.2 colored --version 1.2 i18n --version 0.6.5 json --version 1.8.0 multi_json --version 1.7.9 nap --version 0.5.1' failed, you need to fix this gems manually. | |
| (END) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment