From owner-freebsd-questions@FreeBSD.ORG Mon Sep 30 11:35:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD0EDA48 for ; Mon, 30 Sep 2013 11:35:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 820CE2ED1 for ; Mon, 30 Sep 2013 11:34:59 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 316632111B for ; Mon, 30 Sep 2013 07:34:58 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Mon, 30 Sep 2013 07:34:58 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=0s888/si3Xt6f97O7hSU++Cp5Y4=; b=cH2Ra 025dd0vZWDC5oolH31UO88Cl4skUejQ7Cq4vfodICzr/TT7ILb8h1HJJKC0E7Zfd EhVPlNyW5hlg7KBCjR7azM8NoCyxY0mvi4B34YTx0f3GYk/qbI++wfksfingz0el gWcXhO3TJQO3Lj+Q53xifcs+DeAEvx3mnZYEAY= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 1330EB01EBC; Mon, 30 Sep 2013 07:34:58 -0400 (EDT) Message-Id: <1380540898.14383.28105213.268545DC@webmail.messagingengine.com> X-Sasl-Enc: JW3f7c6ybGGectX2P0PrR6srNYVHipEAWYe6gPKbg6oK 1380540898 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 Subject: Re: after pkgng update, daily run still using pkg_info Date: Mon, 30 Sep 2013 06:34:58 -0500 In-Reply-To: <5248F965.3030703@dreamchaser.org> References: <52470959.9050904@dreamchaser.org> <1380398226.30638.27610565.609ED96A@webmail.messagingengine.com> <5248F965.3030703@dreamchaser.org> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 11:35:00 -0000 On Sun, Sep 29, 2013, at 23:09, Gary Aitken wrote: > > Some of the packages reported as corrupt were installed *after* the > conversion to pkgng, so why is pkg_info even noticing them? > The only way this is possible is if they are in the old package format. Did you happen to convert your packages to pkgng and then install some software from ports without putting WITH_PKGNG=YES in your make.conf?