[Bug 230971] [maintainer-update] security/gopass: fix build with Go 1.11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 28 10:36:30 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230971
Bug ID: 230971
Summary: [maintainer-update] security/gopass: fix build with Go
1.11
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: sascha at root-login.org
Created attachment 196634
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196634&action=edit
go 1.11 build fix diff
Go 1.11 moved around the CPU feature bits which results in the following error
when building gopass:
github.com/gopasspw/gopass/vendor/golang.org/x/crypto/blake2b.supportsAVX2:
relocation target runtime.support_avx2 not defined
github.com/gopasspw/gopass/vendor/golang.org/x/crypto/blake2b.supportsAVX:
relocation target runtime.support_avx not defined
A fix was committed upstream but there is no new release yet, so this patch
uses the specific commit tag until we get a new release.
Changelog: Fix build with go 1.11
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list