« Return to Thread: Debian lenny and svn opensync

Re: Debian lenny and svn opensync

by Daniel Gollub-2 :: Rate this Message:

Reply to Author | View in Thread

Hi Chris,

On Thursday 26 March 2009 06:26:28 am Chris Frey wrote:
> Is anyone else using Debian Lenny successfully with the latest SVN opensync
> and evolution plugin?  The results I'm getting are almost approaching
> random, with crashes and segfaults and hangs, generating core dumps with
> backtraces into libc and libgconf.

Interesting - last night someone on IRC had exactly the same problem...
http://pastebin.ca/1372538

Could you try attached patch?


>
> I just want to know I'm not crazy. :-)  If other people are using it on
> Debian Lenny, I'd dearly love to know your config.

Looks like you're not alone - it's working for me. But i'm running openSUSE 11.1.
The guy from last night was also using lenny - but he wasn't sure if his installation was
"clean". But since you're within 12h the second guy i guess their is an issue with the recent
packaging or recent version of evolution or e-d-s.

Which exactly version of evolution and e-d-s and libgconf are you running?

Best Regards,
Daniel

---

Index: src/evolution2_sync.c
===================================================================
--- src/evolution2_sync.c       (revision 5315)
+++ src/evolution2_sync.c       (working copy)
 -213,6 +213,7 @@
        osync_plugin_set_longname(plugin, "Evolution 2.x");
        osync_plugin_set_description(plugin, "Address book, calendar and task list of
Evolution 2");
 
+       osync_plugin_set_start_type(plugin, OSYNC_START_TYPE_PROCESS);
        osync_plugin_set_initialize(plugin, evo2_initialize);
        osync_plugin_set_finalize(plugin, evo2_finalize);
        osync_plugin_set_discover(plugin, evo2_discover);

------------------------------------------------------------------------------
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

 « Return to Thread: Debian lenny and svn opensync