Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 19:21:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232825] dtrace can not be built into kernel
Message-ID:  <bug-232825-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232825

            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@FreeBSD.org
          Reporter: lev@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".

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232825-227>