From owner-svn-src-all@FreeBSD.ORG Wed Sep 18 10:48:53 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5BD2B50A; Wed, 18 Sep 2013 10:48:53 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 1CD8620D3; Wed, 18 Sep 2013 10:48:52 +0000 (UTC) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id DC3266E5B; Wed, 18 Sep 2013 10:48:45 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id 562DFD2; Wed, 18 Sep 2013 12:48:35 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Bryan Drewery Subject: Re: svn commit: r255634 - head References: <201309171259.r8HCxb3o032697@svn.freebsd.org> <5238548D.9080503@FreeBSD.org> Date: Wed, 18 Sep 2013 12:48:34 +0200 In-Reply-To: <5238548D.9080503@FreeBSD.org> (Bryan Drewery's message of "Tue, 17 Sep 2013 08:09:33 -0500") Message-ID: <86a9jabe2l.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 10:48:53 -0000 Bryan Drewery writes: > Hm, I know you noticed this, but by making this conditional, it will not > check if building WITHOUT_UNBOUND, but the passwd and mtree files are > still using it and will blow up. Partly true: - 'make installworld' will succeed (except, I think, in the NO_ROOT case), because it doesn't run mtree. - 'make distributeworld' will fail, but that's a bug: it should use DB_FROM_SRC. - mergemaster will also fail, but in an exceedingly strange manner. The fact that neither 'make installworld' nor mergemaster create missing directories is probably a bug. We should, at the very least, document the need to run 'make hierarchy' before 'make installworld'. > All of these conditions should probably be removed until a better > mechanism for passwd/mtree can be thought up. Yep, but for now I decided to follow precedent. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no