Bug#736949: FTBFS[kfreebsd-*]: preprocessor syntax error

2014-03-03 Thread Petter Reinholdtsen

Hi.  how-can-i-help just told me that acct has been removed from jessie,
and URL: http://packages.qa.debian.org/a/acct.html  show that it fail
to re-enter because of this bug.  Any plans to apply the patch to fix
it?

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#736949: FTBFS[kfreebsd-*]: preprocessor syntax error

2014-01-28 Thread Steven Chamberlain
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.0 +
+++ b/acct-6.5.5/files.h.in 2014-01-28 18:04:55.407058583 +
@@ -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=acctarch=kfreebsd-amd64ver=6.5.5-2stamp=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