-
Notifications
You must be signed in to change notification settings - Fork 13
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
Build fails on s390x architecture #52
Comments
It looks like it also contains references to nonexistent functions, probably the ones defined in the Go codebase. |
eclipseo
added a commit
to eclipseo/saferith
that referenced
this issue
Jan 7, 2025
- Prefix addvectorfacility/subvectorfacility in arith_s390x.s to avoid conflict with math/big - Correct package name in architecture arith_s390x_test.go F8x cronokirby#52
eclipseo
added a commit
to eclipseo/saferith
that referenced
this issue
Jan 7, 2025
- Prefix addvectorfacility/subvectorfacility in arith_s390x.s to avoid conflict with math/big - Correct package name in architecture arith_s390x_test.go Fix cronokirby#52
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When building saferith on s390x, it fails, as arith_s390x_test.go states
package big
rather thanpackage saferith
.Specifically, this is failing on Debian Unstable s390x. You can see the full Debian CI log here. Relevant part from log:
AFAIK the solution to change out
package big
forpackage saferith
in arith_s390x_test.goThanks!
The text was updated successfully, but these errors were encountered: