-
Notifications
You must be signed in to change notification settings - Fork 253
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
Undefined symbol __rbitll on Linux ARM with 3.2.0-rc1 #2243
Comments
That's weird. It should be defined according to ARM C language extension. I'll look into it before we release 3.2.0. |
I've implemented the ARM runner, and will now try to check what goes wrong for 3.2.0-rc1. |
Can't reproduce on 3.2.0-rc1: https://github.com/flintlib/flint/actions/runs/13676957883/job/38239499498 Is it the standard compiler you are using to build FLINT there, i.e. GCC 13.3.0? Because that compiler should support that instruction, you can check the source code for |
Thanks, @albinahlback – it's coming from the fact that the ARM build here is using the @oscarbenjamin, I think this might be the right time to bump to
Footnotes
|
It is the standard compiler or at least I haven't attempted to change anything like that. These are the commands used to build FLINT in the job that fails:
These are used to make a portable binary after flintlib/python-flint#170. See #1628 (comment). I'll try with |
Ah, thanks. |
This would be useful to try, too, there is no use in breaking compatibility if we can still support glibc 2.17. |
I tried
This is tested in: |
I was wrong. The |
@oscarbenjamin can you check if #2245 works for the compiler that previously failed? |
@oscarbenjamin #2246 should fix the next error. |
Okay, then it was a bug in GCC (they refer to the ACLE documentation which states that the implemented check should work).
Perfect, I'll incorporate this soon. |
I was testing 3.2.0-rc1 and found that it failed to build on Linux ARM in CI:
flintlib/python-flint#264
The build fails with:
FLINT's main branch builds fine though so I guess the problem is already fixed (although I'm not sure by what).
I just want to check that the fix will make it into 3.2.0 final...
Also GitHub Actions recently added Linux ARM runners which is what I am using to test this. Are those tested in FLINT's CI?
To use the ARM runners you can just set:
The text was updated successfully, but these errors were encountered: