From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B364A15807A for ; Sun, 08 Jun 2025 07:31:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9CF23343059 for ; Sun, 08 Jun 2025 07:31:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 983EC1102BE; Sun, 08 Jun 2025 07:31:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8C6BD1102BE for ; Sun, 08 Jun 2025 07:31:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4251E343059 for ; Sun, 08 Jun 2025 07:31:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A31D82937 for ; Sun, 08 Jun 2025 07:31:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749367885.274e88619f98c77b9a05c33eb956bb7a168d6025.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/dtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/dtrace/dtrace-9999.ebuild X-VCS-Directories: dev-debug/dtrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 274e88619f98c77b9a05c33eb956bb7a168d6025 X-VCS-Branch: master Date: Sun, 08 Jun 2025 07:31:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59301688-163e-4932-9109-39ba9e70c5b5 X-Archives-Hash: 6682c02844b3c4448a34ff883c281030 commit: 274e88619f98c77b9a05c33eb956bb7a168d6025 Author: Sam James gentoo org> AuthorDate: Sun Jun 8 07:31:25 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 8 07:31:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274e8861 dev-debug/dtrace: drop filter-lto for live See https://github.com/oracle/dtrace-utils/issues/86#issuecomment-2953671118. Signed-off-by: Sam James gentoo.org> dev-debug/dtrace/dtrace-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 7765c54784e9..4cc13490c0d1 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -127,8 +127,6 @@ src_configure() { # that can't actually obtain results from probes, even trivial examples # just hang. filter-flags -fno-semantic-interposition - # https://github.com/oracle/dtrace-utils/issues/86 - filter-lto local confargs=( # TODO: Maybe we should set the UNPRIV_UID to something? -3 is a bit... kludgy