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

Bug 879691

Summary: games-emulation/hatari: possible configure breakage with Clang 16
Product: Gentoo Linux Reporter: Matt Jolly <kangie>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: clang-14.log
clang-15.log
clang.diff

Description Matt Jolly gentoo-dev 2022-11-04 22:10:59 UTC
This package has been identified via automation as potentially impacted by upcoming Clang 16 changes.
The following have been identified as potential issues:

[-Werror,-Wimplicit-function-declaration]

[-Werror,-Wimplicit-function-declaration]
error: call to undeclared library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
Comment 1 Matt Jolly gentoo-dev 2022-11-04 22:11:00 UTC
Created attachment 827321 [details]
clang-14.log

build log
Comment 2 Matt Jolly gentoo-dev 2022-11-04 22:11:02 UTC
Created attachment 827323 [details]
clang-15.log

build log
Comment 3 Matt Jolly gentoo-dev 2022-11-04 22:11:04 UTC
Created attachment 827325 [details]
clang.diff

build log
Comment 4 Larry the Git Cow gentoo-dev 2024-05-04 17:27:31 UTC
The bug has been closed via the following commit(s):

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

commit 2bb582efa85e6226ea40b99c149f141c5329e4ae
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2024-05-04 16:57:44 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-05-04 17:26:46 +0000

    games-emulation/hatari: add 2.5.0, enable py3.12
    
    wrt bug #879691, the check for strlcpy was removed entirely
    (hopefully nothing else, haven't looked in-depth)
    
    gui "seems" fine with 3.12, albeit not have messed with it much
    
    Closes: https://bugs.gentoo.org/879691
    Closes: https://bugs.gentoo.org/929577
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-emulation/hatari/Manifest            |   1 +
 games-emulation/hatari/hatari-2.5.0.ebuild | 103 +++++++++++++++++++++++++++++
 games-emulation/hatari/metadata.xml        |   1 +
 3 files changed, 105 insertions(+)