Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 22:27:06 +0300 (MSK)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        "Vladimir B.  Grebenschikov" <vova@sw.ru>
Cc:        "current@freebsd.org" <current@FreeBSD.ORG>
Subject:   Re: kernel build breakage on if_wi
Message-ID:  <20020322222547.Q4636-100000@news1.macomnet.ru>
In-Reply-To: <1016824485.424.17.camel@vbook.express.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322222547.Q4636-100000>