From owner-freebsd-current@FreeBSD.ORG Thu Jul 12 00:57:33 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8B1F16A469; Thu, 12 Jul 2007 00:57:33 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id F282813C447; Thu, 12 Jul 2007 00:57:32 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id B311B1CC5E; Thu, 12 Jul 2007 12:57:30 +1200 (NZST) Date: Thu, 12 Jul 2007 12:57:30 +1200 From: Andrew Thompson To: FreeBSD Tinderbox Message-ID: <20070712005730.GA1285@heff.fud.org.nz> References: <20070712001311.99F4473068@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070712001311.99F4473068@freebsd-current.sentex.ca> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: amd64@freebsd.org, re@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 00:57:33 -0000 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