richo / juici

Prioritised CI server
MIT License
6 stars 5 forks source link

bundle install issues #67

Closed hslee16 closed 11 years ago

hslee16 commented 11 years ago

running bundle install initially causes issue:

lexs-Mac-mini:juici alee$ bundle install The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. Fetching gem metadata from http://rubygems.org/......... Fetching gem metadata from http://rubygems.org/.. Resolving dependencies... Using rake (0.9.2.2) Using i18n (0.6.1) Installing multi_json (1.3.7) Installing activesupport (3.2.9) Using builder (3.0.4) Installing activemodel (3.2.9) Installing ansible (0.2.0) Installing bson (1.7.1) Installing bson_ext (1.7.1) Installing daemons (1.1.9) Installing diff-lcs (1.1.3) Installing eventmachine (1.0.0) Installing github-markdown (0.5.3) Installing json (1.7.5) Installing moped (1.2.9) Installing origin (1.0.10) Installing tzinfo (0.3.35) Installing mongoid (3.0.13) Installing rack (1.4.1) Installing rack-protection (1.2.0) Installing tilt (1.3.3) Installing sinatra (1.3.3) Installing thin (1.5.0) Using juici (0.0.1.alpha1) from source at . Errno::EACCES: Permission denied - juici-0.0.1.alpha1.gem An error occurred while installing juici (0.0.1.alpha1), and Bundler cannot continue. Make sure that gem install juici -v '0.0.1.alpha1' succeeds before bundling.

Running the prescribed command installs the gem successfully.

hslee16 commented 11 years ago

Please ignore. This issue was caused by incorrect permissions on the working dir.