From owner-freebsd-stable@FreeBSD.ORG Wed Oct 27 13:58:37 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 6132C106566B; Wed, 27 Oct 2010 13:58:35 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (60.wheelsystems.com [83.12.187.60]) by mx1.freebsd.org (Postfix) with ESMTP id 081128FC20; Wed, 27 Oct 2010 13:58:34 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id D10EB45C98; Wed, 27 Oct 2010 15:58:32 +0200 (CEST) Received: from localhost (pdawidek.whl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 0947C45683; Wed, 27 Oct 2010 15:58:27 +0200 (CEST) Date: Wed, 27 Oct 2010 15:57:53 +0200 From: Pawel Jakub Dawidek To: Jeremy Chadwick Message-ID: <20101027135753.GB2038@garage.freebsd.pl> References: <20101027074401.GA18014@icarus.home.lan> <201010270927.04145.jhb@freebsd.org> <20101027134858.GA14454@icarus.home.lan> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rS8CxjVDS/+yyDmU" Content-Disposition: inline In-Reply-To: <20101027134858.GA14454@icarus.home.lan> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 9.0-CURRENT amd64 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=4.5 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-stable@freebsd.org, John Baldwin , 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 13:58:37 -0000 --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 27, 2010 at 06:48:58AM -0700, Jeremy Chadwick wrote: > On Wed, Oct 27, 2010 at 09:27:03AM -0400, John Baldwin wrote: > > On Wednesday, October 27, 2010 3:44:02 am Jeremy Chadwick wrote: > > > The below commit has broken the ability to build system boot blocks > > > (including pxeldr) the "historic way"[1]: > > >=20 > > > http://freshbsd.org/2010/10/17/20/10/00 > > >=20 > > > The breakage on RELENG_8 (dated as of a few minutes ago): > > >=20 > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > # rm -fr /usr/obj/* > > > # cd /sys/boot > > > # make clean > >=20 > > This only works if your source tree is in sync with your installed worl= d. =20 > > Adding a hack to the Makefile is wrong. The buildenv approach pjd@ sug= gested=20 > > will work for the case that your source tree does not match your instal= led=20 > > world. >=20 > But this doesn't appear to be the case here: [...] Because you don't have toolchain built. Once you buildworld you can do that. All in all, the safest and most recommended way is to just use buildworld/buildkernel. --=20 Pawel Jakub Dawidek http://www.wheelsystems.com pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --rS8CxjVDS/+yyDmU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkzIL+EACgkQForvXbEpPzTX3wCdHbpr7NRw1naIUBrVhbnUVvYh okwAoKYdSg5Cew8OGUfQgMMI37H94R/6 =P3Qy -----END PGP SIGNATURE----- --rS8CxjVDS/+yyDmU--