From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 103C615803E for ; Tue, 2 Jan 2024 23:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33F162BC02D; Tue, 2 Jan 2024 23:45:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F2C82BC02D for ; Tue, 2 Jan 2024 23:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 168AD340441 for ; Tue, 2 Jan 2024 23:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C7521300 for ; Tue, 2 Jan 2024 23:45:13 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1704239067.f147f8db36fc46f003868b7234197d32612ae391.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kube-controller-manager/kube-controller-manager-1.28.5.ebuild sys-cluster/kube-controller-manager/z X-VCS-Directories: sys-cluster/kube-controller-manager/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f147f8db36fc46f003868b7234197d32612ae391 X-VCS-Branch: master Date: Tue, 2 Jan 2024 23:45:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4602642e-808c-4088-80e5-49a77c58489f X-Archives-Hash: fa54517664a8bd515937b931b46d03a0 commit: f147f8db36fc46f003868b7234197d32612ae391 Author: William Hubbs gentoo org> AuthorDate: Tue Jan 2 23:40:49 2024 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Jan 2 23:44:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f147f8db sys-cluster/kube-controller-manager: build with host version of go Closes: https://bugs.gentoo.org/921216 Signed-off-by: William Hubbs gentoo.org> .../kube-controller-manager-1.28.5.ebuild | 3 +- sys-cluster/kube-controller-manager/z | 41 ++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/sys-cluster/kube-controller-manager/kube-controller-manager-1.28.5.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.28.5.ebuild index 202fbcc3d246..33452d9e0af1 100644 --- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.28.5.ebuild +++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.28.5.ebuild @@ -24,7 +24,8 @@ S="${WORKDIR}/kubernetes-${PV}" src_compile() { CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \ - emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN} + emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" FORCE_HOST_GO=yes \ + WHAT=cmd/${PN} } src_install() { diff --git a/sys-cluster/kube-controller-manager/z b/sys-cluster/kube-controller-manager/z new file mode 100644 index 000000000000..fae308ba2955 --- /dev/null +++ b/sys-cluster/kube-controller-manager/z @@ -0,0 +1,41 @@ +>>> Existing ${T}/environment for 'kube-controller-manager-1.28.5' will be +>>> sourced. Run 'clean' to start with a fresh environment. +>>> Checking kubernetes-1.28.5.tar.gz's mtime... +>>> WORKDIR is up-to-date, keeping... +Appending /home/william/repos/git.gentoo.org/repo/gentoo to PORTDIR_OVERLAY... +>>> It appears that 'pretend' has already executed for 'kube-controller-manager-1.28.5'; skipping. +>>> Remove '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/.pretended' to force pretend. +>>> It appears that 'setup' has already executed for 'kube-controller-manager-1.28.5'; skipping. +>>> Remove '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/.setuped' to force setup. +>>> It appears that 'unpack' has already executed for 'kube-controller-manager-1.28.5'; skipping. +>>> Remove '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/.unpacked' to force unpack. +>>> It appears that 'prepare' has already executed for 'kube-controller-manager-1.28.5'; skipping. +>>> Remove '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/.prepared' to force prepare. +>>> It appears that 'configure' has already executed for 'kube-controller-manager-1.28.5'; skipping. +>>> Remove '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/.configured' to force configure. +>>> Compiling source in /var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/work/kubernetes-1.28.5 ... +make -j9 -j1 GOFLAGS=-v GOLDFLAGS= LDFLAGS= WHAT=cmd/kube-controller-manager +I don't have any idea what to do with '1.20.12'. + (using download type 'auto') ++++ [0102 17:24:38] Building go targets for linux/amd64 + k8s.io/kubernetes/cmd/kube-controller-manager (static) +go: downloading go1.20.12 (linux/amd64) +go: download go1.20.12 for linux/amd64: toolchain not available +!!! [0102 17:24:38] Call tree: +!!! [0102 17:24:38] 1: /var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/work/kubernetes-1.28.5/hack/lib/golang.sh:787 kube::golang::build_some_binaries(...) +!!! [0102 17:24:38] 2: /var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/work/kubernetes-1.28.5/hack/lib/golang.sh:957 kube::golang::build_binaries_for_platform(...) +!!! [0102 17:24:38] 3: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) +!!! [0102 17:24:38] Call tree: +!!! [0102 17:24:38] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) +!!! [0102 17:24:38] Call tree: +!!! [0102 17:24:38] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) +make: *** [Makefile:92: all] Error 1 + * ERROR: sys-cluster/kube-controller-manager-1.28.5::gentoo failed (compile phase): + * emake failed + * + * If you need support, post the output of `emerge --info '=sys-cluster/kube-controller-manager-1.28.5::gentoo'`, + * the complete build log and the output of `emerge -pqv '=sys-cluster/kube-controller-manager-1.28.5::gentoo'`. + * The complete build log is located at '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/temp/build.log'. + * The ebuild environment file is located at '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/temp/environment'. + * Working directory: '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/work/kubernetes-1.28.5' + * S: '/var/tmp/portage/sys-cluster/kube-controller-manager-1.28.5/work/kubernetes-1.28.5'