Hi, I am trying to install will_paginate along with other plugins/gems. However it seems I have version 1.1.1 of Ruby Gems. I try updating it by ''gem install rubygems-update'' but I get an error, [***@cluster1 ***]$ gem install rubygems-update Bulk updating Gem source index for: http://gems.rubyforge.org/ /usr/lib/ruby/1.8/yaml.rb:133: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i686-linux] Aborted (core dumped) Is this to do with my host? I am unable to add gems, plugins without the upgrade. Thanks, Rob -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Also try: gem update --system --Jeremy On Thu, Jan 15, 2009 at 1:48 PM, Rob Pa <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi, > > I am trying to install will_paginate along with other plugins/gems. > > However it seems I have version 1.1.1 of Ruby Gems. > > I try updating it by ''gem install rubygems-update'' but I get an error, > > [***@cluster1 ***]$ gem install rubygems-update > Bulk updating Gem source index for: http://gems.rubyforge.org/ > /usr/lib/ruby/1.8/yaml.rb:133: [BUG] Segmentation fault > ruby 1.8.6 (2007-03-13) [i686-linux] > > Aborted (core dumped) > > Is this to do with my host? > > I am unable to add gems, plugins without the upgrade. > > Thanks, Rob > -- > Posted via http://www.ruby-forum.com/. > > > >-- http://jeremymcanally.com/ http://entp.com/ http://omgbloglol.com My books: http://manning.com/mcanally/ http://humblelittlerubybook.com/ (FREE!) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Did you find a solution to this? I am experiencing the same problem. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Michael Mike wrote:> Did you find a solution to this? I am experiencing the same problem.I contacted my host and got them to update my Ruby Gems. However I now get this message; :0:Warning: Gem::SourceIndex#search support for Regexp patterns is deprecated Cheers, Rob -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Feb 13, 9:49 am, Rob Pa <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Michael Mike wrote: > > Did you find a solution to this? I am experiencing the same problem. > > I contacted my host and got them to update my Ruby Gems. > > However I now get this message; > > :0:Warning: Gem::SourceIndex#search support for Regexp patterns is > deprecated >That''s odd... what command produces that warning? Something is calling Gem.source_index.search(/some_regexp/, ...) when it shouldn''t. --Matt Jones --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, It does it whenever I type in a command, i.e. ruby script/generate controller home Thanks, Rob -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Very odd - what version of rails is this under? --Matt Jones On Feb 15, 2:15 pm, Rob Pa <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > It does it whenever I type in a command, i.e. ruby script/generate > controller home > > Thanks, Rob > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
In cpanel, if I try to Show Available Ruby Gem(s) I get: "There was a problem fetching the list of available modules." If I try to search for a gem I get: "No Modules matched your search terms." If I try to install a gem: INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list Bulk updating Gem source index for: http://gems.rubyforge.org/ /usr/lib/ruby/1.8/yaml.rb:133: [BUG] Segmentation fault ruby 1.8.7 (2008-06-20 patchlevel 22) [i686-linux] If I try to update a gem: Updating installed gems Bulk updating Gem source index for: http://gems.rubyforge.org/ /usr/lib/ruby/1.8/yaml.rb:133: [BUG] Segmentation fault ruby 1.8.7 (2008-06-20 patchlevel 22) [i686-linux] Output from "gem list" via ssh: *** REMOTE GEMS *** Bulk updating Gem source index for: http://gems.rubyforge.org/ Terminated -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I actually can list the gems sometimes from ssh. AND, I have been able to install gems from there and they will even show up in cpanel but I can''t access them in my apps for some reason. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Matt Jones wrote:> Very odd - what version of rails is this under? > > --Matt JonesHi, Im using; Gems version 1.3.1 Rails version 2.0.2 Cheers, Rob -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This looks like a host problem of some sort - the segmentation faults are a problem that older versions of Rubygems had, where they would try to load the entire RubyForge gem listing into memory (and then fail). The 1.3.1 Rubygems now only tries to load 1000 items, so either cPanel''s hitting an old version, or your host''s memory limits are tiny. I''d recommend opening a ticket with your hosting provider to sort this out. --Matt Jones On Feb 15, 6:38 pm, Rob Pa <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Matt Jones wrote: > > Very odd - what version of rails is this under? > > > --Matt Jones > > Hi, > > Im using; > Gems version 1.3.1 > Rails version 2.0.2 > > Cheers, Rob > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Matt Jones wrote:> This looks like a host problem of some sort - the segmentation faults > are > a problem that older versions of Rubygems had, where they would try to > load the entire RubyForge gem listing into memory (and then fail). The > 1.3.1 > Rubygems now only tries to load 1000 items, so either cPanel''s hitting > an > old version, or your host''s memory limits are tiny. I''d recommend > opening > a ticket with your hosting provider to sort this out. > > --Matt JonesThanks for the reply Matt, What would you suggest me to raise with my host then? Is it ruby gems that is out of date? Should I suggest a whole upgrade of Ruby/Rails/Gems? I am running; Rails 2.0.2 Gems 1.3.1 Ruby 1.8.6 Thanks a lot, Rob -- Posted via http://www.ruby-forum.com/.