Re: world broken by ipfilter move

2001-06-10 Thread Osamu MIHARA

At Sun, 10 Jun 2001 09:06:08 +1000 (EST),
Bruce Evans wrote:
 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.

Is this problem fixed?  The related problem seem to be caused in
stable branch.

-- Osamu

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



world broken by ipfilter move

2001-06-09 Thread Bruce Evans

 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 [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message