Account Options

  1. Sign in
Google Groups Home
« Groups Home
Error installing gem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
bitwise  
View profile  
 More options Jun 23 2009, 5:18 am
From: bitwise <dave.m...@gmail.com>
Date: Tue, 23 Jun 2009 02:18:15 -0700 (PDT)
Local: Tues, Jun 23 2009 5:18 am
Subject: Error installing gem
Hey Luke, thanks so much for putting this code out, I just watched the
introduction of sprouts and am excited to check it out. I tried
installing the gem on os x, using the following:

$ sudo gem install sprout

I receive this error:

Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR:  While executing gem ... (Gem::RemoteFetcher::FetchError)
    OpenURI::HTTPError: 404 Not Found reading http://gems.rubyforge.org/gems/hoe-2.2.0.gem

The output from $ gem -v
1.0.1

If you could provide any help that would be great!

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luke Bayes  
View profile  
 More options Jun 23 2009, 12:58 pm
From: Luke Bayes <lba...@patternpark.com>
Date: Tue, 23 Jun 2009 09:58:37 -0700
Local: Tues, Jun 23 2009 12:58 pm
Subject: Re: [sprouts-users] Error installing gem

Hey Dave,
Please update your Gem installation -

sudo gem --update

Let me know if that sorts it out for you.

Thanks,

Luke


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bitwise  
View profile  
 More options Jun 23 2009, 2:12 pm
From: bitwise <dave.m...@gmail.com>
Date: Tue, 23 Jun 2009 11:12:53 -0700 (PDT)
Local: Tues, Jun 23 2009 2:12 pm
Subject: Re: Error installing gem
Luke,
Thanks for the response!

I managed to get it installed last night at home after running the
update. However when I tried to create a new project, I received the
following error:

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp.rb:37: undefined method
`register_service' for Net::SSH:Module (NoMethodError)
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
        from /Library/Ruby/Gems/1.8/gems/sprout-0.7.206-darwin/lib/sprout/
tasks/sftp_task.rb:36
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
        from /Library/Ruby/Gems/1.8/gems/sprout-0.7.206-darwin/lib/sprout/
general_tasks.rb:2
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
        from /Library/Ruby/Gems/1.8/gems/sprout-0.7.206-darwin/lib/sprout.rb:
35
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
        from /Library/Ruby/Gems/1.8/gems/sprout-0.7.206-darwin/bin/sprout:13
        from /usr/bin/sprout:19:in `load'
        from /usr/bin/sprout:19

I was able to workaround this by manually installing net-ssh AND net-
sftp gems. Are you aware of this issue with a vanilla install of
sprout? I am running leopard and haven't had any experience using gem/
ruby (if you couldnt tell). I'd be happy to file a bug if this is an
unknown issue.

Thanks,
Dave

On Jun 23, 9:58 am, Luke Bayes <lba...@patternpark.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bitwise  
View profile  
 More options Jun 23 2009, 2:14 pm
From: bitwise <dave.m...@gmail.com>
Date: Tue, 23 Jun 2009 11:14:02 -0700 (PDT)
Local: Tues, Jun 23 2009 2:14 pm
Subject: Re: Error installing gem
Also, the correct update command is:

sudo gem update --system

In case anyone else is having trouble!

Dave

On Jun 23, 9:58 am, Luke Bayes <lba...@patternpark.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luke Bayes  
View profile  
 More options Jun 23 2009, 6:31 pm
From: Luke Bayes <lba...@patternpark.com>
Date: Tue, 23 Jun 2009 15:31:31 -0700
Local: Tues, Jun 23 2009 6:31 pm
Subject: Re: [sprouts-users] Re: Error installing gem

Hey Dave,
Thanks for sending the correct command! I had a nagging feeling about that
one too...

Yeah - please add those bugs to the github account and put them at the top
of the list if you can.

Thanks,

Luke


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bitwise  
View profile  
 More options Jun 23 2009, 11:52 pm
From: bitwise <dave.m...@gmail.com>
Date: Tue, 23 Jun 2009 20:52:11 -0700 (PDT)
Local: Tues, Jun 23 2009 11:52 pm
Subject: Re: Error installing gem
Luke,
I just created the ticket but inadvertently closed it immediately
afterwards. It is here, perhaps you can re-open it?

http://github.com/lukebayes/project-sprouts/issues/closed#issue/20

Sorry about that!

On Jun 23, 3:31 pm, Luke Bayes <lba...@patternpark.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luke Bayes  
View profile  
 More options Jun 24 2009, 12:38 am
From: Luke Bayes <lba...@patternpark.com>
Date: Tue, 23 Jun 2009 21:38:58 -0700
Local: Wed, Jun 24 2009 12:38 am
Subject: Re: [sprouts-users] Re: Error installing gem

Got it -
Thanks!

Luke


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »