-
Notifications
You must be signed in to change notification settings - Fork 575
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
Packages fail to precompile on musl system #8336
Comments
You're likely observing JuliaLang/julia#40556. Can't do much about it here. |
Should I open a separate issue about the ffmpeg dependencies? |
Why? |
Because installing ffmpeg causes Xorg_libX11_jll and also other things to be installed which is very odd as they shouldn't be dependencies of ffmpeg, and they aren't on any linux distro AFAIK, certainly not any I've used. And this issue was closed without that being addressed. I'm not even using X so it makes no sense that Xorg things are being installed. |
I don't what you're talking about, libx11 and libxext are dependencies of ffmpeg, for example on arch Linux: https://archlinux.org/packages/extra/x86_64/ffmpeg/
Again, no clue what you're talking about, for example on alpine linux: https://pkgs.alpinelinux.org/package/edge/main/x86/libx11
I thought you said you use alpine
What do you want to address? I said we can't do much about musl dynamic loader being overly strict and not allowing multiple prefixes in a nice way |
I came across this while trying to use Makie, here is the full log: makieerrors.txt
And here is the original issue on the Makie repo: MakieOrg/Makie.jl#3725
There are a couple of issues I think, libiconv.so is assumed to exist on musl systems and the FFMPEG package has an exploding dependencies problem so completely unrelated things like
Xorg_libXext_jll
end up getting pulled into the environment.The text was updated successfully, but these errors were encountered: