Comment 15 for bug 319400

Revision history for this message
mark stover (stovenator) wrote :

I'm trying to build the package on Jaunty, amd64 using bzr version 86. The build seems to compile fine, but the debian packaging fails to link to libical, and libedataserverui correctly.

dpkg-shlibdeps: warning: symbol icalcomponent_as_ical_string_r used by debian/evolution-mapi/usr/lib/evolution-data-server-1.2/extensions/libecalbackendmapi.so found in none of the libraries.
dpkg-shlibdeps: warning: symbol e_passwords_ask_password used by debian/evolution-mapi/usr/lib/evolution/2.24/plugins/liborg-gnome-exchange-mapi.so found in none of the libraries.
dpkg-shlibdeps: warning: symbol e_passwords_forget_password used by debian/evolution-mapi/usr/lib/evolution/2.24/plugins/liborg-gnome-exchange-mapi.so found in none of the libraries.
dpkg-shlibdeps: warning: symbol e_passwords_get_password used by debian/evolution-mapi/usr/lib/evolution/2.24/plugins/liborg-gnome-exchange-mapi.so found in none of the libraries.
dpkg-shlibdeps: warning: symbol icalcomponent_as_ical_string_r used by debian/libexchangemapi1.0-0/usr/lib/libexchangemapi-1.0.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol icalrecurrencetype_as_string_r used by debian/libexchangemapi1.0-0/usr/lib/libexchangemapi-1.0.so.0.0.0 found in none of the libraries.

It appears that it is trying to link to the libical libraries that are included in evolution-dataserver-2.24 (but those are older libraries than the libical0 that's currently available on Jaunty).

Let me know if there's any more information you need.