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

Bug 892814

Summary: media-libs/zmusic fail to compile with gcc 13 [patch]
Product: Gentoo Linux Reporter: Cănărău Constantin <canarauc>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: minor Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/ZDoom/ZMusic/pull/45
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 865117    
Attachments: Trivial patch

Description Cănărău Constantin 2023-02-01 11:51:18 UTC
media-libs/zmusic fail to compile with gcc 13 due to missing #include <cstdint>

Reproducible: Always
Comment 1 Cănărău Constantin 2023-02-01 11:52:05 UTC
Created attachment 849618 [details, diff]
Trivial patch
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-04 14:08:38 UTC
Thanks for the report & testing GCC 13.

In future, please send upstream if you can as well, to benefit everybody, but I'll do it in this case.
Comment 3 Larry the Git Cow gentoo-dev 2023-02-04 20:33:22 UTC
The bug has been closed via the following commit(s):

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

commit b98f8c4440e4f2042dcf1b477b6a8eb87e0b4688
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-04 20:31:25 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-04 20:33:13 +0000

    media-libs/zmusic: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/892814
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/zmusic/files/zmusic-1.1.4-gcc-13.patch | 166 ++++++++++++++++++++++
 media-libs/zmusic/zmusic-1.1.4.ebuild             |   6 +-
 2 files changed, 171 insertions(+), 1 deletion(-)