Your message dated Wed, 3 Jan 2007 10:16:11 +0100 (CET) with message-id <[EMAIL PROTECTED]> has caused the Debian Bug report #395038, regarding sysstat: FTBFS on GNU/kFreeBSD to be marked as having been forwarded to the upstream software author(s) Sebastien Godard <[EMAIL PROTECTED]>.
(NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Hi Sebastien, Sysstat fail to compile on kFreeBSD because it includes <linux/major.h>. I think the declaration could be removed out completly since it does not seem to be used in iostat.c: [201]/home/robert> grep -v MAJOR /usr/include/linux/major.h | grep -v ^$ /* * This file has definitions for major device numbers. * For the device number assignments, see Documentation/devices.txt. */ #endif [202]/home/robert> grep MAJOR ioconf.h [203]/home/robert> Best Regards, robert ----- Forwarded message from Petr Salinger <[EMAIL PROTECTED]> ----- From: Petr Salinger <[EMAIL PROTECTED]> Subject: Bug#395038: sysstat: FTBFS on GNU/kFreeBSD To: [EMAIL PROTECTED] Lines: 26 Package: sysstat Severity: important Version: 7.0.0-2 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It have to include <linux/major.h> in ioconf.c only on linux. Please use snippet bellow. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr ioconf.c: #ifdef __linux__ #include <linux/major.h> #endif ----- End forwarded message -----
--- End Message ---

