commit:     36dbfb7c813104a0b13f5abe1f44c8e08c6c2460
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  8 09:09:14 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  8 09:09:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dbfb7c

dev-debug/dtrace: filter LTO again for live

Undo 274e88619f98c77b9a05c33eb956bb7a168d6025 with a new comment. It
builds fine (didn't before, of course) but it's broken at runtime.

Bug: https://github.com/oracle/dtrace-utils/issues/86
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-debug/dtrace/dtrace-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-debug/dtrace/dtrace-9999.ebuild 
b/dev-debug/dtrace/dtrace-9999.ebuild
index ed6c0129a8a9..22109e3bce63 100644
--- a/dev-debug/dtrace/dtrace-9999.ebuild
+++ b/dev-debug/dtrace/dtrace-9999.ebuild
@@ -126,6 +126,9 @@ src_configure() {
        # that can't actually obtain results from probes, even trivial examples
        # just hang.
        filter-flags -fno-semantic-interposition
+       # While it builds as of 2025-06-08, it's broken at runtime
+       # in the same way as -fno-semantic-interposition (hangs, no probes 
fire).
+       filter-lto
 
        local confargs=(
                # TODO: Maybe we should set the UNPRIV_UID to something? -3 is 
a bit... kludgy

Reply via email to