Summary: | media-gfx/xloadimage-4.1-r16 - pdsuncomp.c: error: passing argument 3 of decompress from incompatible pointer type [-Wincompatible-pointer-types] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nuitari, spreetec |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=896232 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412, 941869 | ||
Attachments: |
emerge-info.txt
emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz media-gfx:xloadimage-4.1-r16:20231227-003034.log qlist-info.txt.xz temp.tar.xz Proposed patch for the incompatible pointer type error |
Description
Toralf Förster
2023-12-27 08:53:55 UTC
Created attachment 880411 [details]
emerge-info.txt
Created attachment 880412 [details]
emerge-history.txt.xz
Created attachment 880413 [details]
environment
Created attachment 880414 [details]
etc.clang.tar.xz
Created attachment 880415 [details]
etc.portage.tar.xz
Created attachment 880416 [details]
logs.tar.xz
Created attachment 880417 [details]
media-gfx:xloadimage-4.1-r16:20231227-003034.log
Created attachment 880418 [details]
qlist-info.txt.xz
Created attachment 880419 [details]
temp.tar.xz
having the same issue. with gcc14 is does not compile, while with gcc13 it works i can not figure out why it is pulled in on world update equery depends -a media-gfx/xloadimage reports nothing Created attachment 903097 [details, diff] Proposed patch for the incompatible pointer type error Signed-off-by: Stephane Bakhos <nuitari@nuitari.net> (In reply to Nuitari from comment #11) > Created attachment 903097 [details, diff] [details, diff] > Proposed patch for the incompatible pointer type error > > Signed-off-by: Stephane Bakhos <nuitari@nuitari.net> Looks good to me, thank you! The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d24a109bf52c23c565f26d795efdeaf010978c commit a5d24a109bf52c23c565f26d795efdeaf010978c Author: Sam James <sam@gentoo.org> AuthorDate: 2024-11-23 17:42:43 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-23 17:43:28 +0000 media-gfx/xloadimage: fix modern C issue * Fix sed delimiter for CFLAGS * Fix modern C issue (thanks Stephane Bakhos) Closes: https://bugs.gentoo.org/710428 Closes: https://bugs.gentoo.org/920772 Thanks-to: Stephane Bakhos <nuitari@nuitari.net> Signed-off-by: Sam James <sam@gentoo.org> .../xloadimage/files/xloadimage-4.1-c99.patch | 15 ++++ media-gfx/xloadimage/xloadimage-4.1-r17.ebuild | 96 ++++++++++++++++++++++ 2 files changed, 111 insertions(+) |