Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940628 - [guru] gui-wm/cage[X] fails to run on X due to missing dep on wlroots with x11-backend
Summary: [guru] gui-wm/cage[X] fails to run on X due to missing dep on wlroots with x1...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: YamaD
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-02 01:24 UTC by wolfwood
Modified: 2024-10-07 09:06 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wolfwood 2024-10-02 01:24:21 UTC
running cage under X, I get an error about the x11 backend not being compiled in. this actuall] from wlroots, due to a missing USE dependency.

the following change addresses this

29c29
< 	>=gui-libs/wlroots-0.17.0:0[X?]
---
> 	X? ( >=gui-libs/wlroots-0.17.0:0[X,x11-backend] ) !X? ( >=gui-libs/wlroots-0.17.0:0 )

Reproducible: Always
Comment 1 YamaD 2024-10-04 09:38:43 UTC
Thanks for the report.
I will try to fix it.
Comment 2 Larry the Git Cow gentoo-dev 2024-10-07 09:06:53 UTC
The bug has been closed via the following commit(s):

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

commit bb2cba461910e7ea138b971624ba688aed45b99e
Author:     Daichi Yamamoto <dev@dyama.net>
AuthorDate: 2024-10-05 06:36:11 +0000
Commit:     Daichi Yamamoto <dev@dyama.net>
CommitDate: 2024-10-05 06:36:13 +0000

    gui-wm/cage: add 0.1.5_p20241002, drop 0.1.5_p20240227
    
    Closes: https://bugs.gentoo.org/940628
    Signed-off-by: Daichi Yamamoto <dev@dyama.net>

 gui-wm/cage/Manifest                                      |  2 +-
 ...0.1.5_p20240227.ebuild => cage-0.1.5_p20241002.ebuild} | 11 ++++-------
 gui-wm/cage/cage-9999.ebuild                              | 15 ++++++---------
 3 files changed, 11 insertions(+), 17 deletions(-)