Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763336 - app-admin/terraform-0.14.3 fails to compile
Summary: app-admin/terraform-0.14.3 fails to compile
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-03 22:02 UTC by Agostino Sarubbo
Modified: 2021-01-10 13:53 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,56.10 KB, text/plain)
2021-01-03 22:02 UTC, Agostino Sarubbo
Details
fixed ebuild (terraform-0.14.3.ebuild,51.65 KB, text/plain)
2021-01-04 03:50 UTC, Benjamin Southall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-01-03 22:02:41 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2021-01-03 22:02:44 UTC
Created attachment 680968 [details]
build.log

build log and emerge --info
Comment 2 Benjamin Southall 2021-01-04 03:50:06 UTC
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"
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2021-01-04 11:37:17 UTC
This release appears to be generally broken even with EGO_SUM provided. I have masked it and will remove as soon as fixes released.
Comment 4 Dennis Schridde 2021-01-07 11:42:28 UTC
(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
Comment 5 Larry the Git Cow gentoo-dev 2021-01-10 13:53:22 UTC
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(-)