Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 00:13:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 227312] lang/perl5.26: build fails with DTRACE=on on 11.1-RELEASE-p9 r332087
Message-ID:  <bug-227312-14331-NqqkURl4TI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227312-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227312-14331@https.bugs.freebsd.org/bugzilla/>

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

jtkoerting@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jtkoerting@gmail.com

--- Comment #4 from jtkoerting@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) =3D 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/accf_data.ko",O_RDONLY,00) =3D 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/accf_http.ko",O_RDONLY,00) =3D 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/mac_portacl.ko",O_RDONLY,00) =3D 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/cc_htcp.ko",O_RDONLY,00) =3D 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/ulpt.ko",O_RDONLY,00) =3D 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/nullfs.ko",O_RDONLY,00) =3D 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/tmpfs.ko",O_RDONLY,00) =3D 3 (0x3)
openat(AT_FDCWD,"/boot/kernel/fdescfs.ko",O_RDONLY,00) =3D 3 (0x3)

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



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