FreeBSD: pkg_version: corrupted record (pkgdep line without argument), ignoring

by on May 24, 2009 · 0 comments· LAST UPDATED May 24, 2010

in

I'm using portmaster to manage my ports without external databases. However, when I run the try to run pkg_version -l '<', I'm getting the following error:

pkg_version: corrupted record (pkgdep line without argument), ignoring

How do I fix this problem?

You can fix this problem running the following commands:
portmaster --check-depends
After that run usual portmaster -Da command:
# portmaster -Da
However, as noted here, it is good idea to get list of ports first:

 
cd /var/db/
cp -Rp pkg pkg-before
portmaster --check-depends
diff -ur pkg-before pkg > ~/pkg-dir.diff1
cp -Rp pkg pkg-after
portmaster --check-depends
diff -ur pkg-after pkg > ~/pkg-dir.diff2
cd pkg
egrep -l '(pkgdep$|pkgdep $)' */+CONTENTS > ~/pkg-dir.egrep
 

See portmaster man page for more information.



If you would like to be kept up to date with our posts, you can follow us on Twitter, Facebook, Google+, or even by subscribing to our RSS Feed.


{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , ,

Previous Faq:

Next Faq: