Summary: | games-emulation/bsnes-jg-1.1.2-r1 fails to compile: apu.c:109:18: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | orbea <orbea> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | orbea, proxy-maint |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/LIJI32/SameBoy/pull/593 https://github.com/gentoo/gentoo/pull/35847 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 618550 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 886579 [details]
build.log
build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3a275c4d3a648219cf757d3ec160e082557c2e commit 7d3a275c4d3a648219cf757d3ec160e082557c2e Author: orbea <orbea@riseup.net> AuthorDate: 2024-03-21 01:41:04 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-21 02:15:45 +0000 games-emulation/bsnes-jg: fix strict aliasing Closes: https://bugs.gentoo.org/926077 Upstream-PR: https://github.com/LIJI32/SameBoy/pull/593 Upstream-Commit: https://github.com/LIJI32/SameBoy/commit/8739da61c013e20e1cc94f0619c622a65c713408 Upstream-PR: https://gitlab.com/jgemu/bsnes/-/merge_requests/419 Upstream-Commit: https://gitlab.com/jgemu/bsnes/-/commit/966545bb79cc9810fbcedbe34fd52f7b9b5ef04e Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/35847 Signed-off-by: Sam James <sam@gentoo.org> games-emulation/bsnes-jg/bsnes-jg-1.1.2-r2.ebuild | 53 +++++++++++++++++ .../files/bsnes-jg-1.1.2-strict-aliasing.patch | 67 ++++++++++++++++++++++ 2 files changed, 120 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3e1ba523906f345fe1c646bc7323448ec46c77 commit 0d3e1ba523906f345fe1c646bc7323448ec46c77 Author: orbea <orbea@riseup.net> AuthorDate: 2024-03-21 01:35:23 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-21 02:15:44 +0000 games-emulation/sameboy-jg: fix strict aliasing Bug: https://bugs.gentoo.org/926077 Upstream-PR: https://github.com/LIJI32/SameBoy/pull/593 Upstream-Commit: https://github.com/LIJI32/SameBoy/commit/8739da61c013e20e1cc94f0619c622a65c713408 Upstream-PR: https://gitlab.com/jgemu/sameboy/-/merge_requests/50 Upstream-Commit: https://gitlab.com/jgemu/sameboy/-/commit/6a283f65cc4b9ee4896942afde745fa67e612fd3 Upstream-Commit: https://gitlab.com/jgemu/sameboy/-/commit/9067678fe0160fe5c2f10a7f6271f8293d5150d1 Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Sam James <sam@gentoo.org> .../files/sameboy-jg-0.16.2-strict-aliasing.patch | 115 +++++++++++++++++++++ .../sameboy-jg/sameboy-jg-0.16.2-r1.ebuild | 54 ++++++++++ 2 files changed, 169 insertions(+) |