Subject: Re: current build failed
To: Chris Ross <cross+netbsd@distal.com>
From: James Chacon <jmc@NetBSD.org>
List: current-users
Date: 07/01/2004 14:47:20
On Thu, Jul 01, 2004 at 02:58:44PM -0400, Chris Ross wrote:
> James Chacon wrote:
> >># compile ftp-proxy/ipf.o
> >>/usr/tools/bin/i386--netbsdelf-gcc -O2 -Wall -Wstrict-prototypes
> >>-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare
> >>-Wno-traditional -Wno-uninitialized -Wreturn-type -Wswitch -Wshadow
> >>-Werror -DLIBWRAP -nostdinc -isystem /usr/NetBSD_040701/usr/include
> >>-c /usr/src/dist/pf/libexec/ftp-proxy/ipf.c
> >>/usr/src/dist/pf/libexec/ftp-proxy/ipf.c:43:25: netinet/ipl.h: No such
> >>file or directory
>
> >This has been fixed
>
> How was this fixed? I must've missed it. I fixed it myself
> by installing ipl.h, and adding it to a set so that "build.sh
> distribution" doesn't complain. Was there another fix that
> I've missed? If so I can unmake those local changes...
From source-changes:
Modified Files:
src/libexec/ftp-proxy: Makefile
Log Message:
Add the kernel to the includes search path; ipf.c depends on it.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/libexec/ftp-proxy/Makefile
James