Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936962 - =games-emulation/RetroArch-1.16.0.3: build failure with gcc-14 (pointer from integer without a cast [-Wint-conversion])
Summary: =games-emulation/RetroArch-1.16.0.3: build failure with gcc-14 (pointer from ...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Rafael Rondao
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-31 05:29 UTC by thesecret1
Modified: 2024-09-21 08:47 UTC (History)
2 users (show)

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


Attachments
Build log (build.log,18.59 KB, text/x-log)
2024-07-31 05:29 UTC, thesecret1
Details
Output of emerge --info '=games-emulation/RetroArch-1.16.0.3::guru' (emerge-info,6.56 KB, text/plain)
2024-07-31 05:31 UTC, thesecret1
Details
Output of `emerge -pqv '=games-emulation/RetroArch-1.16.0.3::guru'` (emerge-pqv,351 bytes, text/plain)
2024-07-31 05:32 UTC, thesecret1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thesecret1 2024-07-31 05:29:38 UTC
Created attachment 898678 [details]
Build log

Emerging '=games-emulation/RetroArch-1.16.0.3::guru' results in error:
`gfx/drivers_context/wayland_ctx.c:397:38: error: passing argument 2 of ‘egl_create_surface’ makes pointer from integer without a cast [-Wint-conversion]`
Comment 1 thesecret1 2024-07-31 05:31:11 UTC
Created attachment 898679 [details]
Output of emerge --info '=games-emulation/RetroArch-1.16.0.3::guru'
Comment 2 thesecret1 2024-07-31 05:32:00 UTC
Created attachment 898680 [details]
Output of `emerge -pqv '=games-emulation/RetroArch-1.16.0.3::guru'`
Comment 3 Larry the Git Cow gentoo-dev 2024-09-21 08:47:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e2858caef34b12617e9131d041129aba164fcb1

commit 6e2858caef34b12617e9131d041129aba164fcb1
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-09-21 07:45:17 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-09-21 07:45:17 +0000

    games-emulation/RetroArch: fix gcc 14 builds
    
    Closes: https://bugs.gentoo.org/932471
    Closes: https://bugs.gentoo.org/936962
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 ...-1.16.0.3.ebuild => RetroArch-1.16.0.3-r1.ebuild} | 20 ++++++++++++++++----
 .../files/RetroArch-1.16.0.3-int-conversion.patch    | 13 +++++++++++++
 2 files changed, 29 insertions(+), 4 deletions(-)