From owner-freebsd-current@FreeBSD.ORG Mon Nov 27 01:38:18 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A1EF16A412; Mon, 27 Nov 2006 01:38:18 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1446B43D6B; Mon, 27 Nov 2006 01:37:18 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 95BC1140EC03; Mon, 27 Nov 2006 01:39:28 +0000 (GMT) Date: Mon, 27 Nov 2006 01:39:28 +0000 From: John Birrell To: Scot Hetzel Message-ID: <20061127013928.GA77552@what-creek.com> References: <456A2C6B.4040306@FreeBSD.org> <790a9fff0611261632o3682dab0i2dcc2fc264f0b6bf@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0611261632o3682dab0i2dcc2fc264f0b6bf@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: Marcus Alves Grando , current@freebsd.org Subject: Re: Problems to build src/rescue 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: Mon, 27 Nov 2006 01:38:18 -0000 On Sun, Nov 26, 2006 at 06:32:11PM -0600, Scot Hetzel wrote: > On 11/26/06, Marcus Alves Grando wrote: > >Hi list, > > > >I have some problem to build world, more precisily src/rescue. I already > >run make clean, remove usr/obj and update via cvsup my sources, but > >rescue does not compile. > > > I'm seeing the same problem, added WITHOUT_RESCUE to /etc/src.conf, so > that I could complete a buildworld. > > It seems that this problem occurred somewhere between the Nov 24 and > Nov 26. I looked on cvsweb, and there don't appear to be any commits > made between this time frame to either src/rescue or src/bin/sh. This looks to be my fault. Sorry. I added a make rule to the file that crunchgen generates. That, in turn, appears to have caused the crunch make to call the sh make with an unexpected target which ends up using a default rule with no CFLAGS. That's why the include files aren't found. I'll have to make a more detailed change to crunchgen to support parallel makes. -- John Birrell