Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 840254 - [guru] gui-wm/cage-0.1.4 fails to compile: view.c:238:57: error: struct wlr_surface has no member named subsurfaces_below
Summary: [guru] gui-wm/cage-0.1.4 fails to compile: view.c:238:57: error: struct wlr_s...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Coppens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-23 06:48 UTC by Agostino Sarubbo
Modified: 2024-02-07 10:10 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,61.95 KB, text/plain)
2022-04-23 06:48 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 2022-04-23 06:48:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-wm/cage-0.1.4 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-23 06:48:43 UTC
Created attachment 773357 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-23 06:48:44 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: cage.p/view.c.o 
../cage-0.1.4/view.c:238:57: error: ‘struct wlr_surface’ has no member named ‘subsurfaces_below’
Comment 3 Michael Mair-Keimberger (iamnr3) 2022-11-25 16:25:09 UTC
Hi,

i run into the same problem. However i found out that it works with =gui-libs/wlroots-0.14.0-r2.
Seems like cage needs some changes to work with newer wlroots?
Comment 4 Larry the Git Cow gentoo-dev 2024-02-07 10:10:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c1d959dc77bee34e98b3559d729054ce89c7b53

commit 5c1d959dc77bee34e98b3559d729054ce89c7b53
Author:     Daichi Yamamoto <dev@dyama.net>
AuthorDate: 2024-02-06 13:17:09 +0000
Commit:     Daichi Yamamoto <dev@dyama.net>
CommitDate: 2024-02-06 13:17:09 +0000

    gui-wm/cage: restrict wlroots version
    
    Closes: https://bugs.gentoo.org/840254
    Closes: https://bugs.gentoo.org/884833
    Signed-off-by: Daichi Yamamoto <dev@dyama.net>

 gui-wm/cage/cage-0.1.5.ebuild | 2 +-
 gui-wm/cage/cage-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)