You are not logged in.
While updating one of my Ruby pkgbuilds, I decided I needed to package crack. All went well with the standard pkgbuild, but when I checked if I could require it in irb, I got a LoadError.
Here's the short of it: with rvm installed, the standard rubygem pkgbuild puts the gem in ~/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/gems/1.9.1, but rubygems looks for gems in ~/.rvm/gems/ruby-1.9.2-p0/.
Upstream bug?
Offline
I don't think this is a bug in the PKGBUILD. You should do
rvm use systembefore doing makepkg. You could argue that makepkg should be made aware of rvm and switch to the system ruby when rvm is active. Anyway, packaged gems aren't very useful when you're using rvm.
Offline