>>> Source unpacked in /var/tmp/portage/app-containers/cri-o-1.30.4/work >>> Preparing source in /var/tmp/portage/app-containers/cri-o-1.30.4/work/cri-o-1.30.4 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-containers/cri-o-1.30.4/work/cri-o-1.30.4 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-containers/cri-o-1.30.4/work/cri-o-1.30.4 ... /var/tmp/portage/app-containers/cri-o-1.30.4/temp/environment: line 2082: which: command not found make -O -j4 all GOBIN=/var/tmp/portage/app-containers/cri-o-1.30.4/work/cri-o-1.30.4/bin 'GO_BUILD=go build -buildmode=pie -buildvcs=false -modcacherw -v -x -p=4' GO_MD2MAN= make: which: No such file or directory ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_systemd-20241025-164008 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-14 * clang version 19.1.2 llvm-config: 19.1.2 Python 3.12.7 go version go1.23.2 linux/amd64 Available Ruby profiles: [1] ruby32 (with Rubygems) * Available Rust versions: [1] rust-bin-1.82.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21] Available Java Virtual Machines: [1] openjdk-bin-17 [2] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 HEAD of ::gentoo commit 80de8378f47decdc96ba20e89adf7142595ca4aa Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun Oct 27 14:48:25 2024 +0000 2024-10-27 14:48:25 UTC emerge -qpvO =app-containers/cri-o-1.30.4 [ebuild N ] app-containers/cri-o-1.30.4 USE="device-mapper systemd -btrfs (-selinux)"
Created attachment 907038 [details] emerge-info.txt
Created attachment 907039 [details] app-containers:cri-o-1.30.4:20241027-163558.log.xz
Created attachment 907040 [details] emerge-history.txt
Created attachment 907041 [details] environment
Created attachment 907042 [details] etc.clang.tar.xz
Created attachment 907043 [details] etc.portage.tar.xz
Created attachment 907044 [details] qlist-info.txt.xz
Created attachment 907045 [details] temp.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a2b38189693e2be08f39550fbd623334f7962b commit 96a2b38189693e2be08f39550fbd623334f7962b Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2024-10-27 19:26:29 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2024-10-27 19:28:31 +0000 app-containers/cri-o: Add sys-apps/which to BDEPEND Closes: https://bugs.gentoo.org/942366 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-containers/cri-o/cri-o-1.29.2.ebuild | 1 + app-containers/cri-o/cri-o-1.30.4.ebuild | 1 + 2 files changed, 2 insertions(+)
I confess myself baffled by this bug, because it appears that the cri-o ebuild is itself executing `emake all GO_MD2MAN="$(which go-md2man)"` and it simply shouldn't be doing that at all?