Bugs item #27503, was opened at 2009-12-01 18:37
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27503&group_id=126

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Jan Wedekind (wedesoft)
Assigned to: Nobody (None)
Summary: Rubygems does not load from user's home directory

Initial Comment:
I am using ruby-1.9.1-p243 and rubygems-1.3.5 under GNU/Linux.

# Using Ruby-1.8.6 loading the experimental gem from the home-directory works:
mkdir /tmp/malloc
cd /tmp/malloc
wget http://www.wedesoft.demon.co.uk/downloads/malloc.tar.bz2 # I've attached 
it to this bug report as well
tar xjf malloc.tar.bz2
make clean all install
ruby1.8 -rrubygems -e "require 'malloc'"

# Using Ruby-1.9.1 loading the experimental gem from the home-directory does 
not work:
make clean all install RUBY_VERSION=1.9
gem1.9 list malloc
# *** LOCAL GEMS ***
# 
# malloc (1.0.0)
ruby1.9 -rrubygems -e "require 'malloc'"
# -e:1:in `require': no such file to load -- malloc (LoadError)
#         from -e:1:in `<main>'


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27503&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to