From owner-freebsd-current Fri Sep 4 13:08:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25066 for freebsd-current-outgoing; Fri, 4 Sep 1998 13:08:28 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from jane.lfn.org (register.lfn.org [209.16.92.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA25056 for ; Fri, 4 Sep 1998 13:08:20 -0700 (PDT) (envelope-from caj@lfn.org) Received: (qmail 2893 invoked by uid 100); 4 Sep 1998 20:07:10 -0000 Date: Fri, 4 Sep 1998 15:07:10 -0500 (CDT) From: Craig Johnston To: freebsd-current@FreeBSD.ORG Subject: kernel make bombs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This started happening after I cvsupped last night. Tried again this AM, didn't fix it. Here's the relevant output: cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -a out ioconf.c In file included from ../../sys/bus_private.h:32, from ioconf.c:86: ../../sys/bus.h:66: parse error before `TAILQ_ENTRY' ../../sys/bus.h:66: warning: no semicolon at end of struct or union ../../sys/bus.h:68: parse error before `}' In file included from ioconf.c:86: ../../sys/bus_private.h:37: parse error before `devclass_list_t' ../../sys/bus_private.h:37: warning: data definition has no type or storage class ../../sys/bus_private.h:38: parse error before `driver_list_t' ../../sys/bus_private.h:38: warning: data definition has no type or storage class ../../sys/bus_private.h:39: parse error before `device_list_t' ../../sys/bus_private.h:39: warning: data definition has no type or storage class ../../sys/bus_private.h:42: parse error before `TAILQ_ENTRY' ../../sys/bus_private.h:42: warning: no semicolon at end of struct or union ../../sys/bus_private.h:43: warning: data definition has no type or storage class ../../sys/bus_private.h:48: parse error before `}' ../../sys/bus_private.h:101: parse error before `TAILQ_ENTRY' ../../sys/bus_private.h:101: warning: no semicolon at end of struct or union ../../sys/bus_private.h:103: parse error before `children' ../../sys/bus_private.h:103: warning: data definition has no type or storage class ../../sys/bus_private.h:108: warning: redundant redeclaration of `ops' in same scope ../../sys/bus.h:67: warning: previous declaration of `ops' ../../sys/bus_private.h:121: parse error before `}' *** Error code 1 Stop. -- Craig Johnston, caj@lfn.org "Have FreeBSD laptop, will travel." http://www.freebsd.org -- Because friends don't let friends run Linux. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message