[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rubygems - 404 Error for gems.datamapper.org/yaml

Old Echo

7/18/2008 4:36:00 PM

Hi everyone,
I'm at my wits end here. I've been trying to install a gem all day, but
Rubygems won't let me because it keeps crashing while trying to update
gem metadata for some Datamapper gems.

I had originally added the gems.datamapper.org repo to my sources, but
now I can't remove it, because...doh...Rubygems always wants to update
metadata BEFORE running any command.

I'm on Mac OSX Leopard using the normal Ruby 1.8.6 that came with the
box.

Below is a transcript of my trials and tribulations:

ca1-osx-l214:Library kodama$ gem install trollop
Bulk updating Gem source index for: http://gems.ruby...
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 404 fetching http://gems.datamappe...
ca1-osx-l214:Library kodama$ gem sources
*** CURRENT SOURCES ***

http://gems.rub...
http://gems.data...
ca1-osx-l214:Library kodama$ gem sources -r http://gems.data...
Bulk updating Gem source index for: http://gems.ruby...
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 404 fetching http://gems.datamappe...
ca1-osx-l214:Library kodama$ ping http://gems.datamappe...
ping: cannot resolve http://gems.datamappe...: Unknown host
ca1-osx-l214:Library kodama$ echo Oh noes

Can anyone point me in the right direction on this?

Thank you very much,
kodama
--
Posted via http://www.ruby-....

1 Answer