Comment 47 for bug 360485

Revision history for this message
Version7x (version7x) wrote :

Ok. Finally got the darn thing to work.

I believe the new version of libsoup did fix the issue....

Because I'm now getting something completely different.

I can now get all the way up to authentication, and instead of the session dying outright, I connection message:

Could not connect to server .
Make sure the URL is correct and try again.

Here is the terminal output.

$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log --component=mail
valgrind: no program specified
valgrind: Use --help for more information.
guest@hart-edi-mill-l:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log evolution --component=mail
addressbook_migrate (0.0.0)
e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results)
e-data-server-ui-Message: Key file does not have group 'Passwords-Exchange'

(evolution:20595): e-utils-WARNING **: No parent set, or default parent available for error dialog

I don't know if the valgrind log is even worthwhile at this point, but it's attached.

And, yes, I've verified the URL and the authentication information. I've also used it on other version of evolution.

Thanks!