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 packages | Assignee: | 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 |
Created attachment 899197 [details, diff]
#include <cstdint>
Created attachment 899198 [details]
build fail log
Created attachment 899847 [details, diff]
includes cstdint for PolygonUtils.h
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(-) |
Created attachment 899196 [details] successful build log src/lib/PolygonUtils.h needs patched to #include <cstdint>