Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48702 - rbbr-0.6.0 fails with ri typerror
Summary: rbbr-0.6.0 fails with ri typerror
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 10:22 UTC by alex f
Modified: 2004-08-06 01:42 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 alex f 2004-04-22 10:22:48 UTC
The error is:

$ rbbr
/usr/lib/ruby/site_ruby/ri/ri.rb:404: warning: don't put space before argument parentheses
/usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb:1: RI is not a module (TypeError)
        from /usr/lib/ruby/1.8/rdoc/ri/ri_driver.rb:1:in `require'
        from /usr/lib/ruby/1.8/rdoc/ri/ri_driver.rb:1
        from /usr/lib/ruby/site_ruby/1.8//rbbr/doc/ri2.rb:17:in `require'
        from /usr/lib/ruby/site_ruby/1.8//rbbr/doc/ri2.rb:17
        from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:73:in `require'
        from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:73:in `initialize'
        from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:71:in `each'
        from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:71:in `initialize'
        from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/browser.rb:155:in `new'
        from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/browser.rb:155:in `initialize'
        from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:57:in `new'
        from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:57:in `main'

I have the following versions of dependencies installed:
dev-lang/ruby-1.8.1-r3
dev-ruby/ruby-gnome2-0.9.1
dev-ruby/ri-1.8b
dev-ruby/ruby-gettext-0.5.5 (installs only with LC_ALL=C currently, see
Bug #48550)

 $ equery uses rbbr
[ Colour Code : set unset ]
[ Legend    : (U) Col 1 - Current USE flags        ]
[           : (I) Col 2 - Installed With USE flags ]

 U I [ Found these USE variables in : dev-ruby/rbbr-0.6.0 ]
 + + nls : unknown
 - - cjk : Adds support for Multi-byte character languages (Chinese, Japanese, Korean)
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-04-24 11:01:21 UTC
Thanks for reporting. Fixed in CVS. However, it still doesn't show
any document though ri and refe are installed (but that's another
story).
Comment 2 Cagnulein 2004-08-05 22:08:53 UTC
similar problem:

[$][ghei][~] rbbr 
No ri documentation found in:
     /usr/share/ri/1.8/system
     /usr/share/ri/1.8/site
     /home/cagnulein/.rdoc

Was rdoc run to create documentation?
Comment 3 Michael Kohl (RETIRED) gentoo-dev 2004-08-06 01:42:47 UTC
@Comment #2:

You have run "rdoc --ri" before starting rbbr, haven't you? Because that is what the error message wants to tell you.