commit: a82dcfb041a05854c80a416fbd77a9da0ce4d48f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 3 00:26:42 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 3 00:26:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82dcfb0
dev-debug/dtrace: update dostrip -x comment
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/dtrace/dtrace-2.0.3-r2.ebuild | 3 ++-
dev-debug/dtrace/dtrace-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-debug/dtrace/dtrace-2.0.3-r2.ebuild
b/dev-debug/dtrace/dtrace-2.0.3-r2.ebuild
index 3c38bf72a3c2..5d961eac36e6 100644
--- a/dev-debug/dtrace/dtrace-2.0.3-r2.ebuild
+++ b/dev-debug/dtrace/dtrace-2.0.3-r2.ebuild
@@ -167,7 +167,8 @@ src_test() {
src_install() {
emake DESTDIR="${D}" -j1 install $(usev test-install install-test)
- # Stripping the BPF libs breaks them
+ # We want to strip neither the BPF libraries nor libdtrace.so itself
+ # as probes attach to some symbols that would get removed otherwise.
dostrip -x "/usr/$(get_libdir)"
# It's a binary (TODO: move it?)
diff --git a/dev-debug/dtrace/dtrace-9999.ebuild
b/dev-debug/dtrace/dtrace-9999.ebuild
index adf19369b700..20603ddb6559 100644
--- a/dev-debug/dtrace/dtrace-9999.ebuild
+++ b/dev-debug/dtrace/dtrace-9999.ebuild
@@ -163,7 +163,8 @@ src_test() {
src_install() {
emake DESTDIR="${D}" -j1 install $(usev test-install install-test)
- # Stripping the BPF libs breaks them
+ # We want to strip neither the BPF libraries nor libdtrace.so itself
+ # as probes attach to some symbols that would get removed otherwise.
dostrip -x "/usr/$(get_libdir)"
# It's a binary (TODO: move it?)