[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Gem errors

Gem errors

12/8/2005 1:23:00 PM

I'm trying to get going with Rails, but gem is giving me errors with
incredible frequency. I've tried this on WinXP and on RHEL. On both, I
frequently get:

ERROR: While executing gem ... (SocketError)
getaddrinfo: no address associated with hostname.

On WinXP, I get this all the time as well:

Attempting local installation of 'rails'
Local gem file not found: rails*.gem
Attempting remote installation of 'rails'
Install required dependency activesupport? [Yn]
ERROR: While executing gem ... (OpenURI::HTTPError)
300 Multiple Choices


--
Posted via http://www.ruby-....


1 Answer

Tom Copeland

12/8/2005 2:31:00 PM

0

On Thu, 2005-12-08 at 22:23 +0900, Gem errors wrote:
> I'm trying to get going with Rails, but gem is giving me errors with
> incredible frequency. I've tried this on WinXP and on RHEL. On both, I
> frequently get:
>
> ERROR: While executing gem ... (SocketError)
> getaddrinfo: no address associated with hostname.
>
> On WinXP, I get this all the time as well:
>
> Attempting local installation of 'rails'
> Local gem file not found: rails*.gem
> Attempting remote installation of 'rails'
> Install required dependency activesupport? [Yn]
> ERROR: While executing gem ... (OpenURI::HTTPError)
> 300 Multiple Choices

Hm, yup, there seems to be some problems with the gem mirroring system.
I've pulled one of the mirrors from the rotation, that should clear it
up... if it doesn't, pls let me know.

Thanks,

Tom