Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I emerged rmagick 1.9.2 successfully but in ruby programs I can't require 'rmagick' (or 'RMagick') because it says "no such file to load". It works with rmagick 1.3.2. Reproducible: Always Steps to Reproduce: 1. emerge lastest stable rmagick (1.9.2 for now) 2. in a ruby program: require 'rmagick' or 'RMagick' 3. Actual Results: An error: "no such file to load" Expected Results: true returned With the ebuild rmagick 1.3.2, requiring 'rmagick' works.
*** This bug has been marked as a duplicate of 111834 ***