From owner-freebsd-stable Tue Jun 18 8: 1: 6 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3FFFE37B409 for ; Tue, 18 Jun 2002 08:00:32 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5IF0VY39021; Tue, 18 Jun 2002 09:00:31 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5IF0PG34947; Tue, 18 Jun 2002 09:00:25 -0600 (MDT) (envelope-from imp@village.org) Date: Tue, 18 Jun 2002 08:59:54 -0600 (MDT) Message-Id: <20020618.085954.70099889.imp@village.org> To: jhay@icomtek.csir.co.za Cc: rickhard.carlsward@dataknuten.se, freebsd-stable@FreeBSD.ORG Subject: Re: Problem building stable From: "M. Warner Losh" In-Reply-To: <200206180801.g5I81If21348@zibbi.icomtek.csir.co.za> References: <200206180801.g5I81If21348@zibbi.icomtek.csir.co.za> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200206180801.g5I81If21348@zibbi.icomtek.csir.co.za> John Hay writes: : > When trying to build the kernel I get the following error on make depend: : > : > rm -f .newdep : > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f .newdep : > -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes : > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual : > -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include : > -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf : > -mpreferred-stack-boundary=2 : > ../../dev/awi/awi_wicfg.c:89: i386/include/if_wavelan_ieee.h: No such file : > or directory : > mkdep: compile failed : > *** Error code 1 : : if_wavelan_ieee.h has moved. Try the patch attached. I'll commit it once : it has survived my "make release" and if someone else hasn't done it : before then. It has, and I oopsed. Sorry about that :-(. If you haven't made this change by the time I get done with my morning email, go ahead and make it. It looks good. Warner : John : -- : John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org : : : Index: sys/dev/awi/awi_wicfg.c : =================================================================== : RCS file: /home/ncvs/src/sys/dev/awi/awi_wicfg.c,v : retrieving revision 1.3.2.1 : diff -u -r1.3.2.1 awi_wicfg.c : --- sys/dev/awi/awi_wicfg.c 7 Dec 2000 04:09:39 -0000 1.3.2.1 : +++ sys/dev/awi/awi_wicfg.c 18 Jun 2002 05:42:15 -0000 : @@ -86,7 +86,7 @@ : #include : : #undef _KERNEL /* XXX */ : -#include /* XXX */ : +#include /* XXX */ : #define _KERNEL /* XXX */ : #include : #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message