On Thu, Apr 03, 2014 at 01:12:33PM +0200, Stefan Wollny wrote:
> [...]
> GLib-GObject:ERROR:gvaluetypes.c:455:_g_value_types_init: assertion failed: 
> (type == G_TYPE_CHAR)
> Abort trap 
> [...]

I had the same problem just a few minutes ago. On my machine the
issue was a leftover /usr/local/lib/libgobject-2.0.so.3800.0. The
update installed libgobject-2.0.so.4000.0, but that was not picked
up by programs using it. Since they were linked against the new
version and loaded the old at runtime, *BAM*.

Removing the old file fixes the problem. Note that you might have
to rebuild ports that linked against that file.

-- 
        Gregor Best

Reply via email to