Subject: Re: 19980623 build failure
To: Erik E. Fair <fair@clock.org>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 06/24/1998 10:17:36
Erik E. Fair wrote:
> 
> all ===> sbin/fsck_ext2fs
> cc -O  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith  -
> I/usr/src/sbin/fsck_ext2fs/../fsck -c /usr/src/sbin/fsck_ext2fs/inode.c
> cc -O  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith  -
> I/usr/src/sbin/fsck_ext2fs/../fsck -c /usr/src/sbin/fsck_ext2fs/pass5.c
> In file included from /usr/src/sbin/fsck_ext2fs/pass5.c:51:
> /usr/include/ufs/ext2fs/ext2fs_extern.h:40: opt_fifo.h: No such file or
> director
> y
> *** Error code 1
> 
> Stop.

"me too" - though opt_fifo.h appears in the kernel compile directory,
and copying it from there to /usr/include/ufs/ext2fs seems to work
around the problem.

Cheers,

Patrick