From owner-freebsd-stable@freebsd.org Mon Aug 14 13:23:07 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA95DDC6D59 for ; Mon, 14 Aug 2017 13:23:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5191810DD; Mon, 14 Aug 2017 13:23:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id CB6431C5AF; Mon, 14 Aug 2017 13:23:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Mon, 14 Aug 2017 13:23:05 +0000 From: Glen Barber To: Bryce Edwards Cc: "freebsd-stable@freebsd.org" Subject: Re: Error in /usr/src/release/release.sh Message-ID: <20170814132305.GC14627@FreeBSD.org> References: <20170814131814.GB14627@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="uh9ZiVrAOUUm9fzH" Content-Disposition: inline In-Reply-To: <20170814131814.GB14627@FreeBSD.org> X-Operating-System: FreeBSD 11.0-STABLE amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer X-Spidey-Sense: Uh oh, Peter logged in User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2017 13:23:08 -0000 --uh9ZiVrAOUUm9fzH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 14, 2017 at 01:18:14PM +0000, Glen Barber wrote: > On Sat, Aug 12, 2017 at 05:12:02PM +0000, Bryce Edwards wrote: > > When trying to build a set of RELENG/11.1 release files, I'm getting the > > following error (tail end of output) in the release.sh run: > > -------------------------------------------------------------- > > >>> Kernel build for ALLWINNER completed on Fri Aug 11 22:24:02 UTC 2017 > > -------------------------------------------------------------- > > make -C /usr/src/release obj > > make -C /usr/src/release ftp > > `ftp' is up to date. >=20 > This makes me think a populated release directory within ${.OBJDIR} > (i.e., /usr/obj/usr/src/release) already existed (perhaps from > a previous 11.1-RELEASE build?). >=20 > Could you retry after moving the release directory in the obj tree out > of the way? Everything from your release.conf looks sane otherwise. >=20 Actually, at second look, it seems you are missing EMBEDDEDBUILD=3D1 in your release.conf. arm/armv6 targets should not create the 'ftp' directory - the SoC u-boot loader address is baked in during the world build, making it infeasible to create the ftp bits. Glen --uh9ZiVrAOUUm9fzH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAlmRpDkACgkQAxRYpUeP 4pNUyw/9EDd0gx4IRJtPVxNIC3QJCdJa+u9G71Kfmk3TLn/L30vBk3bqctjHl13/ rIbmH0eB4Yyp9W5eUInvA7m2WMru8NlX6wzv6bspUEzKTomtoReh4Y8Iquofkik7 rAmAr67ZEmu91b+Qg3gYEDleGByG0zKX11sAb7Vj8DmboIXbIXjKYHOAixqRLtH/ LPvfRCStnFQ+L/Ux+g98ohLY/vk06GZzrLhweddOo3wyo8b6//lZd/RNfP6hAKWc RM6Fu5NKOZjXnPrRgsssRPPkVUxhJyxnTUORUGkoLwHvS82F0iEi1KJzruVCJVCw 1901kaskpuY8F+vKHCYBgufJJIQS0nOWFHVHBdLg9M+p4a7IhMsNG6RAexoczImE EtU1aQFnyIdwLrRIPcBeNWMTpMN+AOpDkiHA29hpYFWrTloVO3zaiHYSUcBgtdXA iJKlJjB7efleaqILJeX91RhhF4w2yQF6LLY8wphN+ZYwLtpiJkD6HDT48gSkaiTB umuskpmTpSUQ2mZvaGUxQ6OuvYze2486JYwGkkxp6ww2FUmI1zF/HhwFJAJAghLU KIk2hnDu5Mg9aoL/lA9wRhPwg1iocfucFcK9NjS3pj98jNVeJfAhHkLyZm5hzUGE 4ctXdGOVAwrx+4RyrpX04tPHvtxBOoRsBM8yjyk/JwEqehl8JQ0= =icvX -----END PGP SIGNATURE----- --uh9ZiVrAOUUm9fzH--