From owner-freebsd-current@FreeBSD.ORG Sat Nov 3 22:00:22 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 1CDB6B2D for ; Sat, 3 Nov 2012 22:00:22 +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 C48C28FC0A for ; Sat, 3 Nov 2012 22:00:21 +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=ROjufdsApy1v6gf1nk1H1lZcZyX4dbJyVbOzMsAk/TM=; b=uIOIBBwXsn3uCGP+H67QO/fuaPahCos2f8pJyCqmAiW3LN8id8PmLGF7ZuDQHrFwK/qypxqaP/jr7VnCsP3LRpU0YfQcJWusLCZwD6XKBHzpaeoQhV+ztsFgYjUGm8tIROT6C3vTv4UL1tbiMR2RWJzkVOmZVV6Q/Y0jMPkNSYY=; Received: from iglou1.iglou.com ([192.107.41.3]:46568 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TUllM-0006vp-P9 by authid with igloumta_auth for current@freebsd.org; Sat, 03 Nov 2012 18:00:20 -0400 Received: from shell1.iglou.com ([192.107.41.17]:35818 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TUllM-0004uS-D7; Sat, 03 Nov 2012 18:00:20 -0400 Date: Sat, 3 Nov 2012 18:00:20 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: Johan Hendriks 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: Sat, 03 Nov 2012 22:21:17 +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: Sat, 03 Nov 2012 22:00:22 -0000 > > If i read it right you need pkg info not pkg_info. > So use the old commands without the underscore. > I see the errors when running portmaster. Apparently, my 9.1 machines upgraded alright to pkgng and something went awry with my 10.0 machine. If I run something like 'pkg info | grep pkgconf' then the output is fine. Oh, I just noticed that portmaster-3.14 *and* portmaster-3.14_7 exist in /var/db/pkg. That can not be alright. Darrel