rbbr borks on me

X

Xavier

rbbr borks out whenever I click on "about" or on any object/module.
I cannot believe this is rbbr's fault but I can't find anything wrong with my ruby install.
I emerged (gentoo box) ruby and ruby-cvs, saw no difference.
ri and rbbr-with-api have been installed as described in the installation procedure.

Can anyone help ?
TIA,
Xavier

neysx@basil neysx $ ruby -v
ruby 1.8.0 (2003-09-12) [i686-linux-gnu]

neysx@basil neysx $ ri -v
ri 0.8a

neysx@basil neysx $ rbbr
/usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:58:in `info': unhandled exception
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:115:in `info'
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:114:in `each'
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:114:in `info'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/aboutdialog.rb:29:in `initialize'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/browser.rb:60:in `new'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/browser.rb:60:in `create_menubar'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/browser.rb:59:in `call'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:54:in `main'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:54:in `main'
from /usr/bin/rbbr:22

neysx@basil neysx $ rbbr
/usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:31:in `lookup_class': unhandled exception
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:93:in `lookup_class'
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:91:in `each'
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:91:in `lookup_class'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/docviewer.rb:52:in `update'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/moduledisplay.rb:81:in `update'
from /usr/lib/ruby/1.8/observer.rb:185:in `notify_observers'
from /usr/lib/ruby/1.8/observer.rb:184:in `each'
from /usr/lib/ruby/1.8/observer.rb:184:in `notify_observers'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/moduleindex.rb:102:in `build_tree'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/moduleindex.rb:96:in `call'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:54:in `main'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:54:in `main'
from /usr/bin/rbbr:22
 
M

Masao Mutoh

Hi,

rbbr borks out whenever I click on "about" or on any object/module.
I cannot believe this is rbbr's fault but I can't find anything wrong with my ruby install.
I emerged (gentoo box) ruby and ruby-cvs, saw no difference.
ri and rbbr-with-api have been installed as described in the installation procedure.

Can anyone help ?
TIA,
Xavier

Did you try Ruby-GNOME2-0.7.0 and rbbr-0.4.0 ?
If not, try them first.

And if you have installed an old version of rbbr,
try to remove them at first, and install new version of rbbr.
neysx@basil neysx $ ruby -v
ruby 1.8.0 (2003-09-12) [i686-linux-gnu]

neysx@basil neysx $ ri -v
ri 0.8a

neysx@basil neysx $ rbbr
/usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:58:in `info': unhandled exception
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:115:in `info'
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:114:in `each'
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:114:in `info'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/aboutdialog.rb:29:in `initialize'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/browser.rb:60:in `new'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/browser.rb:60:in `create_menubar'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/browser.rb:59:in `call'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:54:in `main'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:54:in `main'
from /usr/bin/rbbr:22

neysx@basil neysx $ rbbr
/usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:31:in `lookup_class': unhandled exception
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:93:in `lookup_class'
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:91:in `each'
from /usr/lib/ruby/site_ruby/1.8/rbbr/doc.rb:91:in `lookup_class'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/docviewer.rb:52:in `update'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/moduledisplay.rb:81:in `update'
from /usr/lib/ruby/1.8/observer.rb:185:in `notify_observers'
from /usr/lib/ruby/1.8/observer.rb:184:in `each'
from /usr/lib/ruby/1.8/observer.rb:184:in `notify_observers'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/moduleindex.rb:102:in `build_tree'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/moduleindex.rb:96:in `call'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:54:in `main'
from /usr/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:54:in `main'
from /usr/bin/rbbr:22
 
X

Xavier

Hi,

Thanks for your reply.

Hi,



Did you try Ruby-GNOME2-0.7.0 and rbbr-0.4.0 ? If not, try them first.

And if you have installed an old version of rbbr, try to remove them at
first, and install new version of rbbr.

Indeed.
I had to google about to find out I needed to manually remove a previous
version. It would be nice to mention this in the README. Anyway, rbbr
works great now.

Cheers,
Xavier
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,281
Latest member
Pedroaciny

Latest Threads

Top