On Sun, Aug 26, 2012 at 10:25 PM, Scott McEachern <[email protected]> wrote: > ===> Installing groff-1.21p8 from /usr/ports/packages/amd64/all/ > Can't install groff-1.21p8 because of libraries > |library c.65.0 not found > | /usr/lib/libc.so.66.0 (system): bad major > *** Error code 1
I suspect you compiled the groff package against an older snapshot which had libc.so.65.0. The new snapshots have libc.so.66.0 now, and if you did a clean reinstall of base then you no longer have libc.so.65.0. I thought the ports tools are supposed to gracefully handle this, but maybe not. Try deleting the groff package and rebuilding it from source to see if that helps.
