Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: ruby-bdb - Berkeley DB is an embedded database system that supports keyed access to data
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=209965
------- Additional Comments From Jochen@herr-schmitt.de 2006-10-18 16:52 EST ------- God: + Tarball match with upstream. * Local build works fine. + No complaints from rpmlint on binary rpm. + No complaints for source rpm from rpmlint.
Bad: - When I try to run a test, for example 'ruby btree.rb', I will get the following error messages:
21) Error: test_21_convert(TestBtree): NoMethodError: undefined method `to_hash' for nil:NilClass btree.rb:454:in `test_21_convert'
22) Error: test_23_sh(TestBtree): NoMethodError: undefined method `close' for nil:NilClass btree.rb:485:in `test_23_sh'
23 tests, 12 assertions, 0 failures, 22 errors