-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Missing symbol using musl version #820
Comments
@mgautierfr Any feedback on this? |
I still get the same issue on x86_64
|
It seems it is (still) a problem of libstdc++ versioning.
The libstdc++ version in the toolchain is 6.0.29. |
Can you try with |
@mgautierfr Any feedback on this? |
Should be fixed with kiwix/kiwix-build#636 which now use a musl TC with gcc 10. I haven't try with |
@rgaudin Have you been able to verify that all looks good your side so we close this ticket? |
Yes, it's OK! Thank you very much @mgautierfr but I can't close it as there's an issue in the archive file names:
As you can see, only musl ones are marked |
@mgautierfr I'm trying to use the 8.2.1-1 musl libzim (only aarch64!) but:
libm.so.6
. I could fix that by addinglibc6-compat
package to the builder (it simply simlinks it to alpine's C lib)The text was updated successfully, but these errors were encountered: