after installing net-mail/lbdb, the included script /usr/bin/lbdbq never returns any results and even ends with an error. the reason is that the calls to sort -f +1 and sort -f +2 which results in sort: open failed: +1: No such file or directory and sort: open failed: +2: No such file or directory it should be sort -f -k 1 and sort -f -k 2
Created attachment 106374 [details, diff] patch that solves the issue
This was fixed in lbdb-0.32: "Change sort(1) syntax to cope with new versions of coreutils" 0.34 should be stable soon (see bug #161400)
this got fixed with the new lbdb ebuild. thanks guys!