Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118696 - ruby-dbi ebuild missing mysql-ruby dependency
Summary: ruby-dbi ebuild missing mysql-ruby dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-11 13:08 UTC by Sterling Stein
Modified: 2006-01-12 04:49 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 Sterling Stein 2006-01-11 13:08:05 UTC
Doing
emerge ruby-dbi
with USE="mysql"
does not quite work.  Running it results in this message:
class/module (TypeError)
	from /usr/lib/ruby/site_ruby/1.8/dbi/dbi.rb:392:in `_get_full_driver'
	from /usr/lib/ruby/site_ruby/1.8/dbi/dbi.rb:372:in `connect'
	from ./db.rb:10
because the library from mysql-ruby is missing.
It should be marked as a conditional dependency in the ebuild.
After doing
emerge mysql-ruby,
everything worked just fine.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-01-12 04:49:09 UTC
Thanks, I've fixed mysql and postgresql.  Looks like firebird and odbc are probably still broken, though.