Author: Dan
Date: 22-04-10 20:30
I was getting this message:
pkg_info: corrupted record (pkgdep line without argument), ignoring
wxs suggested this one-liner to identify the problem packages:
grep "^@pkgdep" /var/db/pkg/*/+CONTENTS | awk '{ if (NF != 2) { print $1 } }' | cut -d':' -f1
I then did a 'portupgrade -f' on those packages. Problem solved.
--
Webmaster
|
|