Package Details: kops 1.30.3-1

Git Clone URL: https://aur.archlinux.org/kops.git (read-only, click to copy)
Package Base: kops
Description: Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)
Upstream URL: https://github.com/kubernetes/kops
Licenses: Apache-2.0
Submitter: arth
Maintainer: 9numbernine9
Last Packager: 9numbernine9
Votes: 6
Popularity: 0.000142
First Submitted: 2020-06-30 09:50 (UTC)
Last Updated: 2024-12-03 16:02 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

neilg commented on 2021-02-27 17:03 (UTC) (edited on 2021-02-27 17:13 (UTC) by neilg)

The build issue is related to the Go version: https://github.com/kubernetes/kops/issues/10941#issuecomment-787102601

Downgrading to go 1.15.8 and then upgrading kops worked for me.

neilg commented on 2021-02-27 11:41 (UTC)

I've raised an issue with kops for this. https://github.com/kubernetes/kops/issues/10941

neilg commented on 2021-02-26 11:16 (UTC) (edited on 2021-02-26 11:26 (UTC) by neilg)

I get the same error when I build manually:

[neil@pinot ~]$ mkdir ~/kops
[neil@pinot ~]$ cd ~/kops
[neil@pinot kops]$ export GOPATH=`pwd`
[neil@pinot kops]$ echo $GOPATH/
/home/neil/kops/
[neil@pinot kops]$ go get -d k8s.io/kops
go: downloading k8s.io/kops v1.19.1
go get: k8s.io/kops@v1.11.0 updating to
    k8s.io/kops@v1.19.1 requires
    k8s.io/kubectl@v0.0.0: reading k8s.io/kubectl/go.mod at revision v0.0.0: unknown revision v0.0.0

arth commented on 2021-02-26 10:04 (UTC)

Hi!

Can you try build it manually?

Documentation: https://kops.sigs.k8s.io/contributing/building/

VLegacy commented on 2021-02-25 16:00 (UTC)

Same issue here.

purist commented on 2021-02-22 23:02 (UTC)

I get the same error as neilg. The go package was recently updated to 1.16, so maybe that's related?

neilg commented on 2021-02-21 16:29 (UTC)

I'm getting a build failure with version 1.19.1-0

==> Making package: kops 1.19.1-0 (Sun 21 Feb 2021 16:22:58 GMT)
==> Retrieving sources...
==> Making package: kops 1.19.1-0 (Sun 21 Feb 2021 16:22:59 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Sources are ready.
==> Making package: kops 1.19.1-0 (Sun 21 Feb 2021 16:23:01 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
go: downloading k8s.io/kops v1.19.1
go get: k8s.io/kops@v1.11.0 updating to
    k8s.io/kops@v1.19.1 requires
    k8s.io/kubectl@v0.0.0: reading k8s.io/kubectl/go.mod at revision v0.0.0: unknown revision v0.0.0
==> ERROR: A failure occurred in build().
    Aborting...
error making: kops

darose commented on 2020-10-01 14:59 (UTC)

It dies during the make command in the build() section. I'm not sure why.

I've uploaded the output from my latest attempt to http://darose.net/kops-makepkg.out . Please feel free to take a look and see if it gives you any clues as to what's broken. (Thanks!)

arth commented on 2020-10-01 12:58 (UTC)

There's a problem compiling that we don't see... Can you try to execute the commands inside build() of the PKGBUILD file?

darose commented on 2020-09-21 23:18 (UTC)

There is no compiled binary:

...
go: downloading github.com/miekg/dns v1.1.16
go: downloading github.com/coreos/go-semver v0.3.0
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat '/var/abs/local/kops/src/kops-1.18.1/bin/kops': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
[darose@darosevr kops]$ find . -type f -name kops
[darose@darosevr kops]$