[Bug 227312] lang/perl5.26: build fails with DTRACE=on on 11.1-RELEASE-p9 r332087
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 23 00:13:27 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227312
jtkoerting at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jtkoerting at gmail.com
--- Comment #4 from jtkoerting at gmail.com ---
No bug. All you need is to have several kernel files in /boot/kernel.
To see what's needed, just try a
truss dtrace -h
to see what .ko files dtrace wants to access.
# truss dtrace -h 2>&1 | grep kernel
openat(AT_FDCWD,"/boot/kernel/kernel",O_RDONLY,00) = 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/accf_data.ko",O_RDONLY,00) = 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/accf_http.ko",O_RDONLY,00) = 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/mac_portacl.ko",O_RDONLY,00) = 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/cc_htcp.ko",O_RDONLY,00) = 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/ulpt.ko",O_RDONLY,00) = 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/nullfs.ko",O_RDONLY,00) = 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/tmpfs.ko",O_RDONLY,00) = 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/fdescfs.ko",O_RDONLY,00) = 3 (0x3)
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-perl
mailing list