[SyncEvolution] Issues with evolution 2.32 and syncevolution 1.1.1a
by Tino Keitel
Hi,
I upgraded to evolution and EDS 2.32. My syncevolution does not work
anymore:
[INFO] memo: inactive
[INFO] todo: inactive
[ERROR] Error allocating calendar
I found this in the log file:
[2011-02-15 21:31:52.533] Error allocating calendar
[2011-02-15 21:31:52.533] (syncevolution:24341): libecal-WARNING **: Cannot get cal from factory: Invalid source
I tried to rebuild 1.1.1a against 2.32, which failed:
backends/evolution/.libs/syncebook.a(syncebook_la-EvolutionContactSource.o):
In function
`SyncEvo::EvolutionContactSource::removeItem(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)':
/tmp/buildd/syncevolution-1.1.1/src/backends/evolution/EvolutionContactSource.cpp:350:
/undefined reference to `e_book_remove_contact'
...followed by a lot of similar errors.
Regards,
Tino
11 years, 2 months
[SyncEvolution] release request for syncevolution with caldav and carddav support
by Jelle de Jong
Can there be a new syncevolution release with the new caldav and carddav
features?
Ove may can then make a new debian release and I can test the
functionality on my N900?
I will not do a GIT checkout and build everything manually on my N900.
Maybe Patrick is also willing to test caldav and carddav, with the
following setup:
syncevolution --configure \
--template SyncEvolution \
addressbook/backend=CardDAV \
syncURL=https://secure.powercraft.nl/davical/caldav.php/delta/cardav/ \
username=delta\
password=Gaod0lae \
consumerReady=0 \
source-config@davical-carddav
syncevolution --configure \
--template SyncEvolution \
calendar/backend=CalDAV \
syncURL=https://secure.powercraft.nl/davical/caldav.php/gamma/home/ \
username=gamma\
password=roch8Jey \
consumerReady=0 \
source-config@davical-caldav
syncevolution --configure \
--template "SyncEvolution Client" \
syncURL=local://@davical-carddav \
consumerReady=1 \
username= \
password= \
davical-carddav
syncevolution --configure \
--template "SyncEvolution Client" \
syncURL=local://@davical-caldav \
consumerReady=1 \
username= \
password= \
davical-caldav
Thanks in advance,
With kind regards,
Jelle de Jong
11 years, 2 months
[SyncEvolution] ical related build failure of 1.1.99.3
by David Bremner
I get the following build failure with 1.1.99.3 on Debian Sid (in
particular version 0.44-3 of libical. At first I thought this might be
related to new strict gcc rules for linking, but severak ical libs seem
to be there. Looking at ical.h, I see only a libicalmemory_strdup,
rather than ical_strdup.
libtool: link: g++ -I/usr/include/gnome-keyring-1
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I./gdbus
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2
-uSyncEvolution_Module_Version -Wl,--export-dynamic -o syncevolution
syncevolution-syncevolution.o syncevolution-CmdlineSyncClient.o
syncevolution-AddressBookSourceRegister.o
syncevolution-EvolutionCalendarSourceRegister.o
syncevolution-EvolutionContactSourceRegister.o
syncevolution-FileSyncSourceRegister.o
syncevolution-KCalExtendedSourceRegister.o
syncevolution-MaemoCalendarSourceRegister.o
syncevolution-QtContactsSourceRegister.o
syncevolution-SQLiteContactSourceRegister.o
syncevolution-WebDAVSourceRegister.o
syncevolution-XMLRPCSyncSourceRegister.o -pthread -pthread
backends/addressbook/.libs/syncaddressbook.a
backends/evolution/.libs/syncebook.a -lebook-1.2
backends/evolution/.libs/syncecal.a -ldl -lecal-1.2 -lical -licalss
-licalvcal -ldbus-glib-1 backends/file/.libs/syncfile.a
backends/kcalextended/.libs/synckcalextended.a
backends/maemo/.libs/syncmaemocal.a
backends/qtcontacts/.libs/syncqtcontacts.a
backends/sqlite/.libs/syncsqlite.a backends/webdav/.libs/syncdav.a
backends/xmlrpc/.libs/syncxmlrpc.a
/build/bremner-syncevolution_1.1.99.3+ds1-1-amd64-pCqsd2/syncevolution-1.1.99.3+ds1/src/syncevo/.libs/libsyncevolution.a
syncevo/.libs/libsyncevolution.a -ledataserver-1.2 /usr/lib/libxml2.so
/usr/lib/libgconf-2.so -lsynthesissdk -lsynthesis -lsmltk -lsoup-2.4
/usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so -lopenobex
/usr/lib/libbluetooth.so /usr/lib/libgobject-2.0.so
/usr/lib/libgthread-2.0.so -lgnome-keyring gdbus/.libs/libgdbus.a
/usr/lib/libglib-2.0.so -ldbus-1 -lpthread -lrt -pthread
backends/evolution/.libs/syncecal.a(syncecal_la-e-cal-check-timezones.o):
In function `syncevolution_check_timezones':
/build/bremner-syncevolution_1.1.99.3+ds1-1-amd64-pCqsd2/syncevolution-1.1.99.3+ds1/src/backends/evolution/e-cal-check-timezones.c:301:
undefined reference to `ical_strdup'
/build/bremner-syncevolution_1.1.99.3+ds1-1-amd64-pCqsd2/syncevolution-1.1.99.3+ds1/src/backends/evolution/e-cal-check-timezones.c:325:
undefined reference to `ical_strdup'
11 years, 2 months
[SyncEvolution] correct syncevolution syntax for carddav and caldav
by Jelle de Jong
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everybody,
In respect to:
http://meego.gitorious.org/meego-middleware/syncevolution/blobs/master/sr...
http://permalink.gmane.org/gmane.comp.mobile.syncevolution/2177
https://bugs.meego.com/show_bug.cgi?id=8020
http://people.debian.org/~ovek/maemo/
I spent some time reading syncevoltions configs, and created this based
on the README for carddav and caldav:
You MAY use it also for testing!!
syncevolution --configure \
--template SyncEvolution CardDAV \
addressbook/backend=CardDAV \
syncURL=https://secure.powercraft.nl/davical/caldav.php/delta/cardav/ \
username=delta\
password=Gaod0lae \
consumerReady=0 \
source-config@davical-carddav
syncevolution --configure \
--template SyncEvolution CalDAV \
calendar/backend=CalDAV \
syncURL=https://secure.powercraft.nl/davical/caldav.php/gamma/home/ \
username=gamma\
password=roch8Jey \
consumerReady=0 \
source-config@davical-caldav
syncevolution --configure \
--template "SyncEvolution CardDAV Client" \
syncURL=local://@davical-carddav \
consumerReady=1 \
username= \
password= \
davical-carddav
syncevolution --configure \
--template "SyncEvolution CalDAV Client" \
syncURL=local://@davical-caldav \
consumerReady=1 \
username= \
password= \
davical-caldav
Can somebody provide feedback if this syntax is correct for configuring
the carddav and caldav URL's?
With kind regards,
Jelle de Jong
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iJwEAQECAAYFAk1ubJ8ACgkQ1WclBW9j5HlwhQQAmfCWbFBZTzWASn33Ys8M5Oth
3/2VUl+BwUTT0zUYY/v5S0bc6R3O5Ttm5ZWonkPqJnrU0+KBjIoWgYVyNxujIevW
9OkzZH3q13pjM3BGcfKPCVE6Btc+wODLjEDYbBBuqfbsteCi1YxfdLrBLNPMfUGt
NcEkLv2Tsq02p/hY5S0=
=asrX
-----END PGP SIGNATURE-----
11 years, 2 months
[SyncEvolution] Syncevolution in Fedora 14?
by Anssi Saari
I haven't used my Fedora laptop much recently, but when I tried the
distro supplied Syncevolution in Fedora 14, it immediately crashes
with segmentation fault. It was working fine in Fedora 13.
So is this a known problem or something for which a fix exists?
11 years, 2 months