Hi, the bug is inside gnulib usage.
The configure detects that stat() does not work correctly on 7.2 kernel and should use gnulib function instead. But the gnulib module is not linked in libshishi.so The problem does not affect linux kernels and will be workarounded after GNU/kFreeBSD switches to 8.0 kernels. The needed moduled is in db/gl/stat.c, but not in gl/ directory. Petr GNU/kFreeBSD io.debian.net 7.2-1-686: checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... no checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... no GNU/kFreeBSD asdfasdf 8.0-1-amd64: checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... yes Kernel: Linux 2.6.26-1-vserver-amd64 amd64 (x86_64) checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... yes -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org