Description of problem: I expected to be able to use SyncEvolution with the new WebDAV features. But as soon as I try to use it, it complains: $ syncevolution --configure --template webdav username=foo syncURL=http://foo:5233/private/test password=bar target-config@webdav [ERROR] error code from SyncEvolution fatal error (local, status 10500): addressbook: access to DAV not enabled $ https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/928210 http://bugs.debian.org/cgi-bin/$bugreport.cgi?bug=624642 http://lists.syncevolution.org/pipermail/syncevolution/2011-February/002214.html Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
After having applied this patch: muelli@bigbox /tmp/syncevolution [±:master+?] $ git diff diff --git a/syncevolution.spec b/syncevolution.spec index 119273c..feacb65 100644 --- a/syncevolution.spec +++ b/syncevolution.spec @@ -100,7 +100,7 @@ autoreconf -fiv (cd src/synthesis && autoreconf -fi && ./autogen.sh) %configure --enable-libsoup --enable-dbus-service --enable-shared \ - --with-expat=system --disable-static --enable-gui=all \ + --with-expat=system --disable-static --enable-gui=all --enable-dav \ %ifnarch s390 s390x --enable-bluetooth %else muelli@bigbox /tmp/syncevolution [±:master+?] $ It seems to work: $ syncevolution --configure --template webdav username=foo syncURL=http://sync.muelli.cryptobitch.de:5233/private/test password=bar target-config@webdav $ echo $? 0 $
syncevolution-1.3.1-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/syncevolution-1.3.1-2.fc17
syncevolution-1.3.1-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/syncevolution-1.3.1-2.fc18
Package syncevolution-1.3.1-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing syncevolution-1.3.1-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-16562/syncevolution-1.3.1-2.fc18 then log in and leave karma (feedback).
FWIW: I downloaded the RPMs from http://koji.fedoraproject.org/koji/search?terms=syncevolution-1.3.1-2.fc17&type=build&match=glob and they work great :)
syncevolution-1.3.2-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/syncevolution-1.3.2-1.fc17
syncevolution-1.3.2-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.