Le jeudi 28 mai 2015 à 11:26 +0200, Patrick Ohly a écrit :
> On Thu, 2015-05-28 at 11:22 +0200, Daniel CLEMENT wrote:
> > Le jeudi 28 mai 2015 à 10:01 +0200, Patrick Ohly a écrit :
> > > Try this:
> > > 
> > > for i in /usr/lib/syncevolution/backends/syncecal*.so; do echo $i; if ldd 
> > > $i | grep -q "not found"; then echo "   unusable"; else echo "   usable"; 
> > > fi; done
> > > syncevolution  --daemon=no --version
> > 
> > daniel@e6330d ~ $ for i in /usr/lib/syncevolution/backends/syncecal*.so;
> > do echo $i; if ldd $i | grep -q "not found"; then echo "   unusable";
> > else echo "   usable"; fi; done
> > /usr/lib/syncevolution/backends/syncecal-2.so
> >    usable
> > /usr/lib/syncevolution/backends/syncecal-3.so
> >    usable
> > /usr/lib/syncevolution/backends/syncecal-4.so
> >    usable
> > /usr/lib/syncevolution/backends/syncecal-5.so
> >    usable
> > /usr/lib/syncevolution/backends/syncecal.so
> >    usable
> > 
> > It makes a whole lot, though everything is "usable". Could it be the
> > problem? Should I do some cleanup there?
> 
> It would be a good start. Something is messed up in your EDS
> installation if you can create the memo.ics file, but then not read it
> again.
Hmm... I could check that all of the above libraries are part of the
syncevolution-bundle package, which of course I want to keep. So I
manually erased syncecal-2, -3 and-4.so, then:

daniel@e6330d ~ $ syncevolution --run loglevel@memotoo=4 --sync
refresh-from-remote memotoo calendar

did start, but gave tons of errors like the one below:

[INFO] calendar: adding "Heures de colles"
[ERROR] calendar: error code from SyncEvolution fatal error (local,
status 10500): calendar: need non-empty LUID and revision string

(in fact one such error for each calendar item as far as I could check),
and the command failed to complete, I had to interrupt it manually.

After that, I have a calendar.ics file (which I had erased), but I can't
see it in Evolution.
-- 
Daniel CLEMENT
_______________________________________________
SyncEvolution mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution

Reply via email to