Package: acct Version: 6.5.5-2 Severity: serious Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, There is a fairly obvious preprocessor syntax error here: --- a/acct-6.5.5/files.h.in 2014-01-28 18:02:54.000000000 +0000 +++ b/acct-6.5.5/files.h.in 2014-01-28 18:04:55.407058583 +0000 @@ -18,7 +18,7 @@ # include <sys/acct.h> # if defined __FreeBSD__ || defined __FreeBSD_kernel__ # include <osreldate.h> -# if __FreeBSD_kernel__ +# if defined __FreeBSD_kernel__ # define __FreeBSD_version __FreeBSD_kernel_version # endif /* __FreeBSD_kernel__ */ # if __FreeBSD_version >= 700100 /* FreeBSD 7.0-STABLE */ The above patch fixes the FTBFS seen on kfreebsd-*: https://buildd.debian.org/status/fetch.php?pkg=acct&arch=kfreebsd-amd64&ver=6.5.5-2&stamp=1390761987 Thanks. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: kfreebsd-amd64 (x86_64) Kernel: kFreeBSD 9.0-2-amd64-xenhvm Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org