On Tue, 2015-04-14 at 13:56 +0200, Daniel CLEMENT wrote:
Le mardi 14 avril 2015 à 12:04 +0200, Patrick Ohly a écrit :
> On Tue, 2015-04-14 at 11:59 +0200, Daniel CLEMENT wrote:
> > I notice that in the end the TZID is "Europe/Paris" _with quotes_.
> > Shouldn't the patch have removed them?
>
> Yes.
>
> > Maybe I should retry the patch,
> > paying more attention to its output.
1) Patching redone. Just to make sure I'm doing nothing wrong: the
patched file
is /syncevolution-1.5/src/synthesis/src/sysync/mimedirprofile.cpp
patched with the syntax
patch mimedirprofile.cpp < syncevo_patch.diff
(the latter being the patch you sent me)
No error.
Correct.
> 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
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?
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.