Bug#520857: apr: FTBFS on GNU/kFreeBSD (architecture specific symbolfile needed)
Package: apr
Severity: important
Version: 1.3.3-2
User: glibc-bsd-devel@lists.alioth.debian.org
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD with:
dpkg-gensymbols: warning: some symbols disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libapr1/DEBIAN/symbols doesn't match completely debian/libapr1.symbols
--- dpkg-gensymbols48j1s2 2009-03-23 07:18:35.000000000 +0100
+++ dpkg-gensymbolsPEDuTm 2009-03-23 07:18:35.000000000 +0100
@@ -354,7 +354,7 @@
apr_socket_recv@Base 1.2.7
apr_socket_recvfrom@Base 1.2.7
apr_socket_send@Base 1.2.7
- apr_socket_sendfile@Base 1.2.7
+#MISSING: 1.3.3-3# apr_socket_sendfile@Base 1.2.7
apr_socket_sendto@Base 1.2.7
apr_socket_sendv@Base 1.2.7
apr_socket_shutdown@Base 1.2.7
dh_makeshlibs: dpkg-gensymbols returned exit code 1
There is no supported syscall send_file(),
therefore apr_socket_sendfile does not exists.
Please, could somehow use architecture specific
symbol file for kfreebsd-i386 and kfreebsd-amd64.
Something like "grep -v sendfile libapr1.symbols"
should generate the correct one's.
Thanks in advance
Petr
Reply to: