You are not logged in.
I install kubeless
yaourt -S kubelessget follow error
Build Kubeless Components binaries
go: inconsistent vendoring in /tmp/yaourt-tmp-clyde/aur-kubeless/src/gopath/src/github.com/kubeless/kubeless:
golang.org/x/net@v0.0.0-20200226121028-0de0cce0169b: is explicitly required in go.mod, but vendor/modules.txt indicates golang.org/x/net@v0.0.0-20190125091013-d26f9f9a57f3
run 'go mod vendor' to sync, or use -mod=mod or -mod=readonly to ignore the vendor directory
make: *** [Makefile:26: binary] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build kubeless.I restart many times and always get this error, how to fix it ? thanks
Last edited by dxcqcv (2020-05-17 08:26:21)
Offline
And then I go to /tmp/yaourt-tmp-clyde/aur-kubeless/src/gopath/src/github.com/kubeless/kubeless
run
go mod vendorI got this error
go: finding module for package github.com/ksonnet/ksonnet-lib/ksonnet-gen/kubespec
go: finding module for package github.com/google/go-jsonnet/ast
go: finding module for package github.com/go-openapi/spec
go: finding module for package github.com/ksonnet/ksonnet-lib/ksonnet-gen/jsonnet
go: finding module for package github.com/go-openapi/swag
go: finding module for package github.com/google/go-jsonnet/parser
go: finding module for package github.com/blang/semver
go: finding module for package github.com/ksonnet/ksonnet-lib/ksonnet-gen/nodemaker
go: finding module for package github.com/ksonnet/ksonnet-lib/ksonnet-gen/kubeversion
go: finding module for package github.com/ksonnet/ksonnet-lib/ksonnet-gen/printer
go: finding module for package github.com/ksonnet/ksonnet-lib/ksonnet-gen/astext
go: finding module for package github.com/ksonnet/ksonnet-lib/ksonnet-gen/ksonnet
go: found github.com/ksonnet/ksonnet-lib/ksonnet-gen/ksonnet in github.com/ksonnet/ksonnet-lib v0.1.12
go: found github.com/google/go-jsonnet/ast in github.com/google/go-jsonnet v0.15.0
go: found github.com/blang/semver in github.com/blang/semver v3.5.1+incompatible
go: found github.com/go-openapi/spec in github.com/go-openapi/spec v0.19.8
go: found github.com/go-openapi/swag in github.com/go-openapi/swag v0.19.9
go: finding module for package github.com/google/go-jsonnet/parser
github.com/kubeless/kubeless/ksonnet-lib/ksonnet-gen/printer imports
github.com/google/go-jsonnet/parser: module github.com/google/go-jsonnet@latest found (v0.15.0), but does not contain package github.com/google/go-jsonnet/parserOffline
Having help in your post title is not appreciated here. How about you try to build the package manually first by using makepkg.
But it seems from the error it should be this package which does seem to be available in aur but by a bit different name: go-jsonnet-git.
Last edited by f33dm3bits (2020-05-17 08:20:23)
Offline
I install kubeless
yaourt -S kubeless
Yaourt is dead and abandoned by its creator and full of issues. Don't use it.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
thanks response, I edited title
I do not know how to build the package manually using makepkg
And so you say to install `go-jsonnet-git` then `yaourt -S kubeless` right? plz tell me if I'm wrong
Offline
dxcqcv wrote:I install kubeless
yaourt -S kubelessYaourt is dead and abandoned by its creator and full of issues. Don't use it.
So what's right way to install kubeless in arch linux?
Offline
Read what @Mr.Elendig posted first. As far as I have ever read any post on the forums here. It is advised to understand how to build a package manually first
before even considering using an aur helper. I would start by reading the makepkg wiki page I linked you in my other post.
Offline