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

Bug 453966

Summary: www-apps/redmine-2.2.0 should depend on dev-ruby/fastercsv
Product: Gentoo Linux Reporter: laurent.sturnack
Component: Current packagesAssignee: MATSUU Takuto (RETIRED) <matsuu>
Status: RESOLVED FIXED    
Severity: normal CC: cruzki123, vladimir.martsul
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description laurent.sturnack 2013-01-25 11:28:43 UTC
Redmine 2.2.0 doesn't seem usable without Fastercsv. Redmine was installed, but visiting it with a web client gives an error page saying it can't find fastercsv.

Reproducible: Always

Steps to Reproduce:
1. Install www-apps/redmine-2.2.0 but not dev-ruby/fastercsv
2. Visit the redmine installation -> access not possible because fastercsv cannot be found
3. Install dev-ruby/fastercsv
4. Redmine is now accessible
Actual Results:  
After installing dev-ruby/fastercsv, redmine was accessible

Expected Results:  
www-apps/redmine-2.2.0 should pull dev-ruby/fastercsv

It's not a big deal as it's easy to install fastercsv but neither emerging it normally or as oneshot is a good solution.
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2013-05-11 21:20:16 UTC
Hm I guess this is the problem due to ruby18. Comment in dev-ruby/fastercsv ebuild sais:

# ruby19 → not needed, it's bundled as part of the main package and with recent version this package will raise an exception.

So I've added following dependency:
    ruby_targets_ruby18? (
        >=dev-ruby/fastercsv-1.5[]
    )

Fixed.