On 16/09/13 13:48, Daniel Holbach wrote: > daniel@daydream:~/avis-client-c-1.2.4/src/test$ LC_ALL=C gcc -Wall -pedantic > -pthread -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Werror=format-security -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z -Wl,relro > -Wl,-z -Wl,now -o .libs/tests tests.o check_messages.o check_security.o > check_client.o check_collections.o check_invoke.o check_uri.o > ../../src/lib/.libs/libavis.so ../../packages/check/src/.libs/libcheck.a -lm > -pthread > ../../src/lib/.libs/libavis.so: undefined reference to `ceilf' > collect2: error: ld returned 1 exit status > daniel@daydream:~/avis-client-c-1.2.4/src/test$ >
I've looked more closely, it appears that one of the other libraries used to create libavis.so was linked without explicit "-lm" I've uploaded 1.2.4-8 which adds "-lm" for packages/hashtable/Makefile.am The fix is in git, could you please try it and let me know if it works? You can clone from: git clone git://git.debian.org/collab-maint/avis-client-c.git or just wait for it to appear through Debian unstable -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224928 Title: FFe: Sync avis-client-c 1.2.4-7 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1224928/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
