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

constant overflow on arm #724

Closed
julienval opened this issue Sep 28, 2022 · 2 comments · Fixed by #725
Closed

constant overflow on arm #724

julienval opened this issue Sep 28, 2022 · 2 comments · Fixed by #725

Comments

@julienval
Copy link

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

@dannycjones
Copy link

Hey @julienval,

Can you share the output of uname -a? This would probably help anyone debugging this figuring out which ARM.

@julienval
Copy link
Author

Hi @dannycjones,

Here it is:
Linux pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants