From owner-freebsd-current Sat Jun 9 16: 8:10 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id EE23837B401; Sat, 9 Jun 2001 16:08:05 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id JAA02179; Sun, 10 Jun 2001 09:08:02 +1000 Date: Sun, 10 Jun 2001 09:06:08 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: current@freebsd.org Cc: jlemon@freebsd.org Subject: world broken by ipfilter move Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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