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

Bug 937418

Summary: =app-text/libmspub-0.1.4 fails to build with gcc:15 due to missing #include <cstdint>
Product: Gentoo Linux Reporter: tdr <ted.d.rodgers>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 932474    
Attachments: successful build log
#include <cstdint>
build fail log
includes cstdint for PolygonUtils.h

Description tdr 2024-08-06 04:26:41 UTC
Created attachment 899196 [details]
successful build log

src/lib/PolygonUtils.h needs patched to #include <cstdint>
Comment 1 tdr 2024-08-06 04:27:19 UTC
Created attachment 899197 [details, diff]
#include <cstdint>
Comment 2 tdr 2024-08-06 04:29:01 UTC
Created attachment 899198 [details]
build fail log
Comment 3 tdr 2024-08-11 15:54:26 UTC
Created attachment 899847 [details, diff]
includes cstdint for PolygonUtils.h
Comment 4 Larry the Git Cow gentoo-dev 2024-08-16 01:16:16 UTC
The bug has been closed via the following commit(s):

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

commit f5541d1deb040690b1e876fb5a69eb489be13c30
Author:     Eli Schwartz <eschwartz@gentoo.org>
AuthorDate: 2024-08-16 01:11:17 +0000
Commit:     Eli Schwartz <eschwartz@gentoo.org>
CommitDate: 2024-08-16 01:12:37 +0000

    app-text/libmspub: backport another missing include for gcc-15 this time
    
    Closes: https://bugs.gentoo.org/937418
    Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>

 app-text/libmspub/files/libmspub-0.1.4-gcc15.patch | 42 ++++++++++++++++++++++
 app-text/libmspub/libmspub-0.1.4.ebuild            |  7 +++-
 2 files changed, 48 insertions(+), 1 deletion(-)