It keeps interesting.
root@oranje# date; make buildworld; date
Thu Oct 14 10:39:45 CEST 1999
(..)
===> usr.bin/kdump
cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/kdump/kdump.c
/bin/sh /usr/src/usr.bin/kdump/mkioctls > ioctl.c
In file included from :46:
/usr/obj/usr/src/tmp/usr/include/sys/memrange.h:16: warning: `MDF_ACTIVE' redefined
/usr/obj/usr/src/tmp/usr/include/pccard/cardinfo.h:77: warning: this is the
location of the previous definition
cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..
-I/usr/obj/usr/src/tmp/usr/include -c ioctl.c
In file included from ioctl.c:67:
/usr/obj/usr/src/tmp/usr/include/sys/memrange.h:16: warning: `MDF_ACTIVE' redefined
/usr/obj/usr/src/tmp/usr/include/pccard/cardinfo.h:77: warning: this is the
location of the previous definition
In file included from /usr/obj/usr/src/tmp/usr/include/nwfs/nwfs.h:38,
from ioctl.c:53:
/usr/obj/usr/src/tmp/usr/include/nwfs/nwfs_mount.h:61: `NCP_VOLNAME_LEN'
undeclared here (not in a function)
/usr/obj/usr/src/tmp/usr/include/nwfs/nwfs_mount.h:61: size of array `mounted_vol'
has non-integer type
ioctl.c: In function `ioctlname':
ioctl.c:1479: sizeof applied to an incomplete type
*** Error code 1
(..)
Thu Oct 14 12:56:03 CEST 1999
I reported a similiar case yesterday, when compilation stopped at that same
position due to some old headers in my /usr/include
ip_compat.h
ip_fil.h
ip_frag.h
ip_nat.h
ip_proxy.h
ip_state.h
ipl.h
that led to a uncompilable ioctl.c
/bin/sh /usr/src/usr.bin/kdump/mkioctls > ioctl.c
So maybe the break is caused by now obsolete headers again.
I don't know yet.
Regards,
Marc
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message