https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257525
--- Comment #2 from Evgeniy Khramtsov <evge...@khramtsov.org> --- (In reply to Steve Wills from comment #1) WITHOUT_TOOLCHAIN is problematic (removes base headers). Instead, I use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257622#c2 dtrace does exist on such a system, but the port can't link DTRACE using non-base toolchain. Base toolchain links symbols that ports toolchain can't, e.g. https://github.com/DankBSD/ports/commit/fef8031 Some ports already use DTRACE option, e.g. DTRACE_DESC in Mk/bsd.options.desc.mk, so I think adding a DTRACE option to workaround this may be fine. -- You are receiving this mail because: You are the assignee for the bug.