From owner-freebsd-current@FreeBSD.ORG Tue May 3 16:18:17 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637FC16A4CE for ; Tue, 3 May 2005 16:18:17 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A33443D69 for ; Tue, 3 May 2005 16:18:16 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j43GI51h034193; Tue, 3 May 2005 12:18:06 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)j43GI2YU034163; Tue, 3 May 2005 12:18:05 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Tue, 3 May 2005 12:18:01 -0400 (EDT) From: Jeff Roberson To: Scott Long In-Reply-To: <42779D8C.3090208@samsco.org> Message-ID: <20050503121647.Y18611@mail.chesapeake.net> References: <20050503140104.7EF297306E@freebsd-current.sentex.ca> <42779D8C.3090208@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 03 May 2005 16:18:17 -0000 On Tue, 3 May 2005, Scott Long wrote: > FreeBSD Tinderbox wrote: > > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/i386/src/sys -I/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/i386/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/i386/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/i386/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/i386/src/sys/contrib/ngatm -I/tinderbox/CURRENT/i386/i386/src/sys/dev/twa -D_KERNEL -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werro! r - > fi > > nstrument-functions -Wno-inline /tinderbox/CURRENT/i386/i386/src/sys/kern/kern_exec.c > > /tinderbox/CURRENT/i386/i386/src/sys/kern/kern_exec.c: In function `do_execve': > > /tinderbox/CURRENT/i386/i386/src/sys/kern/kern_exec.c:297: warning: 'vfslocked' might be used uninitialized in this function > > *** Error code 1 > > > > This compiler warning is exposing some serious flaws with the patch that > was committed, and it's not as easy as just initializing the variable > correctly. So unfortunately, the tree is going to stay broken until > this is either fixed or the commit is backed out. Sorry. Er, why didn't I get this same warning? ohh MAC I bet. I keep forgetting to compile LINT. sorry, fix on the way. > > Scott >