Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2018 10:36:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230971] [maintainer-update] security/gopass: fix build with Go 1.11
Message-ID:  <bug-230971-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230971

            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@FreeBSD.org
          Reporter: sascha@root-login.org

Created attachment 196634
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196634&action=
=3Dedit
go 1.11 build fix diff

Go 1.11 moved around the CPU feature bits which results in the following er=
ror
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230971-7788>