From owner-freebsd-current Fri Mar 16 10: 6:58 2001 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 0518937B718 for ; Fri, 16 Mar 2001 10:06:55 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f2GI6r114116 for ; Fri, 16 Mar 2001 19:06:54 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org Subject: make buildworld chokes on kdump From: Poul-Henning Kamp Date: Fri, 16 Mar 2001 19:06:53 +0100 Message-ID: <14114.984766013@critter> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is this fixed ? syv# cd /usr/src/*/kdump syv# make cc -O -pipe -I/syv/src/usr.bin/kdump/../ktrace -I/syv/src/usr.bin/kdump/../.. -c ioctl.c 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 ioctl.c: In function `ioctlname': ioctl.c:528: sizeof applied to an incomplete type ioctl.c:798: sizeof applied to an incomplete type ioctl.c:860: sizeof applied to an incomplete type ioctl.c:904: sizeof applied to an incomplete type ioctl.c:1034: sizeof applied to an incomplete type ioctl.c:1248: sizeof applied to an incomplete type ioctl.c:1882: syntax error before `;' *** Error code 1 Stop in /syv/src/usr.bin/kdump. syv# -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message