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

2.4.0 Fails to build on M1 Sonoma 14.3 #823

Closed
litori opened this issue Feb 5, 2024 · 2 comments
Closed

2.4.0 Fails to build on M1 Sonoma 14.3 #823

litori opened this issue Feb 5, 2024 · 2 comments

Comments

@litori
Copy link

litori commented Feb 5, 2024

Ever since 2.4.0, gocryptfs fails to build on my M1 mac running on Sonoma 14.3. Both build-without-openssl.bash and build.bash fails with the same error.

panic: XTIMES (80000000) overlaps with INIT_RESERVED (80000000)

goroutine 1 [running]:
github.com/hanwen/go-fuse/v2/fuse.(*flagNames).set(0x7?, 0x80000000, {0x104d2d9d3?, 0xffffffffffffffff?})
	github.com/hanwen/go-fuse/v2@v2.4.2/fuse/print.go:124 +0x150
github.com/hanwen/go-fuse/v2/fuse.init.1()
	github.com/hanwen/go-fuse/v2@v2.4.2/fuse/print_darwin.go:12 +0x34```
@yahesh
Copy link
Contributor

yahesh commented Feb 23, 2024

I do have the same problem which seems to come from the update to go-fuse version 2.4.2 that was introduced in 9958b63. Reverting this to go-fuse 2.4.0 fixes the problem for now.

It seems that this is a know problem which got fixed in go-fuse 2.5.0: hanwen/go-fuse@aab5a0d

Maybe @rfjakob could bump the version of go-fuse to resolve it for good.

@rfjakob
Copy link
Owner

rfjakob commented Mar 12, 2024

Fixed, thanks @arrase !

@rfjakob rfjakob closed this as completed Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants