fuse icon indicating copy to clipboard operation
fuse copied to clipboard

Compilation error on FreeBSD

Open probonopd opened this issue 3 years ago • 0 comments

user@FreeBSD$ go build
# github.com/jacobsa/fuse/internal/fusekernel
/home/user/go/pkg/mod/github.com/jacobsa/[email protected]/internal/fusekernel/fuse_kernel.go:402:17: undefined: Attr
/home/user/go/pkg/mod/github.com/jacobsa/[email protected]/internal/fusekernel/fuse_kernel.go:428:16: undefined: Attr

Maybe related to https://github.com/jacobsa/fuse/commit/563f47c299318ac0d97688d3683ab0467ee5db61

(Side note: In case you are looking for an easy FreeBSD Live ISO, https://www.furybsd.org/ works well for me.)

probonopd avatar Oct 11 '20 17:10 probonopd