[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

annoyance with gems and zlib

Vincent Ds

4/3/2009 3:29:00 PM

Hi ... i've been trying to get rails up and running on my system. I run
OS X leopard. updated ruby to 1.8.7. Installed ruby 1.9 with a suffix
following this guide (http://ruby.tie-rack.org/28/inst...)

So I checked what rails version I had ... turns out to be 1.2.6 *iiiiik*

Quickly typed the following:

mbp:~ spobo$ gem update rails -v

And got this awesome result.

Updating installed gems
GET 302 Found: http://gems.rubyforge.org/latest_sp...
GET 200 OK:
http://guide.opendns.com/?url=gems.rubyforge.org%2Flatest_specs.4.8.gz&am...
ERROR: While executing gem ... (Zlib::GzipFile::Error)
not in gzip format
mbp:~ spobo$

so ... anyone have any clues? I'm sort of really stumped as to what goes
where when you compile programs like ruby as to what goes where and how
do you tweak/uninstall it when necessary.

ps:

mbp:~ spobo$ sudo gem update --system
Updating RubyGems
ERROR: While executing gem ... (Zlib::GzipFile::Error)
not in gzip format

ps2: yes, I know I'm not using ruby 1.9 when I do the simple gem command
and no, gem19 install rails and gem19 update --system do the same.
--
Posted via http://www.ruby-....

5 Answers

ara.t.howard

4/3/2009 3:39:00 PM

0


On Apr 3, 2009, at 9:28 AM, Vincent Ds wrote:

> nd got this awesome result.
>
> Updating installed gems
> GET 302 Found: http://gems.rubyforge.org/latest_sp...
> GET 200 OK:
> http://guide.opendns.com/?url=gems.rubyforge.org%2Flatest_specs.4.8.gz&am...


did you even try clicking the above link?


you are having dns issues. either that, or gems.rubyforge.org was
down when you ran that command. first step is always to read the
error messages! ;-)

regards.

>
> ERROR: While executing gem ... (Zlib::GzipFile::Error)
> not in gzip format
> mbp:~ spobo$

a @ http://codeforp...
--
we can deny everything, except that we have the possibility of being
better. simply reflect on that.
h.h. the 14th dalai lama




Vincent Ds

4/3/2009 3:52:00 PM

0

Ara Howard wrote:
> On Apr 3, 2009, at 9:28 AM, Vincent Ds wrote:
>
>> nd got this awesome result.
>>
>> Updating installed gems
>> GET 302 Found: http://gems.rubyforge.org/latest_sp...
>> GET 200 OK:
>> http://guide.opendns.com/?url=gems.rubyforge.org%2Flatest_specs.4.8.gz&am...
>
>
> did you even try clicking the above link?

Well ... to tell the truth I only got that reply once. The 90 other
times everything just said not in gzip format without anything else. I
was hoping it was more of a quick fix and a known issue. I'll try
turning off opendns and see what happens then.

>
>
> you are having dns issues. either that, or gems.rubyforge.org was
> down when you ran that command. first step is always to read the
> error messages! ;-)
>
> regards.
>
>>
>> ERROR: While executing gem ... (Zlib::GzipFile::Error)
>> not in gzip format
>> mbp:~ spobo$
>
> a @ http://codeforp...

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

Eric Hodel

4/3/2009 8:36:00 PM

0

On Apr 3, 2009, at 08:52, Vincent Ds wrote:
> Ara Howard wrote:
>> On Apr 3, 2009, at 9:28 AM, Vincent Ds wrote:
>>> nd got this awesome result.
>>>
>>> Updating installed gems
>>> GET 302 Found: http://gems.rubyforge.org/latest_sp...
>>> GET 200 OK:
>>> http://guide.opendns.com/?url=gems.rubyforge.org%2Flatest_specs.4.8.gz&am...
>>
>>
>> did you even try clicking the above link?
>
> Well ... to tell the truth I only got that reply once. The 90 other
> times everything just said not in gzip format without anything else. I
> was hoping it was more of a quick fix and a known issue. I'll try
> turning off opendns and see what happens then.

Did you try fetching either URL (using wget or curl or telnet)?

It seems that opendns breaks the internet on purpose. I would avoid
it at all cost.

Vincent Ds

4/3/2009 8:53:00 PM

0

Eric Hodel wrote:
> On Apr 3, 2009, at 08:52, Vincent Ds wrote:
>>> did you even try clicking the above link?
>>
>> Well ... to tell the truth I only got that reply once. The 90 other
>> times everything just said not in gzip format without anything else. I
>> was hoping it was more of a quick fix and a known issue. I'll try
>> turning off opendns and see what happens then.
>
> Did you try fetching either URL (using wget or curl or telnet)?
>
> It seems that opendns breaks the internet on purpose. I would avoid
> it at all cost.

I completely agree. Turned off opendns and everything started working
magically. Who knew ... perhaps the guys running opendns are Java
fanboys? Also, rails was using a different version of ruby which led to
some incompatibilities between rubygems and rails. Everything is fixed
now and running smoothly with phusion passenger ... brilliant :p Off to
do some conding!
--
Posted via http://www.ruby-....

David Masover

4/3/2009 11:18:00 PM

0

On Friday 03 April 2009 15:53:27 Vincent Ds wrote:
> Eric Hodel wrote:
> > It seems that opendns breaks the internet on purpose. I would avoid
> > it at all cost.
>
> I completely agree. Turned off opendns and everything started working
> magically. Who knew ... perhaps the guys running opendns are Java
> fanboys?

Nah, they just hate the Internet. Maybe they're Flash fanbois?

However, it is possible to register an IP address to not use this "feature":

<http://www.labnol.org/internet/stop-opendns-from-redirecti...
typos/4112/>

Not great, but it works, if your ISP-provided DNS is really bad enough that
you need OpenDNS. If not, easier to just turn it off.