From owner-freebsd-ports@FreeBSD.ORG Tue Oct 18 21:13:38 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 8CFAB1065674 for ; Tue, 18 Oct 2011 21:13:38 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 68CB28FC12 for ; Tue, 18 Oct 2011 21:13:38 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id B25105C34; Tue, 18 Oct 2011 17:13:37 -0400 (EDT) Date: Tue, 18 Oct 2011 17:13:37 -0400 From: Wesley Shields To: Leslie Jensen Message-ID: <20111018211337.GF91604@atarininja.org> References: <4E9C8B9E.6080801@eskk.nu> <4E9C8C86.4060401@gmx.de> <4E9C8E70.3090503@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E9C8E70.3090503@eskk.nu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Matthias Andree , 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: Tue, 18 Oct 2011 21:13:38 -0000 On Mon, Oct 17, 2011 at 10:22:08PM +0200, Leslie Jensen wrote: > > > 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 :-) You can find out which pkg is giving you the problems by looking for "@pkgdep " in /var/db/pkg/*+CONTENTS. If you find any lines with nothing after the space then that is your problem. You should just be able to rebuild that port or reinstall the package and you should be fine. -- WXS