Summary: | media-sound/xmms2-0.9.4 - [meson] [libtool] [gcc-15] ../.../client.c: error: incompatible types when returning type _Bool but xmmsc_sc_namespace_t {aka struct xmmsc_sc_na | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Ionen Wolkens <ionen> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/xmms2/xmms2-devel/commit/b6a6e8c20b | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 880545 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz media-sound:xmms2-0.9.4:20241118-211417.log qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 909648 [details]
emerge-info.txt
Created attachment 909649 [details]
emerge-history.txt
Created attachment 909650 [details]
environment
Created attachment 909651 [details]
etc.clang.tar.xz
Created attachment 909652 [details]
etc.portage.tar.xz
Created attachment 909653 [details]
logs.tar.xz
Created attachment 909654 [details]
media-sound:xmms2-0.9.4:20241118-211417.log
Created attachment 909655 [details]
qlist-info.txt.xz
Created attachment 909656 [details]
temp.tar.xz
Unsurprisingly trofi has already fixed it and it's just not in a release yet, will look at backporting. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aca3e490b9eb281ad13d30f1e614aef46ede80e commit 5aca3e490b9eb281ad13d30f1e614aef46ede80e Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-11-18 22:55:47 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-11-18 22:56:11 +0000 media-sound/xmms2: backport c23 fixes for gcc15 Closes: https://bugs.gentoo.org/943862 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> media-sound/xmms2/files/xmms2-0.9.4-c23.patch | 33 +++++++++++++++++++++++++++ media-sound/xmms2/xmms2-0.9.4.ebuild | 1 + 2 files changed, 34 insertions(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2facc542948cfb79193220e7beb9d1c9837df8a commit d2facc542948cfb79193220e7beb9d1c9837df8a Author: Sam James <sam@gentoo.org> AuthorDate: 2024-11-19 03:48:42 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-19 03:52:22 +0000 sys-devel/gcc: backport C23 fix to 15.0.0_pre20241117 Backport a -std=gnu23/-std=c23 fix to 15.0.0_pre20241117 which prevented coersion from _Bool to NULL. Note that this is still dodgy code and some are proposing this be banned in a future C version (maybe even C2y), but it shouldn't be rejected in this version at least. I've added Closes tags for all bugs which, at a glance, look related, but I haven't re-tested them all and one or two might need reopening. Bug: https://gcc.gnu.org/PR112556 Closes: https://bugs.gentoo.org/943862 Closes: https://bugs.gentoo.org/943861 Closes: https://bugs.gentoo.org/943843 Closes: https://bugs.gentoo.org/943811 Closes: https://bugs.gentoo.org/943809 Closes: https://bugs.gentoo.org/943753 Closes: https://bugs.gentoo.org/943715 Closes: https://bugs.gentoo.org/943704 Closes: https://bugs.gentoo.org/942958 Signed-off-by: Sam James <sam@gentoo.org> ...llow-bool-and-enum-null-pointer-constants.patch | 244 +++++++++++++++++++++ sys-devel/gcc/gcc-15.0.0_pre20241117-r2.ebuild | 54 +++++ 2 files changed, 298 insertions(+) |