Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879691 - games-emulation/hatari: possible configure breakage with Clang 16
Summary: games-emulation/hatari: possible configure breakage with Clang 16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2022-11-04 22:10 UTC by Matt Jolly
Modified: 2024-05-04 17:27 UTC (History)
0 users

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


Attachments
clang-14.log (clang-14.log,6.78 KB, text/plain)
2022-11-04 22:11 UTC, Matt Jolly
Details
clang-15.log (clang-15.log,6.76 KB, text/plain)
2022-11-04 22:11 UTC, Matt Jolly
Details
clang.diff (clang.diff,11.79 KB, text/plain)
2022-11-04 22:11 UTC, Matt Jolly
Details

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