Summary: | media-gfx/arss-0.2.3-r1 fails to compile: sound_io.c:92:26: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
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 | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 618550 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 887348 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: CMakeFiles/arss.dir/sound_io.o /var/tmp/portage/media-gfx/arss-0.2.3-r1/work/arss-0.2.3-src/src/sound_io.c:92:26: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccfe32874dab1d3531dc007f8695ada8c738888 commit 5ccfe32874dab1d3531dc007f8695ada8c738888 Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-03-17 02:56:14 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-17 05:28:38 +0000 media-gfx/arss: fix LTO properly this time Unsure what happened to me but this logic did not work as the wrong phase was modified. Fixes: e886fb559492e6f472ff70aa2794c33e5225c59e Bug: https://bugs.gentoo.org/859604 Closes: https://bugs.gentoo.org/926752 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> media-gfx/arss/arss-0.2.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) |