From: uchenwc@... Date: 2005-06-22T11:45:37+09:00 Subject: Re: ruby gems trouble? It seems works after download the gem file into local disk. As said on my company PC, I don't need the extra step but well I am not an expert to figure out myself. Move on for the fun part:-) I really appreciate your help, Assaph! C:\>gem --debug --backtrace install rake Exception `Errno::ENOENT' at c:/ruby/lib/ruby/site_ruby/1.8/rubygems/config_file ..rb:12 - No such file or directory - C:\Documents and Settings\Owner/.gemrc Attempting local installation of 'rake' Local gem file not found: rake*.gem Attempting remote installation of 'rake' Exception `EOFError' at c:/ruby/lib/ruby/site_ruby/1.8/rubygems/remote_installer ..rb:222 - End of file reached Updating Gem source index for: http://gems.rubyforge.org <- stop at here at least 20 mintues,kill the window -=- now download the gem file to local disk and it seems works in a minute with even router security firewall on C:\tmp>gem install rake-0.5.4.gem Attempting local installation of 'rake-0.5.4.gem' Successfully installed rake, version 0.5.4 Installing RDoc documentation for rake-0.5.4... C:\tmp> uchenwc@gmail.com wrote: > Assaph Mehr wrote: > > > > A couple of notes: > > - This operation is known to take a long time. How long have you waited > > for it to finish? > > probably no more than 30 minutes but in the company PC, the same seems > take no more than 1 minute. > > > - Are you behind a proxy/firewall? Is there any setting on the cable > > modem that's related to proxying? Have you set any envrionment > > variables/configured your browser to go through proxy? > > > > I personally do not have proxy setup. I did disable XP firewall & > router firewall and get the same result. My high speed is through > earthlink that through TimeWarner cable but does it make any > difference? > > > > Can you please post the outcome with debug information? e.g. > > gem --debug --backtrace install rake > > > > Good pointer, I'll try that tonight and compare it with my run in my > company PC. The strange thing is the company PC did go through some > proxy or DMZ zone but I did not need to do anything to make 'gem' > works. It just works. > > I appreciate your help! > > Jack > > Cheers, > > Assaph