Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453966 - www-apps/redmine-2.2.0 should depend on dev-ruby/fastercsv
Summary: www-apps/redmine-2.2.0 should depend on dev-ruby/fastercsv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal with 1 vote (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 11:28 UTC by laurent.sturnack
Modified: 2013-05-11 21:20 UTC (History)
2 users (show)

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 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.