The sed code qpkg -l uses to match symlinks in CONTENTS is broken. A typical line: sym /usr/kde/3.2/share/icons/default.kde -> crystalsvg 1079004486 qpkg uses s:\(^sym \)\(.*\)\( -> \)\(.*\)\( .*\)\{2\}$:\1${CY}\2${NO}\3\4: This should be s:\(^sym \)\(.*\)\( -> \)\(.*\)\( .*\)$:\1${CY}\2${NO}\3\4: I believe the \{2\} token was accidentally carried over from the obj matcher.
Created attachment 27856 [details, diff] Patch
this tool is deprecated