nfqueue-go icon indicating copy to clipboard operation
nfqueue-go copied to clipboard

Build error from bettercap (dependency)

Open tranzmatt opened this issue 2 years ago • 1 comments

I don't know if this is the right place, but I'm trying to build bettercap inside a Docker and it balks at this:

github.com/chifflier/nfqueue-go/nfqueue

/go/pkg/mod/github.com/chifflier/[email protected]/nfqueue/nfqueue.go:187:29: could not determine kind of name for C.u_int16_t /go/pkg/mod/github.com/chifflier/[email protected]/nfqueue/nfqueue.go:269:35: could not determine kind of name for C.u_int32_t /go/pkg/mod/github.com/chifflier/[email protected]/nfqueue/nfqueue.go:257:27: could not determine kind of name for C.u_int8_t

My host OS runs go 1.18.5 and builds fine, but the Docker has 1.19.2 and I guess has the issue?

tranzmatt avatar Oct 11 '22 15:10 tranzmatt

I have a similar issue; see https://github.com/pentoo/pentoo-overlay/issues/1545 and https://github.com/bettercap/bettercap/issues/1070

formula-spectre avatar Jan 24 '24 10:01 formula-spectre