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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 949241581EE for ; Wed, 09 Apr 2025 08:10:04 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7A39F3432D5 for ; Wed, 09 Apr 2025 08:10:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 93B9D1104B7; Wed, 09 Apr 2025 08:09:59 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8A90B1104B7 for ; Wed, 09 Apr 2025 08:09:59 +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 39E3A3432CB for ; Wed, 09 Apr 2025 08:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BB7B1BEE for ; Wed, 09 Apr 2025 08:09:57 +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: <1744186139.c09487df79c0be8952761253c6b66dbe848b01ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/, dev-libs/boost/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.87.0-r2.ebuild dev-libs/boost/boost-1.87.0-r3.ebuild dev-libs/boost/files/boost-1.87.0-thread-typo.patch X-VCS-Directories: dev-libs/boost/ dev-libs/boost/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c09487df79c0be8952761253c6b66dbe848b01ea X-VCS-Branch: master Date: Wed, 09 Apr 2025 08:09:57 +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: bfd7a185-90ee-4217-b42c-a3a580403d15 X-Archives-Hash: 5e624c0d9d8f65340afc20af5c93b859 commit: c09487df79c0be8952761253c6b66dbe848b01ea Author: Sam James gentoo org> AuthorDate: Wed Apr 9 08:08:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 9 08:08:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09487df dev-libs/boost: fix typo in thread Closes: https://bugs.gentoo.org/945916 Signed-off-by: Sam James gentoo.org> ...ost-1.87.0-r2.ebuild => boost-1.87.0-r3.ebuild} | 1 + .../boost/files/boost-1.87.0-thread-typo.patch | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-libs/boost/boost-1.87.0-r2.ebuild b/dev-libs/boost/boost-1.87.0-r3.ebuild similarity index 99% rename from dev-libs/boost/boost-1.87.0-r2.ebuild rename to dev-libs/boost/boost-1.87.0-r3.ebuild index 355e0ba1f85c..fd197c65f52f 100644 --- a/dev-libs/boost/boost-1.87.0-r2.ebuild +++ b/dev-libs/boost/boost-1.87.0-r3.ebuild @@ -52,6 +52,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.79.0-build-auto_index-tool.patch "${FILESDIR}"/${PN}-1.87.0-move.patch "${FILESDIR}"/${PN}-1.87.0-smart_ptr-operator.patch + "${FILESDIR}"/${PN}-1.87.0-thread-typo.patch ) create_user-config.jam() { diff --git a/dev-libs/boost/files/boost-1.87.0-thread-typo.patch b/dev-libs/boost/files/boost-1.87.0-thread-typo.patch new file mode 100644 index 000000000000..2674cffe9367 --- /dev/null +++ b/dev-libs/boost/files/boost-1.87.0-thread-typo.patch @@ -0,0 +1,28 @@ +https://bugs.gentoo.org/945916 +https://github.com/boostorg/thread/pull/408 + +From 49ccf9c30a0ca556873dbf64b12b0d741d1b3e66 Mon Sep 17 00:00:00 2001 +From: Arvid Norlander +Date: Fri, 8 Nov 2024 16:48:43 +0100 +Subject: [PATCH] Fix build on clang-19 (which checks more things in + uninstantiated templates) + +Fixes issue #402 +--- + include/boost/thread/future.hpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/include/boost/thread/future.hpp b/include/boost/thread/future.hpp +index 00f504b9b..d15d7ffa5 100644 +--- a/boost/thread/future.hpp ++++ b/boost/thread/future.hpp +@@ -4668,7 +4668,7 @@ namespace detail + } + run_it& operator=(BOOST_THREAD_RV_REF(run_it) x) BOOST_NOEXCEPT { + if (this != &x) { +- that_=x.that; ++ that_=x.that_; + x.that_.reset(); + } + return *this; +