FS#32326 - [evolution] Does not retrieve mails anymore after upgrade to 3.6.1-1
Attached to Project:
Arch Linux
Opened by Max (homernl82) - Wednesday, 31 October 2012, 14:31 GMT
Last edited by Jan de Groot (JGC) - Thursday, 25 July 2013, 14:21 GMT
Opened by Max (homernl82) - Wednesday, 31 October 2012, 14:31 GMT
Last edited by Jan de Groot (JGC) - Thursday, 25 July 2013, 14:21 GMT
|
Details
Description:
Evolution ( extra/evolution 3.6.1-1 ) doesn't retrieve mails anymore since update from 3.4.4-1. Gets stuck at "Waiting..." Reports following missing links: (evolution:1317): evolution-plugin-lib-WARNING **: can't load plugin '/usr/lib/evolution/3.4/plugins/liborg-gnome-calendar-weather.so': libgweather-3.so.0: cannot open shared object file: No such file or directory (evolution:1689): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelgroupwise.so: libcamel-1.2.so.33: cannot open shared object file: No such file or directory (evolution-alarm-notify:1902): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelgroupwise.so: libebackend-1.2.so.2: cannot open shared object file: No such file or directory (evolution-alarm-notify:1902): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelexchange.so: libedataserverui-3.0.so.1: cannot open shared object file: No such file or directory (evolution-alarm-notify:1939): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelgroupwise.so: libecal-1.2.so.11: cannot open shared object file: No such file or directory (evolution-alarm-notify:1939): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelexchange.so: libedata-book-1.2.so.13: cannot open shared object file: No such file or directory (evolution-alarm-notify:1977): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelgroupwise.so: libedataserver-1.2.so.16: cannot open shared object file: No such file or directory (evolution-alarm-notify:1977): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelexchange.so: libebook-1.2.so.13: cannot open shared object file: No such file or directory (evolution-alarm-notify:2026): camel-CRITICAL **: camel_provider_list: Could not load /usr/lib/evolution-data-server/camel-providers/libcamelexchange.so: libedata-cal-1.2.so.15: cannot open shared object file: No such file or directory For all those libs a newer .so file was available, so I symlinked them all Result, retrieving of mails still doesn't work, but complaints are gone output is now: (evolution:2053): GLib-GObject-WARNING **: specified class size for type `CamelGroupwiseStore' is smaller than the parent type's `CamelOfflineStore' class size (evolution:2053): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed (evolution:2053): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (evolution:2053): GLib-GObject-WARNING **: specified class size for type `CamelGroupwiseTransport' is smaller than the parent type's `CamelTransport' class size (evolution:2053): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (evolution:2053): GLib-GObject-WARNING **: specified class size for type `CamelExchangeStore' is smaller than the parent type's `CamelOfflineStore' class size (evolution:2053): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed (evolution:2053): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (evolution:2053): GLib-GObject-WARNING **: specified class size for type `CamelExchangeTransport' is smaller than the parent type's `CamelTransport' class size (evolution:2053): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (evolution-alarm-notify:2062): GLib-GObject-WARNING **: specified class size for type `CamelGroupwiseStore' is smaller than the parent type's `CamelOfflineStore' class size (evolution-alarm-notify:2062): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed (evolution-alarm-notify:2062): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (evolution-alarm-notify:2062): GLib-GObject-WARNING **: specified class size for type `CamelGroupwiseTransport' is smaller than the parent type's `CamelTransport' class size (evolution-alarm-notify:2062): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (evolution-alarm-notify:2062): GLib-GObject-WARNING **: specified class size for type `CamelExchangeStore' is smaller than the parent type's `CamelOfflineStore' class size (evolution-alarm-notify:2062): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed (evolution-alarm-notify:2062): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (evolution-alarm-notify:2062): GLib-GObject-WARNING **: specified class size for type `CamelExchangeTransport' is smaller than the parent type's `CamelTransport' class size (evolution-alarm-notify:2062): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed Another small issue is that address cards in my contact list have become invisible, but I assume the cause will be the same! Primary issue is restoring the main functionality, i.e. mailing! Steps to reproduce: Install extra/evolution 3.6.1-1 and retrieve mails |
This task depends upon
I do notice that upon initial retrieval attempt it does not prompt for password as it always has previously.
I do not experience any terminal output from any of this that is of note or reproducable. The inital attempt yielded
(evolution:1794): GLib-GObject-CRITICAL **: g_object_unref: assertion `object->ref_count > 0' failed
but this has not reoccured.
http://library.gnome.org/misc/release-notes/3.6/users-evolution.html.en
GroupWise accounts can now receive emails via IMAPX and send via SOAP.
Exchange accounts can now be configured using GNOME Online Accounts.
Additionally just an fyi, I ran the application with CAMEL_DEBUG=all and through gdb quite a few times and when using send/retrieve function it does not output anything to indicate that it is waiting for an external application reponse or anything at all.
Additionally just an fyi, I ran the application with CAMEL_DEBUG=all and through gdb quite a few times and when using send/retrieve function it does not output anything to indicate that it is waiting for an external application reponse or anything at all.
I cannot speak for original poster, but, my issue is currently resolved. Now moving on to figuring out gnome-keyring integration. Sorry for the frivilous report.