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

No longer compiles under BSD #299

Closed
jech opened this issue Apr 10, 2023 · 1 comment
Closed

No longer compiles under BSD #299

jech opened this issue Apr 10, 2023 · 1 comment

Comments

@jech
Copy link

jech commented Apr 10, 2023

$ GOOS=freebsd go build
# 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

No problem for me, I've just adjusted my build tags to exclude FUSE under non-Linux, but that came as a surprise. Was is intended?

@jech
Copy link
Author

jech commented Apr 10, 2023

Duplicate of #295. Sorry for not checking earlier.

@jech jech closed this as completed Apr 10, 2023
@tv42 tv42 added the duplicate label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants