From owner-freebsd-current@FreeBSD.ORG Wed Jun 25 20:55:22 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F90106564A; Wed, 25 Jun 2008 20:55:22 +0000 (UTC) (envelope-from ru@freebsd.org) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 8E79A8FC16; Wed, 25 Jun 2008 20:55:22 +0000 (UTC) (envelope-from ru@freebsd.org) Received: from [87.242.97.68] (port=64354 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1KBbWf-0006pR-Vx; Wed, 25 Jun 2008 20:23:33 +0000 Date: Thu, 26 Jun 2008 00:23:17 +0400 From: Ruslan Ermilov To: "Bjoern A. Zeeb" Message-ID: <20080625202317.GB69011@edoofus.dev.vega.ru> References: <20080618085948.X83875@maildrop.int.zabbadoz.net> <20080618224531.GA20863@what-creek.com> <20080618225126.V83875@maildrop.int.zabbadoz.net> <20080618230633.GB20863@what-creek.com> <20080619151421.Q83875@maildrop.int.zabbadoz.net> <20080623214600.GA51757@sandvine.com> <20080623224150.GA63818@what-creek.com> <20080624085543.S83875@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080624085543.S83875@maildrop.int.zabbadoz.net> Cc: Ed Maste , John Birrell , FreeBSD current mailing list Subject: Re: problem: world boot strapping from 7-C to HEAD with CDDL on sparc64? 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: Wed, 25 Jun 2008 20:55:22 -0000 On Tue, Jun 24, 2008 at 08:57:54AM +0000, Bjoern A. Zeeb wrote: > On Mon, 23 Jun 2008, John Birrell wrote: > > > On Mon, Jun 23, 2008 at 05:46:00PM -0400, Ed Maste wrote: > >> All that said, I'd really like to be able to continue building head on > >> RELENG_6. (In my case I have a rather fast RELENG_6 box so I have been > >> doing my pre-commit testing there.) Do the changes we're discussing > >> here involve anything that makes that difficult? > > > > Possibly. :-) > > > > It depends on whether your RELENG_6 box is up-to-date with respect to the > > RELENG_6 branch. > > > > I think that as current diverges more from 7 it will be harder to keep the > > tree building on 6. > Are we talking about changing the build-/cross- tools? If not, it shouldn't be affected. > I think the problem here simply is that you are relying on the headers > to be installed on the base system instead of in src|obj copies. I do > not know if/how we do it for bootstrapping though. > If it's about build- and cross-tools, then yes, they rely on the host compiler, headers, etc. because they will be run on _this_ computer, using its CPU and the current kernel. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer