[Bug 16452] New: CalDAV + libical: ORGANIZER parser error (Apple Calendar Server)
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=16452
Summary: CalDAV + libical: ORGANIZER parser error (Apple
Calendar Server)
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Common
Architecture: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
Run
CLIENT_TEST_SERVER=apple CLIENT_TEST_SIMPLE_UID=1 CLIENT_TEST_MODE=server
./client-test Client::Sync::ical20::testItems
with a configuration that talks to a Apple Calendar Server.
The ORGANIZER property is lost. Root cause is a parser error in libical of the
data sent by the server. From
Client_Sync_ical20_testItems.refresh.client.B/child/syncevolution-log.html:
[2011-04-20 10:50:46.268] Read block (768 bytes):
[BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Synthesis AG//NONSGML SyncML Engine V3.4.0.27//EN
BEGIN:VEVENT
UID:20060416T204922Z-4272-727-1-250@gollum
DTSTART:20060406T193000Z
DTEND:20060406T200000Z
ATTENDEE;CN=Patrick Ohly;CUTYPE=INDIVIDUAL;LANGUAGE=en;PARTSTAT=ACCEPTED;R
OLE=REQ-PARTICIPANT;RSVP=TRUE:mailto:Patrick.Ohly@gmx.de
ATTENDEE;CUTYPE=INDIVIDUAL;LANGUAGE=en;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PART
ICIPANT;RSVP=TRUE:mailto:john@bar.com
CATEGORIES:BUSINESS
CATEGORIES:MEETING
CLASS:PUBLIC
CREATED:20110420T085029Z
DTSTAMP:20110420T085029Z
LAST-MODIFIED:20110420T085029Z
ORGANIZER;CN=Patrick Ohly;SCHEDULE-AGENT=NONE;SCHEDULE-STATUS=5.3:mailto:P
atrick.Ohly(a)gmx.de
SEQUENCE:2
SUMMARY:meeting invitation
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
# [2011-04-20 10:50:46.272] Parsing:
# [2011-04-20 10:50:46.272]
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Synthesis AG//NONSGML SyncML Engine V3.4.0.27//EN
BEGIN:VEVENT
UID:20060416T204922Z-4272-727-1-250@gollum
DTSTART:20060406T193000Z
DTEND:20060406T200000Z
ATTENDEE;CN=Patrick Ohly;CUTYPE=INDIVIDUAL;LANGUAGE=en;PARTSTAT=ACCEPTED;
ROLE=REQ-PARTICIPANT;RSVP=TRUE:mailto:Patrick.Ohly@gmx.de
ATTENDEE;CUTYPE=INDIVIDUAL;LANGUAGE=en;PARTSTAT=NEEDS-ACTION;
ROLE=REQ-PARTICIPANT;RSVP=TRUE:mailto:john@bar.com
CATEGORIES:BUSINESS
CATEGORIES:MEETING
CLASS:PUBLIC
CREATED:20110420T085029Z
DTSTAMP:20110420T085029Z
LAST-MODIFIED:20110420T085029Z
ORGANIZER;CN=Patrick Ohly:ERROR: No Value
SEQUENCE:2
SUMMARY:meeting invitation
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
The data getting parsed here is the one exported by libical. Later this is
passed to Synthesis with property value "ERROR: No Value", where it gets
removed because it is not an email address (ical20 incoming script,
PARSEEMAILSPEC(ORGANIZER, CN, EM)).
Need to analyze in libical.
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
9 years, 4 months
[Bug 21311] New: item operations: authentication problem for WebDAV when using keyring
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=21311
Summary: item operations: authentication problem for WebDAV
when using keyring
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Common
Architecture: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
Affects 1.1.99.5.
When setting up a target config for WebDAV which stores the password in the
keyring, then accessing items (for example, --print-items) fails with an
authentication error because the password is not retrieved from the keyring
before running the operation.
One of the following workarounds avoids the issue:
* configure with "syncevolution --daemon=no"
* add "password=<your password>" to the command line when running the operation
--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: patrick.ohly(a)intel.com
Assigned To: syncevolution-bugs(a)meego.bugs
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=21311
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
9 years, 4 months
[Bug 21249] New: remove RPATH /usr/lib from syncevolution.org binaries
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=21249
Summary: remove RPATH /usr/lib from syncevolution.org binaries
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Common
Architecture: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
SyncEvolution 1.1.99.5a contains RPATH /usr/lib in various files. This breaks
loading libraries from other locations via LD_LIBRARY_PATH or ld.so config and
thus should be avoided.
As a workaround:
sudo perl -pi -e 's;/usr/lib(?!/);/xxx/lib;' \
/usr/lib/libsyncevolution.so.0.0.0 \
/usr/libexec/syncevo-dbus-server \
/usr/lib/syncevolution/libgdbussyncevo.so.0.0.0 \
/usr/lib/syncevolution/backends/*.so
--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: patrick.ohly(a)intel.com
Assigned To: syncevolution-bugs(a)meego.bugs
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=21249
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
9 years, 5 months
[Bug 21251] New: Syncevolution: google calendar sync fail
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=21251
Summary: Syncevolution: google calendar sync fail
Classification: MeeGo Platform
Product: OS Middleware
Platform: ---
Version: 1.2
Platform: Common
Architecture: IA
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: chengx.wang(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
ext-iekku.huttunen(a)nokia.com
Estimated Hours: 0.0
BUILD IMAGE:
mrst-debug-1.2.0.90.8.20110714.4
HARDWARE MODEL:
MRST Platform
BUG DETAILED DESCRIPTIONS
===========================================================
Fail to sync google calendar by syncevolution though it report sync
successfully.
1>Local calendar items cannot be uploaded to google server;
2>Remote calendar itmes in google server cannot be donwloaded to local DUT;
EXACT STEPS LEADING TO PROBLEM:
===========================================================
1. As meego, create peers:
$syncevolution -c -y
syncURL=https://www.google.com/calendar/dav/%u/user/?SyncEvolution=Google -y
username=<username> -y password=<password> -y peerType=CalDAV -l SyncEvolution
source-config@google-calendar calendar
$syncevolution -c -y syncURL=local://@google-calendar -y username=moblintest2
-y password=moblintest2@intel -l SyncEvolution_Client google-calendar calendar
2. Add some calendar items on google server
3. Add calendar items on local calendar from UI
4. Do sync by command:
4.1 $syncevolution --sync slow google-calendar calendar
4.2 $syncevolution --sync refresh-from-server google-calendar calendar
4.3 $syncevolution --sync refresh-from-client google-calendar calendar
4.4 $syncevolution --daemon=no google-calendar calendar
EXPECTED OUTCOME:
===================
sync success.
1. calendar local data could be upload to google server
2. remote date could be downloaded to local
ACTUAL OUTCOME:
===================
Neither of the expected 2 succeed.
USER IMPACT:
===================
User cannot sync the calendar
REPRODUCIBILITY:
=====================================
100%
EXTRA SOFTWARE INSTALLED:
============================
OTHER COMMENTS:
===================
syncevolution-webdav-1.1.99.4-6.25.i586
syncevolution-qt-dbus-1.1.99.4-6.25.i586
syncevolution-evolution-calendar-1.1.99.4-6.25.i586
syncevolution-service-google-calendar-1.1.99.4-6.25.i586
syncevolution-1.1.99.4-6.25.i586
syncevolution-evolution-contacts-1.1.99.4-6.25.i586
syncevolution-service-yahoo-1.1.99.4-6.25.i586
syncevolution-service-google-contacts-1.1.99.4-6.25.i586
kcalcore-4.1.18-5.2.i586
kcal-eds-0.1.7-1.1.i586
libical-0.46-2.15.i586
--------
Product: OS Middleware
Component: SyncEvolution
MeeGo Release: 1.2
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: chengx.wang(a)intel.com
Assigned To: patrick.ohly(a)intel.com
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=21251
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
9 years, 5 months
[Bug 19661] MeeGo PHOTO data not synchronized to peer
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=19661
peter <peter.j.zhu(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |RELEASED
CC| |peter.j.zhu(a)intel.com
--- Comment #9 from peter <peter.j.zhu(a)intel.com> 2011-07-29 11:19:32 UTC ---
sr 23400 for syncevolution accepted and this fix would be in 0729 T:T build
--------
Product: OS Middleware
Component: SyncEvolution
MeeGo Release: 1.2
Severity: normal
Priority: Medium
Keywords: triaged
Status: RELEASED
Who: peter.j.zhu(a)intel.com
Assigned To: patrick.ohly(a)intel.com
Target Build: Jul-29-11
Flags:
Changed: Status CC
--------
https://bugs.meego.com/show_bug.cgi?id=19661
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
9 years, 5 months
[Bug 21888] New: auto syncing: show errors preventing sync from starting
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=21888
Summary: auto syncing: show errors preventing sync from
starting
Classification: MeeGo Platform
Product: OS Middleware
Platform: ---
Version: 1.2
Platform: Common
Architecture: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
ext-iekku.huttunen(a)nokia.com
Estimated Hours: 0.0
BUILD IMAGE: SyncEvolution 1.1.99.5 and older (for example,
1.2.0.90.10.20110725.3)
BUG DETAILED DESCRIPTIONS
===========================================================
Notifications for automatic syncs which failed because of a password error do
not show up.
EXACT STEPS LEADING TO PROBLEM:
===========================================================
1. set up syncing with an invalid password
2. wait for an auto sync to happen (see bug #20966)
EXPECTED OUTCOME:
===================
Should show a notification which opens sync settings when clicked (bug #19587).
ACTUAL OUTCOME:
===================
No notification shown.
USER IMPACT:
===================
User never learns that he has to adapt the password, for example after changing
it on the peer.
REPRODUCIBILITY:
=====================================
100%
OTHER COMMENTS:
===================
The root cause is an incomplete implementation of the original specification
(http://bugzilla.moblin.org/web/bug_report_10000.html): instead of hiding only
temporary errors, only exactly one error code out of many triggered the
notification.
Solution is simple and low risk.
--------
Product: OS Middleware
Component: SyncEvolution
MeeGo Release: 1.2
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: patrick.ohly(a)intel.com
Assigned To: patrick.ohly(a)intel.com
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=21888
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
9 years, 5 months
[Bug 19661] MeeGo PHOTO data not synchronized to peer
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=19661
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #8 from pohly <patrick.ohly(a)intel.com> 2011-07-29 10:28:32 UTC ---
(In reply to comment #7)
> sr23318 was declined. Please submit changes as patches.
Prepared SyncEvolution 1.1.99.5.meego.1 as requested and submitted as SR 23400.
--------
Product: OS Middleware
Component: SyncEvolution
MeeGo Release: 1.2
Severity: normal
Priority: Medium
Keywords: triaged
Status: RESOLVED
Who: patrick.ohly(a)intel.com
Assigned To: patrick.ohly(a)intel.com
Target Build: Jul-29-11
Flags:
Changed: Status Resolution
--------
https://bugs.meego.com/show_bug.cgi?id=19661
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
9 years, 5 months
[Bug 19661] MeeGo PHOTO data not synchronized to peer
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=19661
praj <prajwal.karur.mohan(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |prajwal.karur.mohan(a)intel.c
| |om
Resolution|FIXED |
--- Comment #7 from praj <prajwal.karur.mohan(a)intel.com> 2011-07-28 22:09:15 UTC ---
sr23318 was declined. Please submit changes as patches.
--------
Product: OS Middleware
Component: SyncEvolution
MeeGo Release: 1.2
Severity: normal
Priority: Medium
Keywords: triaged
Status: REOPENED
Who: prajwal.karur.mohan(a)intel.com
Assigned To: patrick.ohly(a)intel.com
Target Build: Jul-29-11
Flags:
Changed: Status CC Resolution
--------
https://bugs.meego.com/show_bug.cgi?id=19661
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
9 years, 5 months