https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-admin/terraform-0.14.3 fails to compile. Discovered on: amd64 (internal ref: ci)
Created attachment 680968 [details] build.log build log and emerge --info
Created attachment 680977 [details] fixed ebuild I believe it doesn't build because EGO_SUM is not set, and hence the network sandbox blocks the go get. Though if I emerge existing ebuild with FEATURES="-network-sandbox", it fails on checksum errors. Attached is a fixed ebuild with EGO_SUM and and go-module_set_globals and SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}". It emerges cleanly without FEATURES="-network-sandbox"
This release appears to be generally broken even with EGO_SUM provided. I have masked it and will remove as soon as fixes released.
(In reply to Mikle Kolyada from comment #3) > This release appears to be generally broken even with EGO_SUM provided. I > have masked it and will remove as soon as fixes released. v0.14.4 is out: https://github.com/hashicorp/terraform/blob/v0.14.4/CHANGELOG.md
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9c4b2996936c90192e6e47d969c177d3cb6167 commit 0c9c4b2996936c90192e6e47d969c177d3cb6167 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-01-10 13:53:02 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-10 13:53:13 +0000 app-admin/terraform: drop broken release We now have 0.14.4 in tree which works. Bug: https://bugs.gentoo.org/763336 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> app-admin/terraform/Manifest | 1 - app-admin/terraform/terraform-0.14.3.ebuild | 36 ----------------------------- profiles/package.mask | 5 ---- 3 files changed, 42 deletions(-)