From owner-freebsd-current@FreeBSD.ORG Sun Nov 4 01:15:08 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 B870BEB3 for ; Sun, 4 Nov 2012 01:15:08 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0878FC15 for ; Sun, 4 Nov 2012 01:15:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:cc:To:From:Date; bh=5L1O6R+tN6xSU6OUKTh+MOR/eQ3VrlUcKwmV2BzW/GY=; b=EMr3ZpBgIWdRIDPQ98PvuWja4KaikLtwmY1xMZQFils7KyjIfgtZDxG3BiLzZhpJxXDSAsQiraOpa7mLJzhknr91wRmk0SAzw/6TirEvtHBDJie9c5zf0/C8ufBzGjqAT4oWZw7rPouSwY8Q2cd4pPjmmwk2eDUMij4nLxjhLTo=; Received: from iglou1.iglou.com ([192.107.41.3]:50456 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TUonr-0005wZ-Rn by authid with igloumta_auth for current@freebsd.org; Sat, 03 Nov 2012 21:15:07 -0400 Received: from shell1.iglou.com ([192.107.41.17]:36239 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TUonr-0002CZ-Cy; Sat, 03 Nov 2012 21:15:07 -0400 Date: Sat, 3 Nov 2012 21:15:07 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: Eitan Adler Subject: Re: r2421600 amd64 /var/db/pkg In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b X-Mailman-Approved-At: Sun, 04 Nov 2012 04:50:21 +0000 Cc: 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 01:15:08 -0000 >>>> >>>> pkg_info: Don't use the pkg_ tools if you are using pkgng >>>> pkg_info: the package info for package 'ca_root_nss-3.14' is corrupt >>> >>> >>> have you run ever run pkg2ng ? >>> >> >> Hi, Eitan. >> >> It could be that I had a case of bad luck. About an hour before the >> documentation was put into /usr/ports/UPDATING, I noticed that portmaster >> was not working and 'make deinstall' and 'make reinstall' and ticked >> 'pkgng'. Then portmaster seemed to work alright. >> >> Then when the UPDATING entry 20121010 happened shortly after, I followed it >> exactly- so yes I ran pkg2ng. Somehow my installation has both > > The moment you run pkg2ng you lose any right to use pkg_* tools - > this is what the first warning is telling you. > I have a patch awaiting approval which makes the error more clear. > Yes, the existing man 8 pkg does not seem to match all of the facts. Darrel