From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 16:23:05 2004 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 9AD0A16A4CE; Thu, 9 Dec 2004 16:23:05 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F56643D5A; Thu, 9 Dec 2004 16:23:05 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iB9GN5gr053714; Thu, 9 Dec 2004 08:23:05 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iB9GN55s053713; Thu, 9 Dec 2004 08:23:05 -0800 (PST) (envelope-from sgk) Date: Thu, 9 Dec 2004 08:23:05 -0800 From: Steve Kargl To: Harti Brandt Message-ID: <20041209162305.GB53640@troutmask.apl.washington.edu> References: <20041209000148.GA4674@troutmask.apl.washington.edu> <20041209110942.F86222@beagle.kn.op.dlr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041209110942.F86222@beagle.kn.op.dlr.de> User-Agent: Mutt/1.4.2.1i cc: freebsd-current@freebsd.org Subject: Re: make(1) is broken 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: Thu, 09 Dec 2004 16:23:05 -0000 On Thu, Dec 09, 2004 at 11:10:59AM +0100, Harti Brandt wrote: > On Wed, 8 Dec 2004, Steve Kargl wrote: > > SK> > SK>Stop in /usr/src. > SK>troutmask:root[203] tail -1 /var/log/messages > SK>Dec 8 15:58:39 troutmask kernel: pid 4794 (make), uid 0: exited on signal 11 > SK> > > Thanks for the report. This has been caused by make during clean-up to > remove a path element that was never opened as a directory from the list > of open directories. Fixed in rev. 1.43 of dir.c. Thanks for the fix. -- Steve