Package: ruby1.9
Version: 1.9.0.0-1
Severity: grave
Justification: renders package unusable


I can install gems correctly using gem1.9 (ie. gem1.9 install
fastercsv), however when I then try to use that gem in code:

gem 'fastercsv'

I get:

[EMAIL PROTECTED]:~$ ./test.rb 
gem_prelude.rb:103:in `raise': Could not find RubyGem fastercsv (>= 0)
(LoadError)
  from gem_prelude.rb:103:in `push_gem_version_on_load_path'
  from gem_prelude.rb:11:in `gem'
  from ./test.rb:7:in `<main>'

if I set GEM_HOME in my environment, then it loads as expected:

[EMAIL PROTECTED]:~$ export GEM_HOME=/var/lib/gems/1.9.0/
[EMAIL PROTECTED]:~$ ./test.rb
[EMAIL PROTECTED]:~$

My assumption is that the patch that moves the default gem directory has
a few issues, but I haven't investigated fully yet.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.8-jh (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to