Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372047 - dev-ruby/activerecord-3.0.7 dev-ruby/arel dependency
Summary: dev-ruby/activerecord-3.0.7 dev-ruby/arel dependency
Status: RESOLVED FIXED
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: 2011-06-17 12:40 UTC by Vadim Kuznetsov (RETIRED)
Modified: 2011-06-18 09:20 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 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.