Package Details: vault-ssh-helper 0.2.1-1

Git Clone URL: https://aur.archlinux.org/vault-ssh-helper.git (read-only, click to copy)
Package Base: vault-ssh-helper
Description: Allows using OTP authentication generated by a Vault server
Upstream URL: https://github.com/hashicorp/vault-ssh-helper/
Keywords: otp pam secret
Licenses: MPL
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 1
Popularity: 0.000000
First Submitted: 2015-12-16 17:39 (UTC)
Last Updated: 2021-04-06 07:35 (UTC)

Latest Comments

aperez commented on 2021-04-06 07:37 (UTC)

@rageltman: I have updated the package to the latest version and it should build fine now. Let me know if you run into other issues.

rageltman commented on 2021-04-06 00:35 (UTC)

This seems to be broken on some Golang semantics:

[2021-04-05T21:32:23.787Z] go: downloading github.com/hashicorp/go-version v1.3.0
[2021-04-05T21:32:23.787Z] echo $(go list ./... | grep -v /vendor/) \
[2021-04-05T21:32:23.787Z]  | xargs go list -f '{{ join .Deps "\n" }}{{ printf "\n" }}{{ join .TestImports "\n" }}' \
[2021-04-05T21:32:23.787Z]  | grep -v github.com/hashicorp/vault-ssh-helper \
[2021-04-05T21:32:23.787Z]  | xargs go get -f -u -v
[2021-04-05T21:32:23.787Z] go: cannot find main module, but found Gopkg.lock in /startdir/src/src/github.com/hashicorp/vault-ssh-helper
[2021-04-05T21:32:23.787Z]  to create a module there, run:
[2021-04-05T21:32:23.787Z]  go mod init
[2021-04-05T21:32:23.787Z] go: cannot find main module, but found Gopkg.lock in /startdir/src/src/github.com/hashicorp/vault-ssh-helper
[2021-04-05T21:32:23.787Z]  to create a module there, run:
[2021-04-05T21:32:23.787Z]  go mod init
[2021-04-05T21:32:23.787Z] go get: -f flag is a no-op when using modules
[2021-04-05T21:32:23.787Z] go: cannot find main module, but found Gopkg.lock in /startdir/src/src/github.com/hashicorp/vault-ssh-helper
[2021-04-05T21:32:23.787Z]  to create a module there, run:
[2021-04-05T21:32:23.787Z]  go mod init
[2021-04-05T21:32:23.787Z] make: *** [Makefile:59: updatedeps] Error 123
[2021-04-05T21:32:23.787Z] ==> ERROR: A failure occurred in prepare().
[2021-04-05T21:32:23.787Z]     Aborting...
script returned exit code 255