Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 372047

Summary: dev-ruby/activerecord-3.0.7 dev-ruby/arel dependency
Product: Gentoo Linux Reporter: Vadim Kuznetsov (RETIRED) <vadimk>
Component: New packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vadim Kuznetsov (RETIRED) gentoo-dev 2011-06-17 12:40:22 UTC
rails-3.0.7 depends on ~>arel-2.0.2 which is not compatible with arel-2.1.1
activerecord-3.0.7 build is pulling ~arel-2.1.1

Result will be:
$ rails server
Could not find gem 'arel (~> 2.0.2)', required by 'rails (= 3.0.7)', in any of the sources

Downgrading arel to 2.0.4 is solving the problem.
Comment 1 Hans de Graaff gentoo-dev Security 2011-06-18 09:20:02 UTC
I've fixed this by slotting arel and let activerecord 3.0.7 depend on the 2.0.x slot.

Thanks for the report.