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 663DD158041 for ; Wed, 27 Mar 2024 04:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA064E29E8; Wed, 27 Mar 2024 04:01:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C8C1E29E8 for ; Wed, 27 Mar 2024 04:01:35 +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 5056F3430AB for ; Wed, 27 Mar 2024 04:01:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B548B29 for ; Wed, 27 Mar 2024 04:01:32 +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: <1711512034.270d4b60358a4177a31caa84edcb6fe1ed805bda.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/bluez/bluez-5.72.ebuild net-wireless/bluez/bluez-5.73.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 270d4b60358a4177a31caa84edcb6fe1ed805bda X-VCS-Branch: master Date: Wed, 27 Mar 2024 04:01:32 +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: 77d837bd-0696-4794-8a10-1bc3d16d9070 X-Archives-Hash: 7bae8667614cb5b23dcf7a5e39d4f18a commit: 270d4b60358a4177a31caa84edcb6fe1ed805bda Author: Sam James gentoo org> AuthorDate: Wed Mar 27 04:00:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 27 04:00:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270d4b60 net-wireless/bluez: filter LTO (test failures) 5.73 unfortunately still fails for me with LTO (specifically the 'unit/test-vcp' test). Bug: https://github.com/bluez/bluez/issues/683 Bug: https://github.com/bluez/bluez/issues/726 Closes: https://bugs.gentoo.org/925745 Signed-off-by: Sam James gentoo.org> net-wireless/bluez/bluez-5.72.ebuild | 5 ++++- net-wireless/bluez/bluez-5.73.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-wireless/bluez/bluez-5.72.ebuild b/net-wireless/bluez/bluez-5.72.ebuild index abb0053bc2b5..06b68087328b 100644 --- a/net-wireless/bluez/bluez-5.72.ebuild +++ b/net-wireless/bluez/bluez-5.72.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..12} ) -inherit autotools linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1 +inherit autotools flag-o-matic linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1 DESCRIPTION="Bluetooth Tools and System Daemons for Linux" HOMEPAGE="http://www.bluez.org https://github.com/bluez/bluez" @@ -122,6 +122,9 @@ src_prepare() { } multilib_src_configure() { + # unit/test-vcp test fails with LTO (bug #925745) + filter-lto + local myconf=( # readline is automagic when client is enabled # --enable-client always needs readline, bug #504038 diff --git a/net-wireless/bluez/bluez-5.73.ebuild b/net-wireless/bluez/bluez-5.73.ebuild index f71af719302f..1bd115cef414 100644 --- a/net-wireless/bluez/bluez-5.73.ebuild +++ b/net-wireless/bluez/bluez-5.73.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..12} ) -inherit autotools linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1 +inherit autotools flag-o-matic linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1 DESCRIPTION="Bluetooth Tools and System Daemons for Linux" HOMEPAGE="http://www.bluez.org https://github.com/bluez/bluez" @@ -108,6 +108,9 @@ src_prepare() { } multilib_src_configure() { + # unit/test-vcp test fails with LTO (bug #925745) + filter-lto + local myconf=( # readline is automagic when client is enabled # --enable-client always needs readline, bug #504038