From owner-cvs-src@FreeBSD.ORG Wed Feb 1 17:58:12 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA13916A420; Wed, 1 Feb 2006 17:58:12 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 646CD43D46; Wed, 1 Feb 2006 17:58:12 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k11Hw5vK009057; Wed, 1 Feb 2006 09:58:05 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k11Hw4lo009048; Wed, 1 Feb 2006 09:58:04 -0800 (PST) (envelope-from sgk) Date: Wed, 1 Feb 2006 09:58:04 -0800 From: Steve Kargl To: Kris Kennaway Message-ID: <20060201175804.GA74170@troutmask.apl.washington.edu> References: <20060131.121247.100359574.imp@bsdimp.com> <20060131.135734.112813988.imp@bsdimp.com> <20060201080250.GA610@wombat.fafoe.narf.at> <20060201112513.GH90360@ip.net.ua> <20060201150602.GA67259@troutmask.apl.washington.edu> <20060201152602.GD610@wombat.fafoe.narf.at> <20060201173136.GA67971@troutmask.apl.washington.edu> <20060201173527.GA29211@xor.obsecurity.org> <20060201173757.GB67971@troutmask.apl.washington.edu> <20060201174034.GA29331@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060201174034.GA29331@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, stefanf@freebsd.org, Ruslan Ermilov , Stefan Farfeleder , "M. Warner Losh" Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 17:58:13 -0000 On Wed, Feb 01, 2006 at 12:40:34PM -0500, Kris Kennaway wrote: > On Wed, Feb 01, 2006 at 09:37:58AM -0800, Steve Kargl wrote: > > On Wed, Feb 01, 2006 at 12:35:27PM -0500, Kris Kennaway wrote: > > > > > > Didn't we go through this the other week? 'make buildworld' is the > > > only safe way to build your world. If you try some shortcut method, > > > and it fails, then don't complain until you've done 'buildworld' and > > > it's also failed in the same way. > > > > The error message I quoted was from a buildworld! > > OK, this was unclear to me. > It's a catch-22. The panics on amd64 appear to be from a 2006-01-26 src tree. Stefan happened to change stdio.h on that day. If one panicks his system 10 to 15 times trying to isolate the problem, one runs the risk of damaging a filesystem. In this case, the panic appears to be related to devfs or file descriptor code. Well, "make buildworld" in parallel with a "gmake check-gfortran" in a GCC tree writing to /usr can trigger the panic in 5 to 10 minutes, but this scrambles /usr. So, yes, my /usr/include and src/ are probably out-of-sync, but it is what it is. -- Steve