-
Notifications
You must be signed in to change notification settings - Fork 105
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
Failing unit tests on i686 architecture (RISC-V): constant 18446744073709551615 overflows uintptr #164
Comments
Hey Oleg, can you clarify which version you're running on? That line number is meaningless on master, and unless I'm missing something atomic doesn't have a version 18.0. Thanks. |
@JacobOaks it's v1.8.0, I've updated the comment. |
@Hellseher can you try to upgrade to v1.11.0 which includes the fix mentioned by @prashantv? Let us know if that doesn't resolve the issue. |
@JacobOaks I can confirm, updating atomic to the latest version (v1.11.0) Thanks for the suggestion, clossing as resolved. Oleg. |
The upstream suggested to update to the latest version to resolve failing tests on RISK-V, see <uber-go/atomic#164>. * gnu/packages/golang-xyz.scm (go-go-uber-org-atomic): Update to 1.11.0. [arguments]: <#:tests?>: Enable tests on all platforms. Change-Id: I6df21cfaebb9e4d4a609e93f3fe4bfea2bff5e8d
Hi,
During package review requiring to update Kubo (IPfs) in Guix, I've faced with
an issue when I try to build github.com/uber/atomic@1.8.0 on i686-linux machine:
To reproduce the issue:
Thanks,
Oleg
The text was updated successfully, but these errors were encountered: