Bug#592525: gnome-about: Doesn't start

Emilio Pozuelo Monfort pochu at debian.org
Tue Aug 10 22:57:31 UTC 2010


reassign 592525 gnome-control-center
thanks

Hi,

On 10/08/10 20:36, Adnan Hodzic wrote:
> Package: gnome-about
> Version: 2.30.2-1
> Severity: grave
> Justification: renders package unusable
> 
> When I try to run Gnome-about (gnome-about-me) it doesn't start at all. 

gnome-about != gnome-about-me

> 
> Backtrace: 

That's not really a backtrace :-)

> 
> absinthe at havoc:~$ gnome-about-me
> 
> (gnome-about-me:2725): libebook-WARNING **: e-book.c:2229: cannot activate book: Failed to execute program /usr/lib/evolution/e-addressbook-factory: Success
> 
> 
> (gnome-about-me:2725): libebook-WARNING **: e-book.c:2229: cannot activate book: Failed to execute program /usr/lib/evolution/e-addressbook-factory: Success
> 
> 
> about-me-properties-ERROR **: Failed to execute program /usr/lib/evolution/e-addressbook-factory: Success
> aborting...
> Aborted
> absinthe at havoc:~$ 

I've had to uninstall evolution-data-server to reproduce it. Here's a backtrace:

about-me-properties-ERROR **: Failed to execute program
/usr/lib/evolution/e-addressbook-factory: Success
aborting...

Program received signal SIGABRT, Aborted.
0xb7fe2424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb7fe2424 in __kernel_vsyscall ()
#1  0xb77da751 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2  0xb77ddb82 in *__GI_abort () at abort.c:92
#3  0xb793dc0e in IA__g_logv (log_domain=0x8059243 "about-me-properties",
    log_level=G_LOG_LEVEL_ERROR, format=0x805947f "%s", args1=0xbffff7dc
"\220\300\016\b\002")
    at
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gmessages.c:549
#4  0xb793dc36 in IA__g_log (log_domain=0x8059243 "about-me-properties",
    log_level=G_LOG_LEVEL_ERROR, format=0x805947f "%s")
    at
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gmessages.c:569
#5  0x08056bbb in about_me_setup_dialog () at gnome-about-me.c:905
#6  0x08057334 in main (argc=1, argv=0xbffff914) at gnome-about-me.c:998
(gdb)


The problem is here:

		if (me->book == NULL) {
			me->book = e_book_new_system_addressbook (&error);
			if (me->book == NULL || error != NULL) {
				g_error ("%s", error->message);
				g_clear_error (&error);
			}

We apparently need a dependency on evolution-data-server since me->book doesn't
seem to be optional.

Regards,
Emilio






More information about the pkg-gnome-maintainers mailing list