Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276179 - dev-ruby/png needs dev-ruby/ruby-inline
Summary: dev-ruby/png needs dev-ruby/ruby-inline
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-02 09:22 UTC by Rafal Rzepecki
Modified: 2009-07-03 06:02 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 Rafal Rzepecki 2009-07-02 09:22:55 UTC
dev-ruby/png has a missing REQUIRE of dev-ruby/ruby-inline. Without inline it fails on loading with
LoadError: no such file to load -- inline
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
        from /usr/lib/ruby/gems/1.8/gems/png-1.2.0/lib/png.rb:5
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
        from (irb):1

Reproducible: Always

Steps to Reproduce:
1. paludis -i dev-ruby/png
2. ruby -e 'require "png"'
Comment 1 Hans de Graaff gentoo-dev Security 2009-07-03 06:02:09 UTC
The dependency is not listed in the gemspec. I've added back the dependency and a comment so that future version bumps won't drop it based on the gemspec.

Thanks for the report.