https://bugzilla.novell.com/show_bug.cgi?id=858100 https://bugzilla.novell.com/show_bug.cgi?id=858100#c0 Summary: "bundle install" doesn't work Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Ruby AssignedTo: dmajda@suse.com ReportedBy: dmajda@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- When using ruby and rubygem-bundler from openSUSE 13.1, the "bundle install" command doesn't work: $ cat Gemfile source "http://rubygems.org" gem "rake" $ bundle install Fetching gem metadata from http://rubygems.org/.. Resolving dependencies... Enter your password to install the bundled RubyGems to your system: Installing rake (10.1.1) Errno::EACCES: Permission denied - /usr/lib64/ruby/gems/2.0.0/build_info/rake-10.1.1.info An error occurred while installing rake (10.1.1), and Bundler cannot continue. Make sure that `gem install rake -v '10.1.1'` succeeds before bundling. Some environment information: $ rpm -q ruby ruby-2.0-5.1.2.x86_64 $ rpm -q rubygem-bundler rubygem-bundler-1.3.5-3.1.2.x86_64 $ gem -v 2.0.3 The problem can be reproduced for any gem I tried. Without the "install" command working, the whole Bundler is pretty much useless. Assigning to myself as I intend to fix this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.