From owner-svn-src-all@FreeBSD.ORG Sun Dec 2 23:20:58 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 790A4CD3; Sun, 2 Dec 2012 23:20:58 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id EDEAD8FC12; Sun, 2 Dec 2012 23:20:57 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so2514359obc.13 for ; Sun, 02 Dec 2012 15:20:57 -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=oQ4CZOwjN9Ti8WCzMmfjZCEDhZSCDFsA2bG1Sg15ZRw=; b=vBEtcX2twbsKelzAcCbA+wlKnA54XvLYrHOurQkUK1jjnJxW7kq+hLiI+QOieLPhtP 8IsJnXF92SR9XZUn12lCeVSm0JxXfbcLIGIRVN0GE5iZ+o+7G9FkFd+XjpU6yV9/qfrb w6flyWANjuB00/KPKGhohNeF9ZZIbvk2QtnuwJvye6O2Gn7kEO35XPmHjqvJpOtfUXLg 2KCs9XA5HC9r20N/nZ5rOBaV2JwED6hvTilapfhfwbKMMnByihzAKh1840j4ssr7x48C oB3I7htvaTSUntWikOWyeszsEFAm9vJFzpRfb0YnAOwhMVFT8UQRKmooO6HB8EpGmhEF irlw== MIME-Version: 1.0 Received: by 10.182.95.205 with SMTP id dm13mr3011975obb.9.1354490457137; Sun, 02 Dec 2012 15:20:57 -0800 (PST) Received: by 10.76.143.33 with HTTP; Sun, 2 Dec 2012 15:20:56 -0800 (PST) In-Reply-To: References: <201212022132.qB2LWkiX066691@svn.freebsd.org> Date: Sun, 2 Dec 2012 15:20:56 -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 23:20:58 -0000 On Sun, Dec 2, 2012 at 2:16 PM, Garrett Cooper wrote: > 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). e-yup... same error. I'll see if I can hack this because it's a bit annoying. Thanks, -Garrett