On Jan 7, 2007, at 7:09 PM, Eric Hodel wrote:
What is the output of `sudo gem sources`?
Can you send the contents of /opt/local/lib/ruby/gems/1.8/
source_cache?
Can you then try deleteing the file and trying again?
BTW, I have done several ruby installations in the last few days,
and my process goes like this (psuedo code):
download ruby && tar xzvf ruby...
cd ruby..
./configure && make && make install
wget rubygems
tar xzvf rubygems
cd rubygems
ruby setup.rb
gem update --system
gem install rake
... blah - fails
rm source_cache
gem install rake
all works fine.
This has happened on all 3 of the installs I did this week.
Is there a problem with the above process, or is this a bug?
Thanks
Jim Freeze
_______________________________________________
Rubygems-developers mailing list
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers