[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

glib2 errors

WoodHacker

12/10/2006 11:45:00 PM

Can anyone explain why I'm suddenly getting the following errors?
The large program that reports them (an editor) was working fine before
I updated my gentoo system. Get these at startup. Everything seems
to be working fine otherwize....

/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 44
GLib-GObject-CRITICAL **:g_boxed_type_register_static: assertion
`g_type_from_name (name) == 0' failed
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 44
GLib-GObject-CRITICAL **:g_param_spec_boxed: assertion
`G_TYPE_IS_BOXED (boxed_type)' failed
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 44
GLib-GObject-CRITICAL **:g_object_class_install_property: assertion
`G_IS_PARAM_SPEC (pspec)' failed
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 44
GLib-GObject-CRITICAL **:g_param_spec_boxed: assertion
`G_TYPE_IS_BOXED (boxed_type)' failed
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 44
GLib-GObject-CRITICAL **:g_object_class_install_property: assertion
`G_IS_PARAM_SPEC (pspec)' failed
/usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb: line 21
GLib-GObject-WARNING **:IA__g_object_notify: object class
`GtkTextBuffer' has no property named `copy-target-list'


Thanks,

Bill

2 Answers

Paul Lutus

12/10/2006 11:50:00 PM

0

WoodHacker wrote:

> Can anyone explain why I'm suddenly getting the following errors?
> The large program that reports them (an editor) was working fine before
> I updated my gentoo system.

What exactly did you update, and how? It looks as though your open-GL
library has been updated without resolving some dependencies.

--
Paul Lutus
http://www.ara...

Kouhei Sutou

12/11/2006 12:06:00 AM

0

Hi,

2006/12/11, WoodHacker <ramsayw1@comcast.net>:
> Can anyone explain why I'm suddenly getting the following errors?
> The large program that reports them (an editor) was working fine before
> I updated my gentoo system. Get these at startup. Everything seems
> to be working fine otherwize....

The problem was fixed in CVS.

Thanks,
--
kou