Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935159 - [guru] x11-misc/rofi-emoji-3.3.0 fails to compile when X or wayland USE is not set
Summary: [guru] x11-misc/rofi-emoji-3.3.0 fails to compile when X or wayland USE is no...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mathijs Saey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-30 06:28 UTC by Agostino Sarubbo
Modified: 2024-07-01 13:50 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,49.33 KB, text/plain)
2024-06-30 06:28 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,23.13 KB, text/plain)
2024-06-30 06:28 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-06-30 06:28:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/rofi-emoji-3.3.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-30 06:28:40 UTC
Created attachment 896642 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-06-30 06:28:41 UTC
Created attachment 896643 [details]
1-config.log

1-config.log
Comment 3 Larry the Git Cow gentoo-dev 2024-07-01 13:50:27 UTC
The bug has been closed via the following commit(s):

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

commit 6c7d54149b8551d32ba59ad15d3b9513d2ed0b45
Author:     Mathijs Saey <mathijs@mathsaey.be>
AuthorDate: 2024-06-30 15:13:31 +0000
Commit:     Mathijs Saey <mathijs@mathsaey.be>
CommitDate: 2024-06-30 15:13:31 +0000

    x11-misc/rofi-emoji: fix USE flags
    
    The ebuild required either the X or wayland USE flag to be set, but did
    not enforce this. This commit removes the X flag and installs X
    dependencies by default (i.e. if the wayland USE flag is not set).
    
    Closes: https://bugs.gentoo.org/935159
    Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>

 x11-misc/rofi-emoji/rofi-emoji-3.3.0.ebuild | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)