Program cvt found: NO src/meson.build:827:2: ERROR: Program 'cvt' not found A full log can be found at /var/tmp/portage/x11-wm/mutter-40.2.1/work/mutter-40.2.1-build/meson-logs/meson-log.txt * ERROR: x11-wm/mutter-40.2.1::gentoo failed (configure phase): * (no error message) ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-j3-20210704-132841 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.1.0 * clang version 12.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/12/bin /usr/lib/llvm/12 12.0.0 Python 3.9.6 Available Ruby profiles: [1] ruby26 (with Rubygems) * Available Rust versions: [1] rust-1.53.0 * The following VMs are available for generation-2: *) AdoptOpenJDK 8.292_p10 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 [1] php7.3 [2] php7.4 [3] php8.0 * HEAD of ::gentoo commit ad91f48a5ef00beae1111b56d0d5403183ba87e2 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Jul 8 03:36:53 2021 +0000 2021-07-08 03:36:52 UTC emerge -qpvO x11-wm/mutter [ebuild N ] x11-wm/mutter-40.2.1 USE="elogind introspection sysprof udev wayland -screencast -systemd -test" INPUT_DEVICES="-wacom" VIDEO_CARDS="-nvidia"
Created attachment 722647 [details] emerge-info.txt
Created attachment 722650 [details] emerge-history.txt
Created attachment 722653 [details] environment
Created attachment 722656 [details] etc.portage.tar.bz2
Created attachment 722659 [details] logs.tar.bz2
Created attachment 722662 [details] temp.tar.bz2
Created attachment 722665 [details] x11-wm:mutter-40.2.1:20210708-045554.log
emerging x11-libs/libxcvt works on my maschine, maybe a missing dependency?
Latest x11-base/xorg-server (1.20.11-r3 and 1.20.12) no longer installs cvt. So yes, dependencies should be adjusted: BDEPEND=" || ( <x11-base/xorg-server-1.20.11-r3 x11-libs/libxcvt ) "
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875ed733e9e48de4eaec0f9cdd974fb998d44fb3 commit 875ed733e9e48de4eaec0f9cdd974fb998d44fb3 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-07-09 04:48:27 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-07-09 04:48:59 +0000 x11-wm/mutter: Limit dep to xorg-server that ships cvt Closes: https://bugs.gentoo.org/801151 Signed-off-by: Matt Turner <mattst88@gentoo.org> x11-wm/mutter/mutter-40.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(In reply to Alexander Tsoy from comment #9) > Latest x11-base/xorg-server (1.20.11-r3 and 1.20.12) no longer installs cvt. > So yes, dependencies should be adjusted: > > BDEPEND=" > || ( > <x11-base/xorg-server-1.20.11-r3 > x11-libs/libxcvt > ) > " Thanks! I forgot to make this change when updating things.