From owner-svn-src-stable-9@FreeBSD.ORG Mon Mar 18 14:41:53 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0EE583E2 for ; Mon, 18 Mar 2013 14:41:53 +0000 (UTC) (envelope-from jdc@koitsu.org) Received: from qmta01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:43:76:96:30:16]) by mx1.freebsd.org (Postfix) with ESMTP id E759EEB7 for ; Mon, 18 Mar 2013 14:41:52 +0000 (UTC) Received: from omta24.emeryville.ca.mail.comcast.net ([76.96.30.92]) by qmta01.emeryville.ca.mail.comcast.net with comcast id D0g01l0031zF43QA12hsSx; Mon, 18 Mar 2013 14:41:52 +0000 Received: from koitsu.strangled.net ([67.180.84.87]) by omta24.emeryville.ca.mail.comcast.net with comcast id D2hr1l00i1t3BNj8k2hsME; Mon, 18 Mar 2013 14:41:52 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id C3B0973A1C; Mon, 18 Mar 2013 07:41:51 -0700 (PDT) Date: Mon, 18 Mar 2013 07:41:51 -0700 From: Jeremy Chadwick To: John Baldwin Subject: Re: svn commit: r248331 - in stable/9: . usr.bin/xinstall Message-ID: <20130318144151.GA35755@icarus.home.lan> References: <201303151519.r2FFJYjS060493@svn.freebsd.org> <20130318024922.GA24535@icarus.home.lan> <201303180945.57393.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201303180945.57393.jhb@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1363617712; bh=os6VN61lRzMy2r1uON930M6L3O8wInYTgpn+UzjlTOY=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=WlTgZ17uCDRmTtyqr/MtlYzPZLrhPYi3Chg/h4xxnf8/wZGBFtB/DthqjWscbJzGd 0FRAME5hXgh0XKSMTcQ5jMIYIlz8BpP8I0KQK41JZf+m3wMmKSp3GX/ZBSl4kY0Tus HdVp2xtZqObzzVutI7TFOL+J8ahAn0POLe5ypPlkHawDepp7M949wpW7oja3/+InmG ujsZSPebgj1sWFgUc2Wj7kojKdFekZqsR3OIZ4I3ZQTl0XRt1rYdOzEm87HOgf1MAm e7dH23vwhi7Vi2jTnZfJuyM/ZolSrJdtqkzVMZ/jMdwrzArAFfipspHnJiR23ZYgPg OWZ5CwedYN0uw== 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:41:53 -0000 On Mon, Mar 18, 2013 at 09:45:57AM -0400, John Baldwin wrote: > 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? To me that sounds like the right approach. -- | Jeremy Chadwick jdc@koitsu.org | | UNIX Systems Administrator http://jdc.koitsu.org/ | | Mountain View, CA, US | | Making life hard for others since 1977. PGP 4BD6C0CB |