Le lundi 10 février 2014 à 19:08 +0100, Patrick Ohly a écrit : > On Mon, 2014-02-10 at 18:42 +0100, Daniel CLEMENT wrote: > > Le lundi 10 février 2014 à 17:53 +0100, Patrick Ohly a écrit : > > > $ objdump -T /usr/lib/libgdbussyncevo.so.0 | grep > > > _Z21intrusive_ptr_add_refP14DBusConnection > > > 000000000000a640 g DF .text 0000000000000005 Base > > > _Z21intrusive_ptr_add_refP14DBusConnection > > > $ objdump -T /usr/libexec/syncevo-dbus-server | grep > > > _Z21intrusive_ptr_add_refP14DBusConnection > > > 0000000000000000 DF *UND* 0000000000000000 > > > _Z21intrusive_ptr_add_refP14DBusConnection > > > $ objdump -T /usr/lib/libgdbussyncevo.so.0 | grep > > > _Z21intrusive_ptr_add_refP14DBusConnection > > > 000000000000a640 g DF .text 0000000000000005 Base > > > _Z21intrusive_ptr_add_refP14DBusConnection > > > $ readelf -a /usr/libexec/syncevo-dbus-server | grep NEED > > > [ 9] .gnu.version_r VERNEED 0000000000477198 00077198 > > > 0x0000000000000001 (NEEDED) Shared library: > > > [libgdbussyncevo.so.0] > > > ... > > > $ ldd /usr/libexec/syncevo-dbus-server | grep libgdbussyncevo.so.0 > > > libgdbussyncevo.so.0 => /usr/lib/libgdbussyncevo.so.0 > > > (0x00007f02d5764000) > > > > > > Do you get similar output on your system for these commands? > > > > Quite similar: > > > > daniel@e6330v ~ $ ldd /usr/libexec/syncevo-dbus-server | grep > > libgdbussyncevo.so.0 > ^^^^^^^^^^^^^^^ > > libgdbussyncevo.so.0 => /usr/local/lib/libgdbussyncevo.so.0 > > (0x00007f7848888000) > ^^^^^^^^^^^^^^ > > Not similar enough. Why is /usr/libexec/syncevo-dbus-server referencing > a lib in /usr/local/lib? Where does that library come from?
Ouch, /usr/local/lib! This ought to come from a previous attempt at compiling SyncEvolution 1.3.99 from source. It's been uninstalled since, but obviously not completely. Done now. > > You seem to have an inconsistent installation of SyncEvolution on your > system. Fix that and SyncEvolution should work again. Confirmed. Glad I can upgrade Linux Mint Debian with confidence. Very sorry for having waisted your time and cluttered the list. Best regards, -- Daniel CLEMENT _______________________________________________ SyncEvolution mailing list [email protected] https://lists.syncevolution.org/mailman/listinfo/syncevolution
