From owner-freebsd-ports@FreeBSD.ORG Mon Oct 17 20:14:01 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C77A410656A6 for ; Mon, 17 Oct 2011 20:14:01 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 201108FC1F for ; Mon, 17 Oct 2011 20:14:00 +0000 (UTC) Received: (qmail invoked by alias); 17 Oct 2011 20:13:59 -0000 Received: from g227014007.adsl.alicedsl.de (EHLO mandree.no-ip.org) [92.227.14.7] by mail.gmx.net (mp026) with SMTP; 17 Oct 2011 22:13:59 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1/RIDguUqfRUJ/TwZ9qk6sgMb/wLHBArYcNdcLo5r c8M0wzE6b4wAR6 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 715E423CF84 for ; Mon, 17 Oct 2011 22:13:58 +0200 (CEST) Message-ID: <4E9C8C86.4060401@gmx.de> Date: Mon, 17 Oct 2011 22:13:58 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Mnenhy/0.8.3 Thunderbird/3.1.15 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E9C8B9E.6080801@eskk.nu> In-Reply-To: <4E9C8B9E.6080801@eskk.nu> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: What is wrong here? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2011 20:14:01 -0000 Am 17.10.2011 22:10, schrieb Leslie Jensen: > > I have a script that does > > portsnap fetch update > > pkg_version -vIL= > > on a Daily basis > > > Today I got this little message about "corrupted record" and I would > like to solve it > > > ImageMagick-6.7.3.0_1 < needs updating (index has 6.7.3.1) > pkg_version: corrupted record (pkgdep line without argument), ignoring > pkg_version: corrupted record (pkgdep line without argument), ignoring > kdemultimedia-4.6.5 < needs updating (index has 4.7.2) > libgtop-2.28.3_1 < needs updating (index has 2.28.3_2) > > > Any suggestions? It might help to run: portmaster --check-depends and the corruption is either from a file system corruption (like: hard shutdown/power blackout with enabled write caches), or from an interrupted portmaster/portupgrade/portinstall or "bare-bones" ports make run.