From owner-freebsd-stable@FreeBSD.ORG Wed Oct 31 03:07:29 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C46E6E64; Wed, 31 Oct 2012 03:07:29 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id 836398FC0C; Wed, 31 Oct 2012 03:07:29 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:0:100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id DFD4923F645; Tue, 30 Oct 2012 23:07:26 -0400 (EDT) Date: Tue, 30 Oct 2012 23:07:24 -0400 From: Glen Barber To: Andreas Nilsson Subject: Re: make release fails on find Message-ID: <20121031030724.GG1371@glenbarber.us> References: <20121030160804.GB1371@glenbarber.us> <20121030170916.GD1371@glenbarber.us> <20121030231412.GE1371@glenbarber.us> <20121031001115.GF1371@glenbarber.us> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Qf1oXS95uex85X0R" Content-Disposition: inline In-Reply-To: <20121031001115.GF1371@glenbarber.us> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Stable Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 31 Oct 2012 03:07:29 -0000 --Qf1oXS95uex85X0R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 30, 2012 at 08:11:15PM -0400, Glen Barber wrote: > > Oops, my bad. Yes exact same behavior; make -C release cdrom fails with > > ... > > find //tank/cvs/9.1/src/release/dist/doc -empty -delete > > find //tank/cvs/9.1/src/release/dist/games -empty -delete > > find: -delete: //tank/cvs/9.1/src/release/dist/games: relative path > > potentially not safe > > *** [distributeworld] Error code 1 > > on 9.1-RC3. I can try with 9-stable as well (tomorrow). > >=20 >=20 > Ok, thanks. I do not want to assume anything more at this point. >=20 > I am still waiting for my build machine to finish a few queued things. > Once it frees up, I will roll a release using sudo (just for my own > sanity), and without sudo, with your src.conf and make.conf. >=20 > Anyway, thanks for all of the details you have provided. It is all > helpful, and hopefully this will finally be tracked down. >=20 Ugh... Ok, so this is my fault. I do not remember why, specifically, but the change in question was not merged to the releng/9.1 branch. Please try the following, in the top-level directory of your releng/9.1 source checkout: svn merge -c240077 ^/head/Makefile.inc1 Makefile.inc1 It worked for me fine. Unfortunately, it is far too late in the release cycle for that change to make it into 9.1-RELEASE. Unfortunately, this does not have anything to do with the recursing in the usr/src tarball. Please let me know if you continue to see that happen, as this is the _single_ most reported issue that I have had zero luck reproducing... Thanks. Glen PS: Sorry about being the cause of your release build failure... --Qf1oXS95uex85X0R Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJQkJXsAAoJEFJPDDeguUaj8M8IAIGqd8BSfCLblk95yEpLlOUl 9+QkzGUNLySu8/GesA/tpFBhBRuoEG/H4Z7gkiHYXm99AwalCvXOgELrOU5REM7O ig2SmkCsiDpTMvqLfpS7NfvIUtWU/OwkHDgt4YpJX6EvXSPau84WX6wrkke+bUF8 kFZLmbtLuCbSJBAzCGOp6Zm47JV9TjHU9rrTnNag6TPg3hBbq0JjIqWcvmi6l4Le OqUxzhT8D+2ptot7xcQtq1M72iBjIl0nB2diZ+LkY0sfW7ExUQ3d27gK/Dwgm59l hLbknuUNPaOhWVM+JRFOo7USpJYnpHfB19juht2K9dPWCWHe4qhk+Xwe9GOuW+k= =fuXO -----END PGP SIGNATURE----- --Qf1oXS95uex85X0R--