From owner-freebsd-current@FreeBSD.ORG Thu Feb 21 16:01:14 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 638DE16A400; Thu, 21 Feb 2008 16:01:14 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 1509B13C45B; Thu, 21 Feb 2008 16:01:13 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=63686 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JSDJ0-000Iic-27; Thu, 21 Feb 2008 15:25:50 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id m1LFPn4U021808; Thu, 21 Feb 2008 18:25:49 +0300 (MSK) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id m1LFPn6x021807; Thu, 21 Feb 2008 18:25:49 +0300 (MSK) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Thu, 21 Feb 2008 18:25:49 +0300 From: Ruslan Ermilov To: Ivan Voras Message-ID: <20080221152549.GB21518@team.vega.ru> References: <20080221131209.GA2022@plan0.kaiwan.csbnet.se> <20080221140247.GC2022@plan0.kaiwan.csbnet.se> <20080221143351.GP57756@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-current@freebsd.org Subject: Re: [HEADS UP] ar(1) front-end committed. (notes for cross compile) 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: Thu, 21 Feb 2008 16:01:14 -0000 On Thu, Feb 21, 2008 at 04:16:24PM +0100, Ivan Voras wrote: > Kostik Belousov wrote: > > > Shall the crossbuild for CURRENT work on RELENG_[67] ? If not, this is a > > huge regression. > > Why wouldn't it, unless you're building amd64 CURRENT on i386 > RELENG_[67] or a similar combination? > Using host ar(1) (/usr/bin/ar) for world builds is a bug. ar(1) needs to be either bootstrapped (if its code is platform-neutral) or built as part of cross-tools. That in turn means that we won't be able to upgrade to 8.0 (when it's released) from <7.0 (libelf exists only starting from 7.0). Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer