[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug#566748: shishi: FTBFS on GNU/kFreeBSD: undefined reference to `rpl_s
From: |
Petr Salinger |
Subject: |
Bug#566748: shishi: FTBFS on GNU/kFreeBSD: undefined reference to `rpl_stat' |
Date: |
Mon, 25 Jan 2010 16:19:17 +0100 (CET) |
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
- Bug#566748: shishi: FTBFS on GNU/kFreeBSD: undefined reference to `rpl_stat',
Petr Salinger <=