Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 777564 - x11-wm/mutter-3.38.4[wayland] with x11-base/xorg-server-1.20.10-r2[-xorg] src/meson.build:784:2: ERROR: Program 'cvt' not found
Summary: x11-wm/mutter-3.38.4[wayland] with x11-base/xorg-server-1.20.10-r2[-xorg] src...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-21 19:12 UTC by Chris Mayo
Modified: 2021-07-08 01:34 UTC (History)
2 users (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 Chris Mayo 2021-03-21 19:12:28 UTC
mutter-3.38.4.ebuild src_configure():

$(meson_use wayland native_backend)


mutter-3.38.4/src/meson.build:

if have_native_backend
  cvt = find_program('cvt')


/usr/bin/cvt is only installed with x11-base/xorg-server[xorg]

xorg-server-1.20.1/hw/Makefile.am:

if XORG
XORG_SUBDIRS = xfree86
endif


with cvt being in:

hw/xfree86/utils/cvt
Comment 1 Ionen Wolkens gentoo-dev 2021-03-21 20:36:44 UTC
Additionally it needs [xorg,-minimal] given:
    $(use_enable !minimal xfree86-utils)
Comment 2 Larry the Git Cow gentoo-dev 2021-07-08 01:34:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b018c0aeaad98098c876a493a682b47f948f6e1a

commit b018c0aeaad98098c876a493a682b47f948f6e1a
Author:     Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
AuthorDate: 2021-05-16 22:13:48 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-07-08 01:27:07 +0000

    x11-wm/mutter: Accept cvt from x11-libs/libxcvt
    
    Closes: https://bugs.gentoo.org/777564
    Closes: https://github.com/gentoo/gentoo/pull/20844
    Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-wm/mutter/mutter-40.2.1.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)