Date: Wed, 10 Mar 2010 13:46:27 -0800 From: Pyun YongHyeon <pyunyh@gmail.com> To: Rainer Hurling <rhurlin@gwdg.de> Cc: current@freebsd.org Subject: Re: Kernel from today does not build any more Message-ID: <20100310214627.GE10657@michelle.cdnetworks.com> In-Reply-To: <4B97FFBE.90504@gwdg.de> References: <4B97FFBE.90504@gwdg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 10, 2010 at 09:23:26PM +0100, Rainer Hurling wrote: > After cvsup my CURRENT amd64 systems today I am not able to build custom > kernel any more. Does anyone else observes the following breakage? > Fixed in r204983. > ===> bwn (all) > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE > -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/RHURLIN/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-common -fno-omit-frame-pointer > -I/usr/obj/usr/src/sys/RHURLIN -mcmodel=kernel -mno-red-zone > -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow > -msoft-float -fno-asynchronous-unwind-tables -ffreestanding > -fstack-protector -std=iso9899:1999 -fstack-protector -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -fformat-extensions -c > /usr/src/sys/modules/bwn/../../dev/bwn/if_bwn.c > cc1: warnings being treated as errors > /usr/src/sys/modules/bwn/../../dev/bwn/if_bwn.c: In function 'bwn_tsf_read': > /usr/src/sys/modules/bwn/../../dev/bwn/if_bwn.c:10384: warning: unused > variable 'sc' > *** Error code 1 > Stop in /usr/src/sys/modules/bwn. > *** Error code 1 > Stop in /usr/src/sys/modules. > *** Error code 1 > ... > > Thanks in advance, > Rainer Hurling
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100310214627.GE10657>