-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
make check
fails on AlmaLinux 8 on arm8 CPU
#429
Comments
We would also need |
patchelf 0.17.0-alpha: tests/test-suite.log Look like there is no much info... |
I think this is related to #425 |
Looks like my problem is duplicate of #426 , except on amd64 for me all is fine. |
The |
I cannot reproduce any of the test failures in the latest master of patchelf (78a2a70) in almalinux on arm8. This is what I run:
|
Updated: |
I tested this on real hardware and using qemu-user emulation on x86_64. |
I can create a test repo with one action file and dockerfile that reproduce what I got, or can close an issue. I do not understand how we got different results and what cause this. |
If you have some way of reproducing it easily, then of course it'd be great to share it. |
Same with
A direct System dynamic linker just seems busted in general under this setup. patchelf itself seems to work though. |
I am closing this, cause on edited: no it doesn't work but looks like it is really not a patchelf problem, as mentioned before |
On arm8 two tests fails.
FAIL: replace-add-needed.sh
FAIL: set-interpreter-long.sh
Steps To Reproduce
Expected behavior
To pass tests... python's
auditwheel
produce invalid binaries on that OS.patchelf --version
output0.16.1
0.17.0-alpha
Additional context
patchelf was tested on amd64 on the same OS - it was fine and works fine.
We need that on AlmaLinux 8 to work, cause this OS is officially used to build python libraries.
The text was updated successfully, but these errors were encountered: