From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EFAE1581FB for ; Sun, 25 Aug 2024 18:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F98EE2A10; Sun, 25 Aug 2024 18:49:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 0B65CE2A10 for ; Sun, 25 Aug 2024 18:49:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 027C2342FB0 for ; Sun, 25 Aug 2024 18:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90C54169D for ; Sun, 25 Aug 2024 18:49:13 +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: <1724611735.662dc63bd2323f7d62e8c16cf44e3e871051dd8a.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-2.0.1.1-r1.ebuild 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: 662dc63bd2323f7d62e8c16cf44e3e871051dd8a X-VCS-Branch: master Date: Sun, 25 Aug 2024 18:49:13 +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: 9f6ce216-9152-453d-90b2-73d6de83b9a6 X-Archives-Hash: 06cea4db43d5dcbabaeb4b0171f128bb commit: 662dc63bd2323f7d62e8c16cf44e3e871051dd8a Author: Sam James gentoo org> AuthorDate: Sun Aug 25 18:48:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 25 18:48:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662dc63b dev-debug/dtrace: add upstream bug link for LTO Signed-off-by: Sam James gentoo.org> dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild | 1 + dev-debug/dtrace/dtrace-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild b/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild index 250c9ddd9755..1129df6ebaf6 100644 --- a/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild +++ b/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild @@ -129,6 +129,7 @@ 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=( diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 250c9ddd9755..1129df6ebaf6 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -129,6 +129,7 @@ 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=(