Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945309 - [guru] media-video/wlrobs-1.1 fails to compile: dmabuf_source.c:159:34: error: initialization of void ()(void , struct wl_registry , uint32_t) {aka void ()(void , struct wl_registry , unsigned int)} from incompatible pointer type void ()(void) [-Wincompa
Summary: [guru] media-video/wlrobs-1.1 fails to compile: dmabuf_source.c:159:34: error...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-29 09:19 UTC by Agostino Sarubbo
Modified: 2024-12-02 10:48 UTC (History)
0 users

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


Attachments
build.log (build.log,70.97 KB, text/plain)
2024-11-29 09:19 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-29 09:19:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-video/wlrobs-1.1 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-29 09:19:40 UTC
Created attachment 912600 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-29 09:19:41 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: libwlrobs.so.p/src_dmabuf_source.c.o 
FAILED: libwlrobs.so.p/src_scpy_source.c.o 
../wlrobs-v1.1/src/dmabuf_source.c:159:34: error: initialization of ‘void (*)(void *, struct wl_registry *, uint32_t)’ {aka ‘void (*)(void *, struct wl_registry *, unsigned int)’} from incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
Comment 3 Larry the Git Cow gentoo-dev 2024-12-02 10:48:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56761d6a36d70d0e9bd650ac221b1e5633719017

commit 56761d6a36d70d0e9bd650ac221b1e5633719017
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-12-01 10:29:01 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-12-01 10:29:01 +0000

    media-video/wlrobs: fix build with GCC 15
    
    Closes: https://bugs.gentoo.org/945309
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 media-video/wlrobs/files/wlrobs-1.1-gcc15.patch | 197 ++++++++++++++++++++++++
 media-video/wlrobs/wlrobs-1.1.ebuild            |   7 +-
 2 files changed, 203 insertions(+), 1 deletion(-)