From owner-freebsd-pkg@FreeBSD.ORG Thu Oct 30 17:05:51 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89D8E6BD for ; Thu, 30 Oct 2014 17:05:51 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C179659 for ; Thu, 30 Oct 2014 17:05:51 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C424021D90 for ; Thu, 30 Oct 2014 13:05:49 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Thu, 30 Oct 2014 13:05:49 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:subject :date:in-reply-to:references; s=smtpout; bh=ndi5/PZAAMcKUBJ/E4Qf Q3q2sSc=; b=BhQg+W1PWFqjRJrfvtmXa0ccOtvMirpI5UwwrJNKdtLlFtwvgSey YnVGeU3fOkg98rRMn8JBVs3VnE2Z5YvhQq/q8Toyv9/+D4nAHGXbvECXK1JXW+gz dAZiqEyKRDIGpY65BPtn2zz6FMsHjy2/NoftV+u/ePQQmBHUGkK4bOo= Received: by web3.nyi.internal (Postfix, from userid 99) id A5EBB107A87; Thu, 30 Oct 2014 13:05:49 -0400 (EDT) Message-Id: <1414688749.1133772.185201153.131D014A@webmail.messagingengine.com> X-Sasl-Enc: GUQU1xBKYvjg24Z2bw4syRifzBbvsBHlfnvlpsDf22GG 1414688749 From: Mark Felder To: freebsd-pkg@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-c51dec4f Subject: Re: pkg2ng question -- fails to show converted pkgs in stats Date: Thu, 30 Oct 2014 12:05:49 -0500 In-Reply-To: <1414673296.11479.YahooMailBasic@web140904.mail.bf1.yahoo.com> References: <1414673296.11479.YahooMailBasic@web140904.mail.bf1.yahoo.com> X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 17:05:51 -0000 On Thu, Oct 30, 2014, at 07:48, Jeffrey Bouquet via freebsd-pkg wrote: > v9 > pkg2ng converts, the local.sqlite is huge... > > but pkg stats ... no installed packages. > I suspect that there is a lot of missing metadata after pkg2ng because it was never there in the old package format, and you' can't just fake the data because it's only there if you install into the STAGE directory and pkg can do all its accounting before making the final package. I would hazard a guess that "Installed packages" can probably be fixed, but "Disk space occupied" probably cannot. > If one wants to desintall them, they are installed... if one wants to > install them, they > are not installed yet, whereas they were converted so are... > This seems odd. What version of pkgng ?