bazil / fuse

FUSE library for Go.  go get bazil.org/fuse  
http://bazil.org/fuse
Other
1.6k stars 266 forks source link

No longer compiles on freebsd #295

Open ncw opened 1 year ago

ncw commented 1 year ago

From root of source:

$ GOOS=freebsd go build -v ./...
bazil.org/fuse
# bazil.org/fuse
./fuse_kernel.go:1011:43: undefined: unix.FALLOC_FL_KEEP_SIZE
./fuse_kernel.go:1012:43: undefined: unix.FALLOC_FL_PUNCH_HOLE

Bisect indicates this is the culprit commit 7e3113a7bda759ce75f1962c375674b8ba97f15a by @tv42

ncw commented 1 year ago

Another day, another rclone release, but unfortunately this is still broken :-( Might have to drop mount support for freebsd which would be a shame.