-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Linux/aarch64 build fails with weird conda error #24
Comments
Ah, local investigation:
Looks like this is a variation of conda-forge/glib-feedstock#40. |
xref: mesonbuild/meson#4685 |
For posterity: the following command at the end of
However, any package that relies on Pango and calls |
My guess is that we need a newer (odler?) |
To the best of my diagnosis, the problem is fundamentally with how Meson modifies the ELF files it installs on Linux, which are technically correct but can confuse old versions of Anyway, rebuilding fribidi with a modification to prevent Meson's munging made this problem go away. |
Here's a strange one. The most recent Linux/aarch64 build almost fully succeeds, but dies at the very end with this error:
(xref: Azure build info)
My best guess is that the install is creating some file with a bogus name, but it's hard for me to see how that would happen on aarch64 but not any other platform/arches.
@conda-forge/core Anyone seen anything like this before?
The text was updated successfully, but these errors were encountered: