-
Notifications
You must be signed in to change notification settings - Fork 525
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
constant overflow on arm #724
Comments
Hey @julienval, Can you share the output of |
Hi @dannycjones, Here it is: |
gaul
added a commit
to gaul/goofys
that referenced
this issue
Sep 28, 2022
This prevented compilation on arm7 systems like Raspberry Pi. Fixes kahing#724.
kahing
pushed a commit
that referenced
this issue
Nov 2, 2022
This prevented compilation on arm7 systems like Raspberry Pi. Fixes #724.
voyvodov
pushed a commit
to voyvodov/goofys
that referenced
this issue
Sep 18, 2024
This prevented compilation on arm7 systems like Raspberry Pi. Fixes kahing#724.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I get the following error when building on arm (raspberry):
github.com/kahing/goofys/internal
internal/backend_s3.go:509:21: constant 5497558138880 overflows int
Cheers,
Julien
The text was updated successfully, but these errors were encountered: