Gems 1.3.1 and sources

F

Feng Shui

Hi folks,

I tried to install Rails today so I got Ruby 1.8.7 and gem 1.3.1 as
sources. Ruby get installed without problems and also gems worked fine
with `ruby setub.rb`.
When I now tried to install Rails via `gem install rails` gem complained
about the missing gem sources. I hoped `gem install sources` will do the
trick, but now gem still insists on "0.0.1 not > 0.0.1" (see attachment)
We'll, he's right ...
Any suggestions?

Thanks, Fengi

Attachments:
http://www.ruby-forum.com/attachment/3300/RubyGems.txt
 
E

Eric Hodel

Hi folks,

I tried to install Rails today so I got Ruby 1.8.7 and gem 1.3.1 as
sources. Ruby get installed without problems and also gems worked fine
with `ruby setub.rb`.
When I now tried to install Rails via `gem install rails` gem
complained
about the missing gem sources. I hoped `gem install sources` will do
the
trick, but now gem still insists on "0.0.1 not > 0.0.1" (see
attachment)
We'll, he's right ...
Any suggestions?

Thanks, Fengi

Attachments:
http://www.ruby-forum.com/attachment/3300/RubyGems.txt

If you run with --debug every exception encountered is printed even if
it's rescued. This particular exception is rescued.
 
F

Florian Gilcher

If you run with --debug every exception encountered is printed even
if it's rescued. This particular exception is rescued.

This seems to be more then an isolated problem. We have at least two
reports of it at the german ruby boards.

The interesting part seems to be "marshal data to short".

Regards,
Florian

--
Florian Gilcher

smtp: (e-mail address removed)
jabber: (e-mail address removed)
gpg: 533148E2
 
E

Eric Hodel

This seems to be more then an isolated problem. We have at least two
reports of it at the german ruby boards.

The interesting part seems to be "marshal data to short".

I suspect that you may have network issues. You can see which URLs
RubyGems is trying to fetch with --verbose:

$ gem list --verbose -r rails

*** REMOTE GEMS ***

GET 200 OK: http://gems.rubyforge.org/latest_specs.4.8.gz
[worked for me]

This may help you figure out the problem. I see:

$ curl -I http://gems.rubyforge.org/latest_specs.4.8.gz
HTTP/1.1 200 OK
Date: Thu, 26 Feb 2009 01:06:57 GMT
Server: Apache
Last-Modified: Thu, 26 Feb 2009 00:05:04 GMT
ETag: "8c20-463c71aac8c00"
Accept-Ranges: bytes
Content-Length: 35872
Content-Type: application/x-gzip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top