commit: 34501d422e9017d1df1c291a4f89c6fd98ff050b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 12 00:43:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 12 00:43:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34501d42
dev-debug/dtrace: note that BTF must be available for USE=test-install BTF must be available for the running kernel at build-time with this flag. The next upstream release will have a better error message for this, see http://github.com/oracle/dtrace-utils/issues/74. Closes: https://bugs.gentoo.org/958606 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/dtrace/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-debug/dtrace/metadata.xml b/dev-debug/dtrace/metadata.xml index f9149c67c8a0..b3f23cd63bf7 100644 --- a/dev-debug/dtrace/metadata.xml +++ b/dev-debug/dtrace/metadata.xml @@ -14,6 +14,9 @@ Install the testsuite for manual use. It is not suitable for automatic execution within the ebuild because it requires root privlieges. + + BTF must be available for the running kernel at build-time + with this flag. </flag> </use> <upstream>
