From owner-freebsd-stable@FreeBSD.ORG Wed Oct 27 09:47:19 2010 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0CB8106564A; Wed, 27 Oct 2010 09:47:19 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D83258FC14; Wed, 27 Oct 2010 09:47:18 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA19108; Wed, 27 Oct 2010 12:47:12 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4CC7F520.10300@icyb.net.ua> Date: Wed, 27 Oct 2010 12:47:12 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.11) Gecko/20101021 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: Jeremy Chadwick References: <20101027074401.GA18014@icarus.home.lan> <20101027080817.GC1848@garage.freebsd.pl> <20101027091727.GA44893@icarus.home.lan> In-Reply-To: <20101027091727.GA44893@icarus.home.lan> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org, Pawel Jakub Dawidek , freebsd-arch@FreeBSD.org Subject: Re: Can't build boot blocks after new GPT attributes added X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 09:47:19 -0000 on 27/10/2010 12:17 Jeremy Chadwick said the following: > On Wed, Oct 27, 2010 at 10:08:17AM +0200, Pawel Jakub Dawidek wrote: >> The proper way is to: >> >> # cd /usr/src >> # make buildenv >> # cd sys/boot >> # make clean && make && make install > > Thanks for the tip -- the CFLAGS change in a Makefile sounds like the > solution, since the latter (re: "proper way") didn't work (exact same > problem). The above will work if you already have the toolchain built - that's the only way to ensure that you don't depend on anything in the currently installed world. See build(7). -- Andriy Gapon