GNOME Bugzilla – Bug 707804
geocode-glib should link against libm
Last modified: 2013-09-16 17:47:00 UTC
Hi, With version 0.99.2, some debian tool is complaining about missing symbols: dpkg-shlibdeps: warning: symbol atan2 used by debian/libgeocode-glib0/usr/lib/libgeocode-glib.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol cos used by debian/libgeocode-glib0/usr/lib/libgeocode-glib.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol sin used by debian/libgeocode-glib0/usr/lib/libgeocode-glib.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol sqrt used by debian/libgeocode-glib0/usr/lib/libgeocode-glib.so.0.0.0 found in none of the libraries It seems that this has been removed from the configure.ac: -AC_CHECK_LIB([m],[sin]) I guess it should be added back
Created attachment 254530 [details] [review] build: Check for libm in configure (again) As we did in 0e0e387356b340d2f539ad20696237fc94259b08 which got broken by 4d78c0ecc8c0a6a92cd29da0d0a55fc546e5463d.
Review of attachment 254530 [details] [review]: Yeah, sorry about that.
Attachment 254530 [details] pushed as d1a2a7e - build: Check for libm in configure (again)