Date: Thu, 12 Jul 2007 12:57:30 +1200 From: Andrew Thompson <thompsa@FreeBSD.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org> Cc: amd64@freebsd.org, re@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 Message-ID: <20070712005730.GA1285@heff.fud.org.nz> In-Reply-To: <20070712001311.99F4473068@freebsd-current.sentex.ca> References: <20070712001311.99F4473068@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 11, 2007 at 08:13:11PM -0400, FreeBSD Tinderbox wrote: > TB --- 2007-07-11 22:00:00 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2007-07-11 22:00:00 - starting HEAD tinderbox run for amd64/amd64 > TB --- 2007-07-11 22:00:00 - cleaning the object tree > TB --- 2007-07-11 22:00:41 - checking out the source tree > TB --- 2007-07-11 22:00:41 - cd /tinderbox/HEAD/amd64/amd64 > TB --- 2007-07-11 22:00:41 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src > [...] > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/if_ndis/if_ndis.c > /src/sys/dev/if_ndis/if_ndis.c: In function 'ndis_wi_ioctl_get': > /src/sys/dev/if_ndis/if_ndis.c:2989: error: storage size of 'wreq' isn't known > cc1: warnings being treated as errors > /src/sys/dev/if_ndis/if_ndis.c:2989: warning: unused variable 'wreq' > /src/sys/dev/if_ndis/if_ndis.c: In function 'ndis_wi_ioctl_set': > /src/sys/dev/if_ndis/if_ndis.c:3070: error: storage size of 'wreq' isn't known > /src/sys/dev/if_ndis/if_ndis.c:3070: warning: unused variable 'wreq' Oops, I have a pending patch for ndis with re@ that removes this. I forgot that both changes were in my test build. Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070712005730.GA1285>