From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 00:26:46 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 8732316A4CE for ; Thu, 9 Dec 2004 00:26:46 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 551BE43D58 for ; Thu, 9 Dec 2004 00:26:46 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iB90QkO3011151 for ; Wed, 8 Dec 2004 16:26:46 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iB90QkMF011150 for freebsd-current@freebsd.org; Wed, 8 Dec 2004 16:26:46 -0800 (PST) (envelope-from sgk) Date: Wed, 8 Dec 2004 16:26:46 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20041209002645.GA7272@troutmask.apl.washington.edu> References: <20041209000148.GA4674@troutmask.apl.washington.edu> <20041209000710.GB4674@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041209000710.GB4674@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.1i 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 00:26:46 -0000 On Wed, Dec 08, 2004 at 04:07:10PM -0800, Steve Kargl wrote: > On Wed, Dec 08, 2004 at 04:01:48PM -0800, Steve Kargl wrote: > > Well, it appears that -current is highly unstable at > > the moment. In particularly, INET6 is causing a > > panic, so I went to build a new kernel without it. I'm > > now stuck with a broken make(1). (snip) > > Stop in /usr/src. > > troutmask:root[203] tail -1 /var/log/messages > > Dec 8 15:58:39 troutmask kernel: pid 4794 (make), uid 0: exited on signal 11 > > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Backing out the recent changes to the make sources via cvsup (*default date=2004.11.08.00.00.00) allows one to build a function make. -- Steve