From owner-freebsd-embedded@FreeBSD.ORG Mon Sep 29 11:32:00 2008 Return-Path: Delivered-To: freebsd-embedded@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2107106568B for ; Mon, 29 Sep 2008 11:32:00 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id C593E8FC20 for ; Mon, 29 Sep 2008 11:32:00 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 47481171664; Mon, 29 Sep 2008 07:32:00 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 29 Sep 2008 07:32:00 -0400 X-Sasl-enc: dgSTyS+JmSexrUVqKzYE+vWUdxgGydWxsEq3PztUBK+7 1222687919 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id A2A4229B06; Mon, 29 Sep 2008 07:31:59 -0400 (EDT) Message-ID: <48E0BCAE.9070508@incunabulum.net> Date: Mon, 29 Sep 2008 12:31:58 +0100 From: Bruce M Simpson User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Andrey Chernov , Bruce M Simpson , freebsd-embedded@FreeBSD.org References: <48E001DC.9010503@incunabulum.net> <20080929002040.GA64397@nagual.pp.ru> <48E02B0D.9030806@incunabulum.net> <20080929015554.GA66575@nagual.pp.ru> <48E0406E.3030409@incunabulum.net> In-Reply-To: <48E0406E.3030409@incunabulum.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: r181397 of src/usr.bin/make/job.c breaks cross-compiles X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 11:32:01 -0000 Bruce M Simpson wrote: > Andrey Chernov wrote: >> I need to know more specifically the place which builds 'make' first >> to think about the fix. >> > > The failure occurs during the "Building an up-to-date make" stage of > buildworld, it is being invoked by nanobsd.sh. > I can't supply logs from the nanobsd build unfortunately, the error has disappeared since I manually backed out the rev from my SVN checkout. If I have time to spare, which is unlikely, I can try to reproduce w/logs. However, the error message is almost identical to an earlier report involving the tinderbox, so this may be enough for you to go on: http://kerneltrap.org/mailarchive/freebsd-current/2008/8/7/2855624 I believe Tinderbox in this case is also being used to drive a cross-compile. Ruslan has explained why and how "make" is being rebuilt, for 7.1->8.x cross compiles this is indeed what's happening. it would be great to get this sorted, it seems likely to bite other folk. cheers BMS