Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399571 - Current stable (dev-ruby/rubygems-1.3.7-r1) inadequate
Summary: Current stable (dev-ruby/rubygems-1.3.7-r1) inadequate
Status: RESOLVED DUPLICATE of bug 348901
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-21 01:49 UTC by Mina Naguib
Modified: 2012-01-21 07:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mina Naguib 2012-01-21 01:49:57 UTC
Ruby's flagship gem, rails, no longer installs on a vanilla gentoo machine which has ruby and rubygems.

See details: https://github.com/rails/rails/issues/4565

Basically, the current stable rubygems 1.3.7 crashes while installing recently-packaged gems.

If there's no reason not to, perhaps it's due time to unmask 1.8.x ebuilds

Reproducible: Always

Steps to Reproduce:
1.gem install rails
2.
3.
Actual Results:  
ERROR:  While executing gem ... (NoMethodError)
    undefined method `call' for nil:NilClass


Expected Results:  
Rails and dependency gems to be installed successfully
Comment 1 Hans de Graaff gentoo-dev Security 2012-01-21 07:45:53 UTC
Looks like the Rails people consider this a bug on their end.

In any case we can't currently mark newer versions of rubygems stable until all use of the gems.eclass has been removed from the tree. We are almost there, but so far it hasn't been a priority.
Comment 2 Hans de Graaff gentoo-dev Security 2012-01-21 07:55:49 UTC

*** This bug has been marked as a duplicate of bug 348901 ***