On 2012/08/27 10:31, Matthew Dempsky wrote: > On Sun, Aug 26, 2012 at 10:25 PM, Scott McEachern <sc...@blackstaff.ca> 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. >
If I were guessing, I'd say there are probably either old packages lying around in /usr/ports/packages, old build directories in WRKOBJDIR (I forget where this points by default as I always reset it), or FETCH_PACKAGES is set and PKG_PATH is pointed at a mirror with old packages built against libc.so.65.0.