Issue while Installing sproutcore - Connection refused

Hi all,

I m using MAC OS 10.5.6 version. I suppose to do a POC on sproutcore.
Totally new to this stuffs .
i do have Ruby(ruby 1.8.6 (2008-08-11 patchlevel 287)
[universal-darwin9.0]
) , gems(1.0.1),rails(Rails 1.2.6
) in my mac

While i try to use sudo gem install sproutcore or sudo gem install
rubygems-update
sudo update_rubygems
sudo gem update --system
sudo gem update --system in terminal

sudo gem install sproutcore
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
Connection refused - connect(2) (Errno::ECONNREFUSED)
getting size of RubyGems.org | your community gem host

getting tis error, can anyone pl help me . Would be a great help !!!

Thanks
Samu

On Dec 11, 10:27 am, Samu E. [email protected] wrote:

rubygems-update

Are you behind a proxy or corporate firewall?

If so, please add --http-proxy with the proper proxy URL to the gem
install or gem update commands.

PS: when reporting issues related to RubyGems, please execute the
command with --debug -V option: gem install xx --debug -V

Samu E. wrote:

Hi all,

I m using MAC OS 10.5.6 version. I suppose to do a POC on sproutcore.
Totally new to this stuffs .
i do have Ruby(ruby 1.8.6 (2008-08-11 patchlevel 287)
[universal-darwin9.0]
) , gems(1.0.1),rails(Rails 1.2.6
) in my mac

While i try to use sudo gem install sproutcore or sudo gem install
rubygems-update
sudo update_rubygems
sudo gem update --system
sudo gem update --system in terminal

sudo gem install sproutcore
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
Connection refused - connect(2) (Errno::ECONNREFUSED)
getting size of RubyGems.org | your community gem host

getting tis error, can anyone pl help me . Would be a great help !!!

Thanks
Samu

You’re using an old version of RubyGems, which probably has an old
source list. Is gems.rubyforge.org even still up?

Try adding http://gemcutter.org as a source and see what happens when
you try to update. If that doesn’t work, reinstall from
http://www.rubygems.org .

Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

On Dec 11, 2:23 pm, Marnen Laibow-Koser [email protected] wrote:

While i try to use sudo gem install sproutcore or sudo gem install
getting tis error, can anyone pl help me . Would be a great help !!!

Thanks
Samu

You’re using an old version of RubyGems, which probably has an old
source list. Is gems.rubyforge.org even still up?

Try adding http://gemcutter.org as a source

Eh both gems.rubyforge.org and gemcutter.org resolve to the same IP
now. But yeah, it seems like your firewall is blocking you. Do what
Luis L. suggested and let us know what happened.

Thanks for all your immediate response. we still facing proxy issue :slight_smile: .
Postponed the installation for time being :).

We have done with Sprout core installation. Snow leopard version of mac
comes alone with updated Gems. After updating gems,
‘sudo gem install sproutcore --local’ helped to install sproutcore from
Gems_Repository(Will get this folder after untar sproutcore.tar) folder.

Thanks
Samu