Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945916 - <dev-libs/boost-1.88.0 typo in member data that breaks compilation when used
Summary: <dev-libs/boost-1.88.0 typo in member data that breaks compilation when used
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Seifert
URL:
Whiteboard:
Keywords: PATCH
: 936930 (view as bug list)
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-12-05 14:54 UTC by David Carlos Manuelda
Modified: 2025-04-09 08:09 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch fixing little typo (0001-Fixed-a-typo-accessing-member-data.patch,723 bytes, patch)
2024-12-05 14:55 UTC, David Carlos Manuelda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)