-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Permission denied - /Library/Ruby/Gems/2.0.0/extensions/universal-darwin-14/2.0.0/bigdecimal-1.2.5 #7732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! You definitely have a permissions problem, but it doesn't look related to any of our code. You should try running I'm not sure how |
Hello. I dont have any problems with brew.
This is my brew configuration
Why "brew cask" try to install bigdecimal-1.2.5 (gem) at system path? |
We don't try to install We don't have control over which Ruby gets invoked: that is determined by the parent Here is a list of all the non-Homebrew dependencies in our project. One of the following commands should fail, which should help lead you to your problem: $ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'base64'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'cgi'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'checksum'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'date'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'digest'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'forwardable'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'open3'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'optparse'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'pathname'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'rubygems'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'set'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'shellwords'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'stringio'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'strscan'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'tmpdir'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'uri'"
$ /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -e "require 'yaml'" The path Unfortunately, there is nothing we can change in our code to address local permissions problems. A working system Ruby is just a requirement of the software. |
I found the solution: |
Mac OS x 10.10
ruby: 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin14.0]
gem: 2.4.3
The text was updated successfully, but these errors were encountered: