Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling labd #44

Open
eagr opened this issue Aug 28, 2020 · 0 comments
Open

Error compiling labd #44

eagr opened this issue Aug 28, 2020 · 0 comments

Comments

@eagr
Copy link

eagr commented Aug 28, 2020

$ go version
go version go1.14.7 linux/amd64
go env Output
$ go env
GO111MODULE="on"
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/eagr/.cache/go-build"
GOENV="/home/eagr/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/eagr/go"
GOPRIVATE=""
GOPROXY="https://goproxy.io,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/dev/null"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build497021889=/tmp/go-build -gno-record-gcc-switches"
GOROOT/bin/go version: go version go1.14.7 linux/amd64
GOROOT/bin/go tool compile -V: compile version go1.14.7
uname -sr: Linux 4.19.104-microsoft-standard
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.5 LTS
Release:        18.04
Codename:       bionic

After running go get -u github.com/Netflix/p2plab/cmd/labd, I got these compilation errors below:

# github.com/Netflix/p2plab/peer
go/pkg/mod/github.com/!netflix/[email protected]/peer/peer.go:170:11: p.swarm.Filters undefined (type *swarm.Swarm has no field or method Filters)
go/pkg/mod/github.com/!netflix/[email protected]/peer/peer.go:196:11: p.swarm.Filters undefined (type *swarm.Swarm has no field or method Filters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant