From owner-freebsd-questions@FreeBSD.ORG Thu Aug 3 23:35:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A84316A4DE for ; Thu, 3 Aug 2006 23:35:53 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899C943D53 for ; Thu, 3 Aug 2006 23:35:52 +0000 (GMT) (envelope-from af300wsm@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so1238397nfc for ; Thu, 03 Aug 2006 16:35:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aMG1LbhHgeeHRoa7L+zNVTHe2ILG3YR7Ry5huMdHqbvQk8FHozM+yPyM+Z7oSL6vuJZ7ApQPnuCq4b/BmSRYdZ24H71uw5uI//NzhA2Nsc5+aBVJI13rDWci6i/MV9GrZY04LGHwTVOXt9Q/Yid4+HgHbD58yv3xPZCeGcyxte8= Received: by 10.78.177.3 with SMTP id z3mr1252066hue; Thu, 03 Aug 2006 16:35:51 -0700 (PDT) Received: by 10.78.130.4 with HTTP; Thu, 3 Aug 2006 16:35:50 -0700 (PDT) Message-ID: <340a29540608031635s59647a6clf06731410095c1b0@mail.gmail.com> Date: Thu, 3 Aug 2006 23:35:51 +0000 From: "Andrew Falanga" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Interesting problem with packages, how to fix if corrupt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 23:35:53 -0000 Hello everyone, If I do pkg_info with nothing else, all looks well. However, if I do "pkg_info | grep " (which I do frequently so I don't have to read through the entire list) I get these two errors: pkg_info: the package info for package 'portupgrade-2.0.1_1,1' is corrupt pkg_info: the package info for package 'ruby18-bdb4-0.5.7' is corrupt How would I go about fixing these packages, or at least fixing the package information? Thanks, Andy