-
Couldn't load subscription status.
- Fork 64
Description
Hello there,
first of all many thanks for the work. I have trouble installing the package.
So far I couldn't find a relateable case on google, so here you go:
$#cat /etc/*-release PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
$#go version go version go1.12.2 linux/amd64
$#make go-md2man -in man/docker-lvm-plugin.8.md -out docker-lvm-plugin.8 /usr/bin/go build -o docker-lvm-plugin . \# github.com/docker/go-connections/sockets /root/go/src/github.com/docker/go-connections/sockets/sockets.go:35:26: dialer.DialContext undefined \r (type proxy.Dialer has no field or method DialContext) /root/go/src/github.com/docker/go-connections/sockets/sockets_unix.go:24:28: undefined: context Makefile:19: recipe for target 'lvm-plugin-build' failed make: *** [lvm-plugin-build] Error 2
please consider that I am connected as root user to the tty...
Cheers
EDIT:
$# go version go version go1.11.9 linux/amd64
same output...