From owner-svn-src-all@FreeBSD.ORG Sun Dec 2 22:16:39 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74882E2F; Sun, 2 Dec 2012 22:16:39 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id E7B4C8FC0C; Sun, 2 Dec 2012 22:16:38 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so2740462oag.13 for ; Sun, 02 Dec 2012 14:16:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3iFBpO59CZuWUDJEp/YMTSiiOc1oNp6ma1DG9vDsIrU=; b=JfgTwttYjRgQtZwdnGbS1FOFv1EUK8nkjCs1+fs0q+uwf1SmarKEAfcgfLs9BzrQWW B2c53za+aGuJFMx8WjK8aCjaW9xhVrQJk7G/riqnPJgZZA+6lwWfQlNArDzjWFxgMwJv dkW5jMg/vpg/Nk2ZOH85B7mnq87EgwhBbekQrAtKa0nj4NsgoHl+3pI0YV8NMZB3nzEK zel9iB0LrIL0abe/xSiBPbrL3TBNpJ9025JfwKMXli4KDhD+pjpjV/XC3FVlwYtq0Q2t LffhYD9mRilZCPQDsCuh6dXNnPNSpceQFSEtDf03TirxkVZlbNye2tTcePAjIfKODH+X R6Ag== MIME-Version: 1.0 Received: by 10.60.11.105 with SMTP id p9mr6806933oeb.128.1354486598308; Sun, 02 Dec 2012 14:16:38 -0800 (PST) Received: by 10.76.143.33 with HTTP; Sun, 2 Dec 2012 14:16:38 -0800 (PST) In-Reply-To: References: <201212022132.qB2LWkiX066691@svn.freebsd.org> Date: Sun, 2 Dec 2012 14:16:38 -0800 Message-ID: Subject: Re: svn commit: r243798 - head From: Garrett Cooper To: Robert Watson Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Peter Wemm 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: Sun, 02 Dec 2012 22:16:39 -0000 On Sun, Dec 2, 2012 at 2:13 PM, Robert Watson wrote: ... > I've also added an UPDATING entry. > > Note that running "mergemaster -p" is a documented (and necessary) part of > the world upgrade process. Normally I wouldn't add an UPDATING entry, and > in general we haven't done it for new users in the past, but it seems an > inordinate number of people are running into this due to not using > "mergemaster -p" (and on the whole not removing their feet), so a reminder > was necessary. Unfortunately I also propogated this fallacy (not needing mergemaster -p) as well. I'm rerunning a build with nanobsd on my 9/stable workstation, as I ran into problems in the last go-around with the user/group being missing, but we'll see if I run into it again (seems like we should have a slightly more intelligent mechanism for dealing with this issue in the build system itself instead of mergemaster). Thanks! -Garrett