From owner-svn-src-stable-9@FreeBSD.ORG Mon Mar 18 14:22:17 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5CDBE622; Mon, 18 Mar 2013 14:22:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2B89FD9C; Mon, 18 Mar 2013 14:22:17 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 838F5B91A; Mon, 18 Mar 2013 10:22:16 -0400 (EDT) From: John Baldwin To: Jeremy Chadwick Subject: Re: svn commit: r248331 - in stable/9: . usr.bin/xinstall Date: Mon, 18 Mar 2013 09:45:57 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201303151519.r2FFJYjS060493@svn.freebsd.org> <20130318024922.GA24535@icarus.home.lan> In-Reply-To: <20130318024922.GA24535@icarus.home.lan> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201303180945.57393.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 18 Mar 2013 10:22:16 -0400 (EDT) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, Brooks Davis , src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2013 14:22:17 -0000 On Sunday, March 17, 2013 10:49:22 pm Jeremy Chadwick wrote: > Please see PR 177055. This MFC has broken mergmaster for at least a > couple people. The PR should really be rated high priority: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=177055 > > http://lists.freebsd.org/pipermail/freebsd-stable/2013-March/072848.html Probably breaks etcupdate as well. Both of these tools use the host's tools and not the cross-built tools as they just run 'make distribute'. The right fix might be as simple as making those make targets use XMAKE so that if a world is built they use the cross-built tools instead of the host's tools? -- John Baldwin