From owner-freebsd-current@FreeBSD.ORG Sun Nov 4 04:56:09 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F42332A5 for ; Sun, 4 Nov 2012 04:56:08 +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 ABFDE8FC0A for ; Sun, 4 Nov 2012 04:56:08 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so6053372oag.13 for ; Sat, 03 Nov 2012 21:56:07 -0700 (PDT) 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=SOmagVgc5CliEay+7kxRhK33aBwS94zBmAhFPkdt3kk=; b=Lu+75mLB5/3YVJ8BFbHCQxxx3GdJOsCnk8b+e3iTYmgfxA5KHlispETnGTKdS8I8R2 T0aCgTEOYjalvk484ZZNROyQtFCAirG9FfAfdg8liglt9HK/fOJsnwyV4/1LPfj3srko BbcH3X3WkY8+8OmeT9mzx5Yp4RjCbOm3Nu/K4uU7QP7C9HMOeyBPPtCIoMriCO+maUHb KzZjXYDbI6+Jc4EpKpvxpt4XeeSkvr3nU5gBCjZuR9KuDggDSwE7ePpOpxUuG6kCZn80 n/yukrXnX9Q+ukCSdaRJRi6jIUw2cufbiguj/mPksCFwfl+Sl1Ia1DycWm+tOTLW2CP2 Wxhg== MIME-Version: 1.0 Received: by 10.182.131.100 with SMTP id ol4mr4959181obb.38.1352004967863; Sat, 03 Nov 2012 21:56:07 -0700 (PDT) Received: by 10.76.143.33 with HTTP; Sat, 3 Nov 2012 21:56:07 -0700 (PDT) In-Reply-To: References: Date: Sat, 3 Nov 2012 21:56:07 -0700 Message-ID: Subject: Re: r2421600 amd64 /var/db/pkg From: Garrett Cooper To: Darrel Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Eitan Adler , current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 04:56:09 -0000 On Sat, Nov 3, 2012 at 6:15 PM, Darrel wrote: ... > Yes, the existing man 8 pkg does not seem to match all of the facts. > What you probably ran into is the common chicken and egg problem where if pkgng is upgraded ports, it blows up when it tries to deinstall the package, or similarly, when portmaster is upgraded, it doesn't halt the upgrade and restart it properly. It's most likely still a problem; I'm going to doublecheck to make sure that's the case and file PRs if it is. Thanks, -Garrett