From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/, dev-libs/boost/files/
Date: Wed, 09 Apr 2025 08:09:57 +0000 (UTC) [thread overview]
Message-ID: <1744186139.c09487df79c0be8952761253c6b66dbe848b01ea.sam@gentoo> (raw)
commit: c09487df79c0be8952761253c6b66dbe848b01ea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 9 08:08:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <arvid-norlander@users.noreply.github.com>
+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;
+
next reply other threads:[~2025-04-09 8:10 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-09 8:09 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-11 13:39 [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/, dev-libs/boost/files/ Sam James
2025-05-07 10:50 Sam James
2025-04-27 14:27 Sam James
2025-04-27 12:17 Sam James
2025-04-09 6:53 Sam James
2024-12-17 21:44 Andreas Sturmlechner
2024-09-30 18:03 David Seifert
2024-07-16 23:04 Sam James
2024-06-03 1:31 Sam James
2024-02-17 14:27 David Seifert
2024-01-01 21:34 David Seifert
2023-10-08 4:22 Sam James
2023-05-20 16:38 David Seifert
2022-12-16 2:52 Sam James
2022-11-12 0:05 Sam James
2022-07-13 18:12 David Seifert
2022-02-03 4:25 Sam James
2021-12-01 17:24 Sam James
2021-06-20 16:54 Andreas Sturmlechner
2021-05-24 21:38 Sam James
2020-11-24 19:59 Andreas Sturmlechner
2020-08-02 10:09 David Seifert
2020-06-07 12:40 David Seifert
2020-05-02 14:26 David Seifert
2019-12-21 12:55 David Seifert
2019-12-07 21:43 David Seifert
2019-12-07 19:48 David Seifert
2019-04-21 19:18 David Seifert
2019-04-16 11:39 David Seifert
2019-04-16 11:39 David Seifert
2019-04-15 0:22 David Seifert
2018-02-11 17:07 Andreas Sturmlechner
2017-09-03 17:47 David Seifert
2016-04-13 19:06 David Seifert
2016-03-30 22:50 David Seifert
2015-08-25 11:36 Sergey Popov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744186139.c09487df79c0be8952761253c6b66dbe848b01ea.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox