From owner-freebsd-current Fri Mar 22 11:27:35 2002 Delivered-To: freebsd-current@freebsd.org Received: from relay1.macomnet.ru (relay1.macomnet.ru [195.128.64.10]) by hub.freebsd.org (Postfix) with ESMTP id 46B5937B426 for ; Fri, 22 Mar 2002 11:27:09 -0800 (PST) Received: from news1.macomnet.ru (maxim@news1.macomnet.ru [195.128.64.14]) by relay1.macomnet.ru (8.11.6/8.11.6) with ESMTP id g2MJR7Z9152115; Fri, 22 Mar 2002 22:27:07 +0300 (MSK) Date: Fri, 22 Mar 2002 22:27:06 +0300 (MSK) From: Maxim Konovalov To: "Vladimir B. Grebenschikov" Cc: "current@freebsd.org" Subject: Re: kernel build breakage on if_wi In-Reply-To: <1016824485.424.17.camel@vbook.express.ru> Message-ID: <20020322222547.Q4636-100000@news1.macomnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 22:14+0300, Mar 22, 2002, Vladimir B. Grebenschikov wrote: > > Fresh (todays) -current not builds on current machine: > > vbook#/sys/i386/compile/VBOOK 142_> make kernel-depend && make kernel > rm -f .olddep > if [ -f .depend ]; then mv .depend .olddep; fi > make _kernel-depend > if [ -f .olddep ]; then mv .olddep .depend; fi > rm -f .newdep > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs env MKDEP_CPP="cc > -E" CC="cc" 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../../../dev > -I../../../contrib/dev/acpica -I../../../contrib/ipfilter > -I../../../../include -D_KERNEL -ffreestanding -include opt_global.h > -fno-common -elf -O3 -mpentiumpro -mpreferred-stack-boundary=2 > make -V SFILES -V SYSTEM_SFILES | xargs env MKDEP_CPP="cc -E" mkdep -a > -f .newdep -x assembler-with-cpp -DLOCORE -O -pipe -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -nostdinc -I- -I. -I../../.. -I../../../dev > -I../../../contrib/dev/acpica -I../../../contrib/ipfilter > -I../../../../include -D_KERNEL -ffreestanding -include opt_global.h > -fno-common -elf -O3 -mpentiumpro -mpreferred-stack-boundary=2 > rm -f .depend > mv .newdep .depend > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../../.. > -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter > -I../../../../include -D_KERNEL -ffreestanding -include opt_global.h > -fno-common -elf -O3 -mpentiumpro -mpreferred-stack-boundary=2 -Werror > ../../../dev/wi/if_wi.c > cc1: warnings being treated as errors > ../../../dev/wi/if_wi.c: In function `wi_seek': > ../../../dev/wi/if_wi.c:1250: warning: `status' might be used > uninitialized in this function > *** Error code 1 Did you read 20020225: Warnings are now errors in the kernel. Unless you are a developer, you should add -DNO_WERROR to your make line. in UPDATING? > Stop in /usr/local/src/sys/i386/compile/VBOOK. > vbook#/sys/i386/compile/VBOOK 143_> > > > kernel config attached > > Any ideas ? > > -- Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer phone: +7 (095) 796-9079, mailto:maxim@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message