Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945227 - [guru] gui-apps/mpvpaper-1.7 fails to compile: holder.c:238:17: error: initialization of void ()(void , struct wl_output , int32_t, int32_t, int32_t, int32_t, int32_t, const char , const char , int32_t) {aka void ()(void , struct wl_output , int, int, in
Summary: [guru] gui-apps/mpvpaper-1.7 fails to compile: holder.c:238:17: error: initia...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Takuya Wakazono
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-28 08:49 UTC by Agostino Sarubbo
Modified: 2024-11-28 12:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,78.54 KB, text/plain)
2024-11-28 08:49 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-28 08:49:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-apps/mpvpaper-1.7 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-28 08:49:08 UTC
Created attachment 912390 [details]
build.log

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


FAILED: mpvpaper-holder.p/src_holder.c.o 
FAILED: mpvpaper.p/src_main.c.o 
../mpvpaper-1.7/src/holder.c:238:17: error: initialization of ‘void (*)(void *, struct wl_output *, int32_t,  int32_t,  int32_t,  int32_t,  int32_t,  const char *, const char *, int32_t)’ {aka ‘void (*)(void *, struct wl_output *, int,  int,  int,  int,  int,  const char *, const char *, int)’} from incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
Comment 3 Larry the Git Cow gentoo-dev 2024-11-28 12:59:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30e320d2770bd110cdc80177fefaf24cb5485376

commit 30e320d2770bd110cdc80177fefaf24cb5485376
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-11-28 12:20:34 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-11-28 12:21:18 +0000

    gui-apps/mpvpaper: fix build with GCC 15
    
    Closes: https://bugs.gentoo.org/945227
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 gui-apps/mpvpaper/files/mpvpaper-1.7-gcc15.patch | 148 +++++++++++++++++++++++
 gui-apps/mpvpaper/mpvpaper-1.7.ebuild            |   5 +
 2 files changed, 153 insertions(+)