https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211618
--- Comment #5 from Brandon Wandersee <[email protected]> --- (In reply to Benjamin Kaduk from comment #4) No, dtruss(1) and DTrace itself are definitely in my base system: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $ whereis dtruss dtruss: /usr/sbin/dtruss /usr/share/man/en.UTF-8/man1/dtruss.1.gz $ make check-old >>> Checking for old files >>> Checking for old libraries >>> Checking for old directories To remove old files and directories run 'make delete-old'. To remove old libraries run 'make delete-old-libs'. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I've only glanced at my local source tree---I'm not intimately familiar with it, I admit---but adding "WITHOUT_CDDL='YES'" to /etc/src.conf adds the dtruss(1) man page to my `make check-old` list, but not the /usr/sbin/dtruss binary, per /usr/src/tools/build/mk/OptionalObsoleteFiles.inc. I haven't had my coffee yet, but it looks like it might be a bit more complicated than just a missing man page. I won't rule out that this might be a quirk in my system, though. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
