From: Stefan A. <ml...@ar...> - 2005-08-26 07:51:23
|
Hi, I've upgraded the whole libsoup, libsyncml, opensync, syncmlplugin stuff to the most recent svn revision. syncml_plugin.so is being successfully built, but did not show up when using "msynctool --listplugins". "ldd -r /usr/local/lib/opensync/plugins/syncml_plugin.so" gives the following output: libopensync.so.0 => /usr/local/lib/libopensync.so.0 (0x40006000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4003f000) libsyncml.so.0 => /usr/local/lib/libsyncml.so.0 (0x400bf000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0x400e0000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x401e7000) libz.so.1 => /usr/lib/libz.so.1 (0x401f6000) libm.so.6 => /lib/tls/libm.so.6 (0x40208000) libc.so.6 => /lib/tls/libc.so.6 (0x4022b000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40360000) libdl.so.2 => /lib/tls/libdl.so.2 (0x40364000) libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x40367000) libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x4039b000) libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x403a0000) libsoup-2.2.so.7 => /usr/local/lib/libsoup-2.2.so.7 (0x403f3000) libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0x4041a000) libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0x40481000) libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x40491000) libnsl.so.1 => /lib/tls/libnsl.so.1 (0x404de000) libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x404f2000) libwbxml2.so.0 => /usr/local/lib/libwbxml2.so.0 (0x404f7000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40510000) libpopt.so.0 => /lib/libpopt.so.0 (0x40530000) undefined symbol: smlDsServerReceivedAlert (/usr/local/lib/opensync/plugins/syncml_plugin.so) The funtion smlDsServerReceivedAlert is defined in libsyncml/objects/sml_ds_server.h but I can not see any implementation for it. Maybe one of the committers forgot to check in some code? Regards, Stefan |
From: Armin B. <arm...@de...> - 2005-08-26 10:06:19
Attachments:
signature.asc
|
Stefan Armbruster wrote: > Hi, > > I've upgraded the whole libsoup, libsyncml, opensync, syncmlplugin stuff to > the most recent svn revision. > syncml_plugin.so is being successfully built, but did not show up when using > "msynctool --listplugins". > > "ldd -r /usr/local/lib/opensync/plugins/syncml_plugin.so" gives the following > output: > > libopensync.so.0 => /usr/local/lib/libopensync.so.0 > (0x40006000) > libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4003f000) > libsyncml.so.0 => /usr/local/lib/libsyncml.so.0 (0x400bf000) > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x400e0000) > libpthread.so.0 => /lib/tls/libpthread.so.0 (0x401e7000) > libz.so.1 => /usr/lib/libz.so.1 (0x401f6000) > libm.so.6 => /lib/tls/libm.so.6 (0x40208000) > libc.so.6 => /lib/tls/libc.so.6 (0x4022b000) > libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40360000) > libdl.so.2 => /lib/tls/libdl.so.2 (0x40364000) > libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x40367000) > libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x4039b000) > libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x403a0000) > libsoup-2.2.so.7 => /usr/local/lib/libsoup-2.2.so.7 (0x403f3000) > libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0x4041a000) > libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0x40481000) > libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x40491000) > libnsl.so.1 => /lib/tls/libnsl.so.1 (0x404de000) > libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x404f2000) > libwbxml2.so.0 => /usr/local/lib/libwbxml2.so.0 (0x404f7000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) > libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40510000) > libpopt.so.0 => /lib/libpopt.so.0 (0x40530000) > undefined symbol: smlDsServerReceivedAlert > (/usr/local/lib/opensync/plugins/syncml_plugin.so) > > The funtion smlDsServerReceivedAlert is defined in > libsyncml/objects/sml_ds_server.h but I can not see any implementation for > it. Maybe one of the committers forgot to check in some code? > sorry. my fault it should be committed now. just do svn up on the syncml plugin. but i wasnt able to test it yet since i lack a syncml capable phone > Regards, > Stefan > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Stefan A. <ml...@ar...> - 2005-08-26 11:42:26
|
Armin, thanks for the fast update, the syncml plugin is now showing up fine on "msynctool --listplugins", but another problem comes up: The other syncmember ist kdepim. When starting up "msynctool --sync syncml --wait", I'll get on the console: Synchronizing group "syncml" Error while initializing syncengine: Missing database name The trace file contains: [1125055428.402817] <--- ERROR --- osync_module_load: Unable to get symbol from module /usr/local/lib/opensync/plugins/kdepim_lib.so: `get_info': /usr/lib/libgmodule-2.0.so.0: undefined symbol: get_info [1125055428.403107] [OSPLG] ERROR: Unable to load plugin /usr/local/lib/opensync/plugins/kdepim_lib.so: Unable to get symbol from module /usr/local/lib/opensync/plugins/kdepim_lib.so: `get_info': /usr/lib/libgmodule-2.0.so.0: undefined symbol: get_info Armin, since you don't have a syncml device, I'd volunteer to take the testing part for this. Regards, Stefan Am Freitag, 26. August 2005 12:06 schrieben Sie: > Stefan Armbruster wrote: > > Hi, > > > > I've upgraded the whole libsoup, libsyncml, opensync, syncmlplugin stuff > > to the most recent svn revision. > > syncml_plugin.so is being successfully built, but did not show up when > > using "msynctool --listplugins". > > > > "ldd -r /usr/local/lib/opensync/plugins/syncml_plugin.so" gives the > > following output: > > > > libopensync.so.0 => /usr/local/lib/libopensync.so.0 > > (0x40006000) > > libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4003f000) > > libsyncml.so.0 => /usr/local/lib/libsyncml.so.0 (0x400bf000) > > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x400e0000) > > libpthread.so.0 => /lib/tls/libpthread.so.0 (0x401e7000) > > libz.so.1 => /usr/lib/libz.so.1 (0x401f6000) > > libm.so.6 => /lib/tls/libm.so.6 (0x40208000) > > libc.so.6 => /lib/tls/libc.so.6 (0x4022b000) > > libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40360000) > > libdl.so.2 => /lib/tls/libdl.so.2 (0x40364000) > > libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x40367000) > > libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x4039b000) > > libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x403a0000) > > libsoup-2.2.so.7 => /usr/local/lib/libsoup-2.2.so.7 (0x403f3000) > > libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0x4041a000) > > libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0x40481000) > > libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x40491000) > > libnsl.so.1 => /lib/tls/libnsl.so.1 (0x404de000) > > libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x404f2000) > > libwbxml2.so.0 => /usr/local/lib/libwbxml2.so.0 (0x404f7000) > > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) > > libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40510000) > > libpopt.so.0 => /lib/libpopt.so.0 (0x40530000) > > undefined symbol: smlDsServerReceivedAlert > > (/usr/local/lib/opensync/plugins/syncml_plugin.so) > > > > The funtion smlDsServerReceivedAlert is defined in > > libsyncml/objects/sml_ds_server.h but I can not see any implementation > > for it. Maybe one of the committers forgot to check in some code? > > sorry. my fault > > it should be committed now. just do svn up on the syncml plugin. but i > wasnt able to test it yet since i lack a syncml capable phone > > > Regards, > > Stefan > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > > Practices Agile & Plan-Driven Development * Managing Projects & Teams * > > Testing & QA Security * Process Improvement & Measurement * > > http://www.sqe.com/bsce5sf > > _______________________________________________ > > Opensync-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Armin B. <arm...@de...> - 2005-08-26 11:51:19
Attachments:
signature.asc
|
Stefan Armbruster wrote: > Armin, > > thanks for the fast update, the syncml plugin is now showing up fine on > "msynctool --listplugins", but another problem comes up: > The other syncmember ist kdepim. When starting up "msynctool --sync syncml > --wait", I'll get on the console: > > Synchronizing group "syncml" > Error while initializing syncengine: Missing database name > > The trace file contains: > [1125055428.402817] <--- ERROR --- > osync_module_load: Unable to get symbol from > module /usr/local/lib/opensync/plugins/kdepim_lib.so: `get_info': > /usr/lib/libgmodule-2.0.so.0: undefined symbol: get_info > [1125055428.403107] [OSPLG] ERROR: Unable to load > plugin /usr/local/lib/opensync/plugins/kdepim_lib.so: Unable to get symbol > from module /usr/local/lib/opensync/plugins/kdepim_lib.so: > `get_info': /usr/lib/libgmodule-2.0.so.0: undefined symbol: get_info > > Armin, since you don't have a syncml device, I'd volunteer to take the testing > part for this. Great! :) the above problem is that i made the database names configurable. just change the config so that it looks like this: config><username></username><password></password><url></url><port>8080</port><usestringtable>1</usestringtable><contact_db>vcards</contact_db></config (notice the <contact_db> in the end) Armin > > Regards, > Stefan > > Am Freitag, 26. August 2005 12:06 schrieben Sie: > >>Stefan Armbruster wrote: >> >>>Hi, >>> >>>I've upgraded the whole libsoup, libsyncml, opensync, syncmlplugin stuff >>>to the most recent svn revision. >>>syncml_plugin.so is being successfully built, but did not show up when >>>using "msynctool --listplugins". >>> >>>"ldd -r /usr/local/lib/opensync/plugins/syncml_plugin.so" gives the >>>following output: >>> >>> libopensync.so.0 => /usr/local/lib/libopensync.so.0 >>>(0x40006000) >>> libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4003f000) >>> libsyncml.so.0 => /usr/local/lib/libsyncml.so.0 (0x400bf000) >>> libxml2.so.2 => /usr/lib/libxml2.so.2 (0x400e0000) >>> libpthread.so.0 => /lib/tls/libpthread.so.0 (0x401e7000) >>> libz.so.1 => /usr/lib/libz.so.1 (0x401f6000) >>> libm.so.6 => /lib/tls/libm.so.6 (0x40208000) >>> libc.so.6 => /lib/tls/libc.so.6 (0x4022b000) >>> libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40360000) >>> libdl.so.2 => /lib/tls/libdl.so.2 (0x40364000) >>> libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x40367000) >>> libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x4039b000) >>> libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x403a0000) >>> libsoup-2.2.so.7 => /usr/local/lib/libsoup-2.2.so.7 (0x403f3000) >>> libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0x4041a000) >>> libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0x40481000) >>> libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x40491000) >>> libnsl.so.1 => /lib/tls/libnsl.so.1 (0x404de000) >>> libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x404f2000) >>> libwbxml2.so.0 => /usr/local/lib/libwbxml2.so.0 (0x404f7000) >>> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) >>> libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40510000) >>> libpopt.so.0 => /lib/libpopt.so.0 (0x40530000) >>>undefined symbol: smlDsServerReceivedAlert >>>(/usr/local/lib/opensync/plugins/syncml_plugin.so) >>> >>>The funtion smlDsServerReceivedAlert is defined in >>>libsyncml/objects/sml_ds_server.h but I can not see any implementation >>>for it. Maybe one of the committers forgot to check in some code? >> >>sorry. my fault >> >>it should be committed now. just do svn up on the syncml plugin. but i >>wasnt able to test it yet since i lack a syncml capable phone >> >> >>>Regards, >>>Stefan >>> >>> >>>------------------------------------------------------- >>>SF.Net email is Sponsored by the Better Software Conference & EXPO >>>September 19-22, 2005 * San Francisco, CA * Development Lifecycle >>>Practices Agile & Plan-Driven Development * Managing Projects & Teams * >>>Testing & QA Security * Process Improvement & Measurement * >>>http://www.sqe.com/bsce5sf >>>_______________________________________________ >>>Opensync-users mailing list >>>Ope...@li... >>>https://lists.sourceforge.net/lists/listinfo/opensync-users > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Stefan A. <ml...@ar...> - 2005-08-26 13:23:10
Attachments:
trace.tar.gz
|
Hi Armin, now msynctool --sync syncml --wait starts up fine. When trying to start the sync on the syncml device (Nokia 9500) it shows up "initializing" for a long time and nothing more happens. I've attached the tracefiles. Regards, Stefan |
From: Armin B. <arm...@de...> - 2005-08-26 13:40:50
Attachments:
signature.asc
|
Hi, the names of the databases do not match: >>>>>>> smlLocationCompare((nil)(null), 0x80dec70(vcards), (nil)(null), 0x80e8dd8(./addressbook)) so please either change the name of the database on the syncml plugin to addressbook or change it on the phone to vcards Armin Stefan Armbruster wrote: > Hi Armin, > > now msynctool --sync syncml --wait starts up fine. When trying to start the > sync on the syncml device (Nokia 9500) it shows up "initializing" for a long > time and nothing more happens. > > I've attached the tracefiles. > > Regards, > Stefan |