From owner-freebsd-current Thu Oct 14 4:25:56 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 85CFF14D18 for ; Thu, 14 Oct 1999 04:25:33 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-lind-38.netcologne.de [195.14.250.38]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id NAA16373; Thu, 14 Oct 1999 13:25:27 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id NAA32566; Thu, 14 Oct 1999 13:25:44 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Thu, 14 Oct 1999 13:25:44 +0200 (CEST) Message-Id: <199910141125.NAA32566@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: freebsd-current@freebsd.org Subject: make buildworld break @ kdump Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message