Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 945916

Summary: <dev-libs/boost-1.88.0 typo in member data that breaks compilation when used
Product: Gentoo Linux Reporter: David Carlos Manuelda <StormByte>
Component: Current packagesAssignee: David Seifert <soap>
Status: RESOLVED FIXED    
Severity: normal CC: holger, StormByte, toralf
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/boostorg/thread/issues/402
https://github.com/boostorg/thread/pull/408
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 932474    
Attachments: Patch fixing little typo

Description David Carlos Manuelda 2024-12-05 14:54:30 UTC
On boost/thread/future.hpp line 4671 there is a typo (it is written that instead of that_) that will it fail to compile when used.

Since this is a header the package itself will not fail but others using it will (in my case poedit)

I attach a patch fixing it but I don't know how to send it to upstream (or check if they already fixed it)

Reproducible: Always
Comment 1 David Carlos Manuelda 2024-12-05 14:55:00 UTC
Created attachment 913389 [details, diff]
Patch fixing little typo
Comment 2 Holger Hoffstätte 2025-04-09 07:37:54 UTC
*** Bug 936930 has been marked as a duplicate of this bug. ***
Comment 3 Holger Hoffstätte 2025-04-09 07:49:34 UTC
Fwiw this fix has been finally merged into boostorg/boost for 1.88.0-beta:
https://github.com/boostorg/boost/commit/6e22703be48fda386141aec06f8f4137958d7bba
Comment 4 Larry the Git Cow gentoo-dev 2025-04-09 08:09:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09487df79c0be8952761253c6b66dbe848b01ea

commit c09487df79c0be8952761253c6b66dbe848b01ea
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-04-09 08:08:34 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-09 08:08:59 +0000

    dev-libs/boost: fix typo in thread
    
    Closes: https://bugs.gentoo.org/945916
    Signed-off-by: Sam James <sam@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(+)