pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/security/go-crypto



On Thu, Mar 16, 2017 at 07:27:36PM +0000, Benny Siegert wrote:
> Modified Files:
>       pkgsrc/security/go-crypto: Makefile PLIST buildlink3.mk distinfo
> 
> Log Message:
> Update go-crypto to 20170317, part of PR pkg/52081.
> 
> No changelog from upstream but there is a new acme package for Let's
> Encrypt certificates.

This package doesn't build when the "net/go-net" package isn't installed:

===> Building for go-crypto-0.0.20170317
/objdir/tron/security/go-crypto/work.excalibur/src/golang.org/x/crypto/acme/acme.go:40:2: cannot find package "golang.org/x/net/context" in any of:
        /opt/pkg/go/src/golang.org/x/net/context (from $GOROOT)
        /objdir/tron/security/go-crypto/work.excalibur/src/golang.org/x/net/context (from $GOPATH)
        /objdir/tron/security/go-crypto/work.excalibur/.buildlink/gopkg/src/golang.org/x/net/context
/objdir/tron/security/go-crypto/work.excalibur/src/golang.org/x/crypto/acme/acme.go:41:2: cannot find package "golang.org/x/net/context/ctxhttp" in any of:
        /opt/pkg/go/src/golang.org/x/net/context/ctxhttp (from $GOROOT)
        /objdir/tron/security/go-crypto/work.excalibur/src/golang.org/x/net/context/ctxhttp (from $GOPATH)
        /objdir/tron/security/go-crypto/work.excalibur/.buildlink/gopkg/src/golang.org/x/net/context/ctxhttp
*** Error code 1

And if you remove the dependence on "go-crypto" from "go-net" it doesn't
build either:

=> Checking for portability problems in extracted files
===> Building for go-net-20170308
/objdir/tron/net/go-net/work.excalibur/src/golang.org/x/net/http2/h2i/h2i.go:38:2: cannot find package "golang.org/x/crypto/ssh/terminal" in any of:
        /opt/pkg/go/src/golang.org/x/crypto/ssh/terminal (from $GOROOT)
        /objdir/tron/net/go-net/work.excalibur/src/golang.org/x/crypto/ssh/terminal (from $GOPATH)
        /objdir/tron/net/go-net/work.excalibur/.buildlink/gopkg/src/golang.org/x/crypto/ssh/terminal
*** Error code 1

Upstream must clearly have tested this thoroughly ... :-(

        Kind regards

-- 
Matthias Scheler                                 https://zhadum.org.uk/



Home | Main Index | Thread Index | Old Index