[Bug 2737] New: maxlogdirs and session removal: do not delete intermediate sessions completely
by bugzilla@meego.com
http://bugs.meego.com/show_bug.cgi?id=2737
Summary: maxlogdirs and session removal: do not delete
intermediate sessions completely
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: All
OS/Version: ---
Status: NEW
Severity: enhancement
Priority: Medium
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
It is confusing that intermediate sessions are removed entirely when they are
considered "less important" than the first or last session.
Instead everything except for the status.ini should be removed, to save space
(as intended by the option) while still documenting that the session took
place.
The status.ini needs to be updated to reflect that before and after backups are
gone.
--
Configure bugmail: http://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.
11 years, 11 months
[Bug 1330] New: syncevolution.org binaries: add RPATH for /usr/lib
by bugzilla@meego.com
http://bugs.meego.com/show_bug.cgi?id=1330
Summary: syncevolution.org binaries: add RPATH for /usr/lib
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: Netbook
OS/Version: IA
Status: ASSIGNED
Severity: normal
Priority: High
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,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
When installing the 64 bit .rpms on Fedora, the 64 libsyncevolution.so is
placed in /usr/lib (same configure and compilation run as for Debian, which
puts the libs there), but then they are not found at runtime (because Fedora
doesn't have that dir in the default search path).
Two possible solutions:
- add RPATH
- put our shared libs into a non-standard location, which forces
libtool to add the RPATH
Adding RPATH might be easier.
--
Configure bugmail: http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
11 years, 11 months
[Bug 1359] New: server progress events
by bugzilla@meego.com
http://bugs.meego.com/show_bug.cgi?id=1359
Summary: server progress events
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: Netbook
OS/Version: IA
Status: ASSIGNED
Severity: normal
Priority: Medium
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: jingke.zhang(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
This is from http://bugzilla.moblin.org/show_bug.cgi?id=7709
Description From pohly 2009-11-02 07:45:58 PST (-) [reply]
When the Synthesis engine runs in server mode, it doesn't produce progress
events. According to Lukas, some heavy code refactoring would be needed to get
the progress from the client engine to the shared base class.
The effect on SyncEvolution is that when starting a sync with a phone, our
sync-UI does not show any progress. We also don't show and store statistics. We
want the usage as client and server to be as similar as possible, so we need to
get the progress events into the Synthesis server engine or stop depending on
them.
Perhaps by producing our own events inside the SynthesisDBInterface or a mix-in
class for backends? Refactoring the server code might be easier.
------- Comment #1 From pohly 2009-11-09 12:04:05 PST (-) [reply] -------
Not sure whether it is related: when the sync server session is aborted on the
server side directly after parsing the first message and sending a reply, then
the end status is "sync succeeded". Can be reproduced by running
test-dbus.py TestConnection.testStartSync
The sync session should be recorded as failed, with a suitable error code.
--
Configure bugmail: http://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.
11 years, 11 months
[Bug 2296] New: syncevo-phone-config.py return an error
by bugzilla@meego.com
http://bugs.meego.com/show_bug.cgi?id=2296
Summary: syncevo-phone-config.py return an error
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: All
OS/Version: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: toabctl(a)googlemail.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
I use syncevolution from the git repository and got the following error:
# python syncevo-phone-config.py -b AA:BB:CC:DD:EE:FF -c N900CONFIG
...
...
est Ended
****************SUMMARY****************
------------------------------------------
Configuration parameter for todo:
Test parameter:
With CTCap: True
Identifier: PC Suite
SyncML version: 1.2
Sync Source: todo
URI: Calendar
Content Type: text/calendar:2.0
------------------------------------------
Configuration parameter for calendar:
Test parameter:
With CTCap: True
Identifier: PC Suite
SyncML version: 1.2
Sync Source: calendar
URI: Calendar
Content Type: text/calendar:2.0
------------------------------------------
Configuration parameter for addressbook:
Test parameter:
With CTCap: True
Identifier: PC Suite
SyncML version: 1.2
Sync Source: addressbook
URI: Contacts
Content Type: text/vcard:3.0
------------------------------------------
Configuration parameter for memo:
Test parameter:
With CTCap: True
Identifier: PC Suite
SyncML version: 1.2
Sync Source: memo
URI: Notes
Content Type: text/plain:1.0
Traceback (most recent call last):
File "syncevo-phone-config.py", line 724, in <module>
main()
File "syncevo-phone-config.py", line 721, in main
config.run()
File "syncevo-phone-config.py", line 600, in run
runCommand (cmd)
File "syncevo-phone-config.py", line 271, in runCommand
raise Exception("%s: failed (return code %d)" % (cmd, result>>8))
Exception: syncevolution -c --template 'SyncEvolution Client' --sync-property
peerIsClient=1 N900CONFIG >/dev/null: failed (return code 1)
--
Configure bugmail: http://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.
11 years, 11 months
[Bug 10506] New: Build error,
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=10506
Summary: Build error,
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: sasch.pe(a)gmx.de
QAContact: yanshuang.zheng(a)intel.com
CC: syncevolution(a)lists.intel.com
Snipped error message:
../../../syncevolution/src/syncevo/SyncConfig.cpp: In member function ‘virtual
bool SyncEvo::SyncConfig::getUseProxy() const’:
../../../syncevolution/src/syncevo/SyncConfig.cpp:1500: error: ‘TRUE’ was not
declared in this scope
../../../syncevolution/src/syncevo/SyncConfig.cpp:1502: error: ‘FALSE’ was not
declared in this scope
It's a missing define for TRUE and FALSE, which occurs with the following
configure line:
../syncevolution/configure
--prefix=/home/saschpe/projects/C_C++/SyncEvolution/dist
--with-synthesis-src=../libsynthesis --enable-akonadi --disable-ebook
--disable-ecal
It works correctly when '--enabled-dbus-server' is added to the above line.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
11 years, 11 months
[Bug 2647] New: N900: Error during synchronization contacts with google
by bugzilla@meego.com
http://bugs.meego.com/show_bug.cgi?id=2647
Summary: N900: Error during synchronization contacts with
google
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: Media Phone
OS/Version: ARM
Status: NEW
Severity: major
Priority: Undecided
Component: Maemo 5
AssignedTo: ovek(a)debian.org
ReportedBy: jukey(a)ju-key.de
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-maemo5-bugs(a)meego.bugs
Estimated Hours: 0.0
Created an attachment (id=1108)
--> (http://bugs.meego.com/attachment.cgi?id=1108)
error log syncevolution on maemo5 - sync contacts vs. google
BUILD IMAGE(yyyy-mm-dd): Maemo 5, 10.2010.19-1
HARDWARE MODEL (on what HW this bug is uncovered): N900
I'm using syncevolution-frontend 0.7 (
http://maemo.org/packages/view/syncevolution-frontend/ ) and syncevolution
0.9.2-4 ( http://maemo.org/packages/view/syncevolution/ )
BUG DETAILED DESCRIPTIONS
===========================================================
EXACT STEPS LEADING TO PROBLEM:
===========================================================
!IMPORTANT!
Make sure you have a copy of you google contacts and the contacts on your
device!
!IMPORTANT!
1. Install the syncevolution GUI on your N900
2. Start the syncevolution application
3. Open the menu and select "add new service"
4. Tap onto "next"
5. Enter Service Name: google ans select as template: "Google"
6. Tap onto "next"
7. Enter your google username and password and tap onto "next"
8. Tap onto "Finish" to finish the wizard.
9. Select "google" in the list of configured sync services
10. Open the menu and select "edit service".
11. Switch "Contacts synchronization" from "Normal Sync" to "Refresh" from
client.
12. Tap onto "done" -> the main sync screen for this service will appear.
13. Tap onto "Synchronize!"
14. wait until the process is finnished.
EXPECTED OUTCOME:
===================
ACTUAL OUTCOME:
===================
Message "Synchronization failed"
The logfile is attached to this bug.
REPRODUCIBILITY:
=====================================
always
--
Configure bugmail: http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
11 years, 11 months