Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697174 - app-admin/vault: requires newer go version
Summary: app-admin/vault: requires newer go version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-10 13:04 UTC by Hans de Graaff
Modified: 2019-10-10 18:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans de Graaff gentoo-dev Security 2019-10-10 13:04:35 UTC
>>> Unpacking source...
>>> Unpacking vault-1.2.3-webui.tar.xz to /var/tmp/portage/app-admin/vault-1.2.3/work/vault-1.2.3/src/github.com/hashicorp/vault
>>> Source unpacked in /var/tmp/portage/app-admin/vault-1.2.3/work
>>> Preparing source in /var/tmp/portage/app-admin/vault-1.2.3/work/vault-1.2.3 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-admin/vault-1.2.3/work/vault-1.2.3 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-admin/vault-1.2.3/work/vault-1.2.3 ...
make -j6 fmt 
true
make -j6 
==> Checking that build is using go version >= 1.12.7...
Vault requires go 1.12.7 to build; found 1.11.4.
Comment 1 Hans de Graaff gentoo-dev Security 2019-10-10 13:24:22 UTC
As expected vault builds fine with go 1.12.9 installed.
Comment 2 Larry the Git Cow gentoo-dev 2019-10-10 18:01:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bc78a0e449c998c3307b61c6e416a8304ab95e

commit e1bc78a0e449c998c3307b61c6e416a8304ab95e
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-10-10 18:00:06 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-10-10 18:01:24 +0000

    app-admin/vault: require at least go-1.12
    
    Reported-by: Hans de Graaff <graaff@gentoo.org>
    Closes: https://bugs.gentoo.org/697174
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-admin/vault/vault-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Zac Medico gentoo-dev 2019-10-10 18:02:01 UTC
Thanks!