From owner-freebsd-stable Tue Jun 18 1: 2:44 2002 Delivered-To: freebsd-stable@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 9845937B404; Tue, 18 Jun 2002 01:02:16 -0700 (PDT) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g5I81If21348; Tue, 18 Jun 2002 10:01:18 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200206180801.g5I81If21348@zibbi.icomtek.csir.co.za> Subject: Re: Problem building stable In-Reply-To: from "[Rickhard Carlsw_rd]" at "Jun 18, 2002 08:34:14 am" To: rickhard.carlsward@dataknuten.se ([Rickhard Carlsw_rd]) Date: Tue, 18 Jun 2002 10:01:18 +0200 (SAT) Cc: freebsd-stable@FreeBSD.ORG, imp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] 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 > 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. 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