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

Build failure #461

Closed
pielgrzym opened this issue Mar 29, 2019 · 3 comments
Closed

Build failure #461

pielgrzym opened this issue Mar 29, 2019 · 3 comments

Comments

@pielgrzym
Copy link

pielgrzym commented Mar 29, 2019

Hi,

I can't build Honeytrap (with or without LXC support) - any idea what might be wrong? The build fails in official Docker image too. Here are error messages:

# CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -tags="lxc" -ldflags="$(go run scripts/gen-ldflags.go)" -o honeytrap.bin github.com/honeytrap/honeytrap
# github.com/honeytrap/honeytrap/director/lxc
director/lxc/lxc_linux.go:123:5: undefined: lxc.Container
# github.com/honeytrap/honeytrap/vendor/github.com/google/netstack/tcpip/stack
vendor/github.com/google/netstack/tcpip/stack/stack.go:326:12: undefined: tcpip.StdClock

Go version: go1.12.1 linux/amd64

@nl5887
Copy link
Contributor

nl5887 commented Mar 29, 2019 via email

@pielgrzym
Copy link
Author

Thanks for help, building with go 1.11.6 works perfectly!

@nl5887
Copy link
Contributor

nl5887 commented Apr 5, 2019

Issue has been fixed, works with latest go version now.

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

2 participants