From owner-freebsd-ports@FreeBSD.ORG Mon Oct 17 20:21:39 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 5E093106564A for ; Mon, 17 Oct 2011 20:21:39 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id D93BA8FC08 for ; Mon, 17 Oct 2011 20:21:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 2AD885E23D; Mon, 17 Oct 2011 22:22:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.465 X-Spam-Level: X-Spam-Status: No, score=-2.465 tagged_above=-999 required=5 tests=[AWL=0.135, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3Pl-o-88EXJG; Mon, 17 Oct 2011 22:22:42 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.bjare.net (Postfix) with ESMTPS id 1D07D5E238; Mon, 17 Oct 2011 22:22:42 +0200 (CEST) Message-ID: <4E9C8E70.3090503@eskk.nu> Date: Mon, 17 Oct 2011 22:22:08 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111002 Thunderbird/7.0.1 MIME-Version: 1.0 To: Matthias Andree References: <4E9C8B9E.6080801@eskk.nu> <4E9C8C86.4060401@gmx.de> In-Reply-To: <4E9C8C86.4060401@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org 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:21:39 -0000 2011-10-17 22:13, Matthias Andree skrev: > 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. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Thanks. I have done that and I have two errors considering kdelibs-4. At the moment kdelibs-4 will not build. Because I deleted kdelibs following the instructions in UPDATING, that might cause the error. I didn't connect those two because there was no mention of port name in the error. Thanks for clarifying :-) /Leslie