From owner-freebsd-embedded@FreeBSD.ORG Mon Sep 29 00:40:04 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 55F06106568F for ; Mon, 29 Sep 2008 00:40:04 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id B7F5B8FC12 for ; Mon, 29 Sep 2008 00:40:03 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id m8T0KlLk064505; Mon, 29 Sep 2008 04:20:47 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1222647648; bh=8BL0u0E0/X/NCB6u5zqNq+VHZYsk+NQ4S4MVHFN Wdxg=; l=707; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=SCDSd6kS2UnRUgoffdXUiuXVD pLSO2VoD8sJcp0JWL/Ep2zkYPCri4QV2WLB09CS06jqjtUIeimCLqCdlA64JBJRpWf1 kJ08mTg33X9bmbbFHrfwfQEifZmbRss94t+VydqRw8u8udMATiaa1bn2f9UILfZ/0da FMB+xBFVex0U= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id m8T0KhIK064504; Mon, 29 Sep 2008 04:20:44 +0400 (MSD) (envelope-from ache) Date: Mon, 29 Sep 2008 04:20:41 +0400 From: Andrey Chernov To: Bruce M Simpson Message-ID: <20080929002040.GA64397@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Bruce M Simpson , freebsd-embedded@FreeBSD.org References: <48E001DC.9010503@incunabulum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48E001DC.9010503@incunabulum.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-embedded@FreeBSD.org 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 00:40:04 -0000 On Sun, Sep 28, 2008 at 11:14:52PM +0100, Bruce M Simpson wrote: > When cross-building a make as part of a NanoBSD arm job (amd64 > 7.1-PRERELEASE hosting an arm -CURRENT build), this change appears to > break buildworld. If I back out this change and go back to rev 176808, > the buildworld is fine. Please explain, how it may cause problem? In 'make world' or 'make buildworld;make installworld' headers and libraries was builded first with old make, _then_ the new make is builded. 'make' is not a bootstrap tool builded first (at -current, I don't check -stable branch) If you uprade by hand you shound manually install headers, rebuild libs, then make. -- http://ache.pp.ru/