Bug 790496 - Can't use WebDAV with SyncEvolution because it's not compiled
Summary: Can't use WebDAV with SyncEvolution because it's not compiled
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: syncevolution
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Peter Robinson
QA Contact: Fedora Extras Quality Assurance
URL: http://lists.syncevolution.org/piperm...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-14 16:56 UTC by Tobias Mueller
Modified: 2012-12-11 01:22 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-11 01:22:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tobias Mueller 2012-02-14 16:56:39 UTC
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:

Comment 1 Tobias Mueller 2012-02-14 17:08:50 UTC
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
$

Comment 2 Fedora Update System 2012-10-20 11:25:35 UTC
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

Comment 3 Fedora Update System 2012-10-20 11:26:08 UTC
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

Comment 4 Fedora Update System 2012-10-21 05:59:31 UTC
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).

Comment 5 Tobias Mueller 2012-10-21 17:32:56 UTC
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 :)

Comment 6 Fedora Update System 2012-12-01 15:50:51 UTC
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

Comment 7 Fedora Update System 2012-12-11 01:22:39 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.