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

Go Get fails #263

Closed
knusbaum opened this issue Oct 22, 2020 · 5 comments
Closed

Go Get fails #263

knusbaum opened this issue Oct 22, 2020 · 5 comments

Comments

@knusbaum
Copy link

Maybe I'm doing something wrong, but I'm not sure what...

go get -u bazil.org/fuse@latest
go: golang.org/x/sys upgrade => v0.0.0-20201020230747-6e5568b54d1a
# bazil.org/fuse
../../../../../../go/pkg/mod/bazil.org/[email protected]/error_std.go:26:20: undefined: errNoXattr
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:171:12: undefined: mount
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:236:24: undefined: maxWrite
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:425:32: undefined: maxWrite
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:810:12: undefined: openFlags
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:828:18: undefined: openFlags
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:845:18: undefined: openFlags
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:868:18: undefined: openFlags
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:991:12: undefined: openFlags
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:1413:20: undefined: maxWrite
../../../../../../go/pkg/mod/bazil.org/[email protected]/fuse.go:1413:20: too many errors
@tv42
Copy link
Member

tv42 commented Oct 23, 2020

What platform? What does go env GOOS GOARCH say?

@knusbaum
Copy link
Author

Ahh, sorry I didn't provide enough info. I'm on OS X

$ go env GOOS GOARCH
darwin
amd64

MacFUSE is installed, but I didn't consider that this library may not work with it.

@tv42
Copy link
Member

tv42 commented Oct 23, 2020

macOS does not have an up to date open source FUSE implementation. #224

@susarlanikhilesh
Copy link

$ go get bazil.org/fuse

bazil.org/fuse

........\pkg\mod\bazil.org\[email protected]\error_std.go:26:20: undefined: errNoXattr
........\pkg\mod\bazil.org\[email protected]\fuse.go:425:32: undefined: maxWrite
........\pkg\mod\bazil.org\[email protected]\fuse_kernel.go:185:28: undefined: syscall.O_DIRECTORY
........\pkg\mod\bazil.org\[email protected]\fuse_kernel.go:194:38: undefined: syscall.O_ACCMODE
........\pkg\mod\bazil.org\[email protected]\fuse_kernel.go:695:24: undefined: unix.F_RDLCK
........\pkg\mod\bazil.org\[email protected]\fuse_kernel.go:696:24: undefined: unix.F_WRLCK
........\pkg\mod\bazil.org\[email protected]\fuse_kernel.go:697:24: undefined: unix.F_UNLCK

go env GOOS GOARCH
windows
amd64

I'm also getting the same issue. Is it not supported on this platform too ?

Thank you

@tv42
Copy link
Member

tv42 commented Feb 23, 2021

@susarlanikhilesh Windows has never had any kind of real FUSE compatibility. It's wildly different.

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

3 participants