Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937418 - =app-text/libmspub-0.1.4 fails to build with gcc:15 due to missing #include <cstdint>
Summary: =app-text/libmspub-0.1.4 fails to build with gcc:15 due to missing #include <...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-08-06 04:26 UTC by tdr
Modified: 2024-08-16 01:16 UTC (History)
0 users

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


Attachments
successful build log (libmspub-0.1.4-build-success.log,42.96 KB, text/plain)
2024-08-06 04:26 UTC, tdr
Details
#include <cstdint> (PolygonUtils.h-gcc-15.patch,193 bytes, patch)
2024-08-06 04:27 UTC, tdr
Details | Diff
build fail log (libmspub-0.1.4-build-fail.log,25.36 KB, text/plain)
2024-08-06 04:29 UTC, tdr
Details
includes cstdint for PolygonUtils.h (PolygonUtils.h-cstdint.patch,568 bytes, patch)
2024-08-11 15:54 UTC, tdr
Details | Diff

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