From owner-freebsd-current@FreeBSD.ORG Mon Nov 27 02:02:32 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 9F88816A407 for ; Mon, 27 Nov 2006 02:02:32 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5943043DFF for ; Mon, 27 Nov 2006 02:00:56 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id s2so873258uge for ; Sun, 26 Nov 2006 18:01:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GDicjJhG4LirjmbNpvwhYzDA0x20Qz4TN4xwCec8aDJEzk5/nKvEa35U4QafJW6ur6PRy6vaRHvoessNkVFDY9Ak/CSbFKNonJGhwvH4oj0VJPByxDOXCkvXJm+pEMUA6U5wQ69zyZN69CQuhc4NmdDcptigKcd2T929Prkc/XI= Received: by 10.66.221.6 with SMTP id t6mr11618509ugg.1164592903813; Sun, 26 Nov 2006 18:01:43 -0800 (PST) Received: by 10.67.86.8 with HTTP; Sun, 26 Nov 2006 18:01:43 -0800 (PST) Message-ID: <790a9fff0611261801o57f845cbid8d3985f8acbe1b3@mail.gmail.com> Date: Sun, 26 Nov 2006 20:01:43 -0600 From: "Scot Hetzel" To: "John Birrell" In-Reply-To: <20061127013928.GA77552@what-creek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <456A2C6B.4040306@FreeBSD.org> <790a9fff0611261632o3682dab0i2dcc2fc264f0b6bf@mail.gmail.com> <20061127013928.GA77552@what-creek.com> 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 02:02:32 -0000 On 11/26/06, John Birrell wrote: > 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. > With the change from crunchgen rev 1.39 applied, the build of the rescue binary completes. Thanks for fixing the problem Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.