Subject: Re: sendmail install stage is broken
To: John Klos <john@klos.com>
From: Juan RP <juan@xtrarom.org>
List: tech-pkg
Date: 10/09/2005 02:28:47
On Sun, 9 Oct 2005 00:06:20 +0000 (UTC)
John Klos <john@klos.com> wrote:

> Hi,
> 
> On netbsd-2-1-RC5 on macppc, I'm seeing sendmail go through the
> motions of installing, but then I see these problems:
> 
> install -c -o root -g wheel -m 0600 statistics /etc/mail/statisticscc
> -O -I. -I../../include -DNEWDB -DNIS -DMAP_REGEX  -DNETISO
> -I/usr/local/include -DNETINET6 -DNEEDSGETIPNODE -DTCPWRAPPERS
> -DMILTER  -I/usr/include -c conf.c conf.c:3292:27: sys/statvfs.h: No
> such file or directory conf.c: In function `freediskspace':
> conf.c:3319: error: storage size of `fs' isn't known *** Error code 1

This will need to be fixed with a check for __NetBSD_Version__ or 
modifying the configure script to detect and use statfs.h/statvfs.h.

Maybe you want to see another pkgs for the fix... sometime ago abs@
fixed some pkgs with this problem.