[Bug 232825] dtrace can not be built into kernel

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 30 19:21:04 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232825

            Bug ID: 232825
           Summary: dtrace can not be built into kernel
           Product: Base System
           Version: 11.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: lev at FreeBSD.org

On 11.2-STABLE (r )file
"sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace_xoroshiro128_plus.c" is
not included in "sys/conf/files" and kernel with

device dtrace
device dtraceall

can not be built (linked) with diagnostic:

dtrace.o: In function `dtrace_dif_subr':
/usr/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:4142:
undefined reference to `dtrace_xoroshiro128_plus_next'
dtrace.o: In function `dtrace_state_create':
/usr/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:14544:
undefined reference to `dtrace_xoroshiro128_plus_jump'


This file is included into "sys/modules/dtrace/Makefile".

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list