Date: Sun, 10 Jun 2001 09:06:08 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: current@freebsd.org Cc: jlemon@freebsd.org Subject: world broken by ipfilter move Message-ID: <Pine.BSF.4.21.0106100856040.39784-100000@besplex.bde.org>
next in thread | raw e-mail | index | archive | help
> Script started on Sun Jun 10 08:55:08 2001 > ttyp0:bde@gamplex:/usr/src/usr.bin/kdump> make depend > sh /usr/src/usr.bin/kdump/mkioctls /usr/include > ioctl.c > In file included from :66: > /usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined > /usr/include/pccard/cardinfo.h:81: warning: this is the location of the previous definition > rm -f .depend > mkdep -f .depend -a -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. /usr/src/usr.bin/kdump/kdump.c ioctl.c /usr/src/usr.bin/kdump/../ktrace/subr.c > ioctl.c:18: netinet/ip_compat.h: No such file or directory > ioctl.c:19: netinet/ip_fil.h: No such file or directory > ioctl.c:20: netinet/ip_auth.h: No such file or directory > ioctl.c:21: netinet/ip_nat.h: No such file or directory > ioctl.c:22: netinet/ip_frag.h: No such file or directory > ioctl.c:23: netinet/ip_state.h: No such file or directory > In file included from ioctl.c:96: > /usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined > /usr/include/pccard/cardinfo.h:81: warning: this is the location of the previous definition > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/usr.bin/kdump. > ttyp0:bde@gamplex:/usr/src/usr.bin/kdump> exit > > Script done on Sun Jun 10 08:55:13 2001 Everything thet uses the ipfilter headers is similarly broken. This is because I use SHARED=symlinks, and src/include/Makefile doesn't install the ipfilter headers in this case. Nor could it, since installing them would spam the source tree. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0106100856040.39784-100000>