https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214545
--- Comment #18 from Ed Maste <ema...@freebsd.org> --- mandoc is a build tool, the problem is that it's run by installworld (etc/Makefile afterinstall -> share/man/Makefile makedb) which uses existing host tools. These are normally copied aside before use (ITOOLS); makewhatis is not included in that list but the problem would persist even if it were. I have a review open to have freebsd-update invoke makewhatis after installing the updates: https://reviews.freebsd.org/D10482 By itself this would not solve the issue, but would allow us to stop shipping mandoc.db. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"