Le mardi 14 avril 2015 à 14:24 +0200, Patrick Ohly a écrit :
> [...]
> > > Also double-check that you are using the modified libsynthesis. 
> > 
> > 2) How can I ascertain this? I assumed it was enough to start
> > syncevolution with the full path to the compiled version.
> 
> You are right, libtool shell wrappers take care of that. However, other
> files (like XML fragments) need to be installed unless additional env
> variables get set as describe in the main README - I got a bit confused
> here myself. Typically I develop with shared libs disabled.
> 
> To verify, run
> LD_DEBUG=files src/syncevolution --version --daemon=no 2>&1 | grep 
> libsynthesis

I assume /usr/local/bin/syncevolution (there's no /src/syncevolution) so
I ran:
LD_DEBUG=files /usr/local/bin/syncevolution --daemon=no 2>&1 | grep
libsynthesis

The output:

     23521:     file=libsynthesis.so.0 [0];  needed
by /usr/lib/libsyncevolution.so.0 [0]
     23521:     file=libsynthesis.so.0 [0];  generating link map
     23521:     file=libsqlite3.so.0 [0];  needed
by /usr/lib/libsynthesis.so.0 [0]
     23521:     file=libexpat.so.1 [0];  needed
by /usr/lib/libsynthesis.so.0 [0]
     23521:     calling init: /usr/lib/libsynthesis.so.0
     23521:     calling fini: /usr/lib/libsynthesis.so.0 [0]

... doesn't look good to me: I expected /usr/local/lib/...
                                             ^^^^^
How could I force the use of this last path?

Perhaps uninstalling libsynthesis from the repos.?
Perhaps I should even have done this before compiling?
> 
> That should show your own libsynthesis.
> 
> > 3) I added that last option to the command line, which read
> > /usr/local/bin/syncevolution --daemon=no --run loglevel@default=4
> > funambol
> > 
> > There is still something wrong, because the dummy "test5" event got
> > synced with time offset, but unlike the previous attempt, I can't see
> > any trace of it in the logfile. Perhaps point (2) above?
> 
> Perhaps it wasn't sent because it was already synced before? Did you
> recreate or modify it before that sync?
> 

Yes, I erased the previous dummy event, and recreated this one just
before the last sync (but I did this in one step).

Best regards,
-- 
Daniel CLEMENT
_______________________________________________
SyncEvolution mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution

Reply via email to