From owner-freebsd-current@FreeBSD.ORG Sun Dec 9 06:30:49 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0884916A41A for ; Sun, 9 Dec 2007 06:30:49 +0000 (UTC) (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 C6DBB13C457 for ; Sun, 9 Dec 2007 06:30:48 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.14.1) with ESMTP id lB96QSha089179; Sat, 8 Dec 2007 22:26:28 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id lB96QSBR089178; Sat, 8 Dec 2007 22:26:28 -0800 (PST) (envelope-from sgk) Date: Sat, 8 Dec 2007 22:26:28 -0800 From: Steve Kargl To: User ken Message-ID: <20071209062628.GA89162@troutmask.apl.washington.edu> References: <20071209.143921.13767913.ken@tydfam.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071209.143921.13767913.ken@tydfam.jp> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: Kernel compilation fails w/ recent -current 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: Sun, 09 Dec 2007 06:30:49 -0000 On Sun, Dec 09, 2007 at 02:39:21PM +0900, User ken wrote: > > I have the following errro when I compile kernel with recent current > for about a week. > Are there any fixes or workaround available? > > # cvsup ; make -j 32 KERNCONF=TYD3 -DNO_WERROR buildkernel Get rid of the '-j 32'. Get rid rid of the -DNO_ERROR. I built a new kernel less than an hour ago. -- Steve