Skip to content
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

compass watch error with Compass 0.13.alpha.7 update #1406

Closed
ninjasort opened this issue Oct 13, 2013 · 9 comments
Closed

compass watch error with Compass 0.13.alpha.7 update #1406

ninjasort opened this issue Oct 13, 2013 · 9 comments

Comments

@ninjasort
Copy link

Errno::EACCES on line 1039 of /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/fileutils.rb: Permission denied - /Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.7/frameworks/compass/stylesheets/.listen_test
Run with --trace to see the full backtrace

@ninjasort
Copy link
Author

Updated PATH with path to ruby gem dir from homebrew.

@Anahkiasen
Copy link

How did you fix that ? I have Ruby installed with RVM, I'm getting the same thing :

overwrite css/styles.css
Errno::EACCES on line ["1143"] of /Users/anahkiasen/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb: Permission denied - /Users/anahkiasen/.rvm/gems/ruby-2.0.0-p247@develop/gems/compass-0.13.alpha.9/frameworks/compass/stylesheets/.listen_test
Run with --trace to see the full backtrace

@ninjasort
Copy link
Author

Try checking your PATH to make sure ruby is getting the right gems from rvm.

@dgsunesen
Copy link

I'm experiencing the same problem. What exactly should you put in the paths file to make it work?

@ninjasort
Copy link
Author

I'm pretty sure you want to have the path to ruby and ruby gems. If you pwd ruby and pwd compass you should make sure that they're in your PATH. echo $PATH

For example, mine are in /usr/local/bin:/usr/local/opt/ruby/bin

@DanielaValero
Copy link

Hi, I am having this same problem and my paths are properly set,

get this:

Errno::EACCES on line ["1143"] of /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb: Permission denied - /Library/Ruby/Gems/2.0.0/gems/compass-0.13.alpha.12/frameworks/compass/stylesheets/.listen_test

Do you have an idea about what can it be?

@DanielaValero
Copy link

Have this version: Compass 0.13.alpha.12

@DanielaValero
Copy link

Fixed, it was the permissions of this folder: /Library/Ruby/Gems/

@scottdavis
Copy link
Member

dup #1497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants