-
Notifications
You must be signed in to change notification settings - Fork 19
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
"InitError: could not load library" during precompilation on Linux x86 #126
Comments
the problem doesn't appear to be finding what version of It looks like the latest version of FFMPEG_jll builds I'm pretty out of touch with how the binary build system works these days, so it may be worth filing an issue on the Yggdrasil repo, they may have a better idea. |
It happens on a completely new project with only PortAudio added. Attached also the Manifest.toml in a Zip.
Under Windows, with the same versions of packages, PortAudio works well. |
I have the same problem on Ubuntu 24.04. There appears to be a number of libraries missing:
The versions installed on my system are:
(the last one is the closest I could find). But I do not know how to fix it :-( |
I managed to build alsa_plugin locally by restricting the number of architectures and pinning FFMPEG to version 4.4: JuliaPackaging/Yggdrasil#8863 This is not enough to make PortAudio install, but if I explicitly use [email protected] it works. So I suppose if we go this route, we need to add a compat of FFMPEG_jll to restrict it to ~4.4. However, on my host system (Ubuntu 20.24) I have a copy of |
Oh, there is a new version of alsa-plugins: 1.2.7.1. That builds with the current version of FFMPEG. |
I just wanted to add that I also ran into this issue just now in a fresh environment under julia 10.4. |
Same problem on GNU/Linux Debian (sid):
This is Julia 1.10.4 and clean
Looks like this Julia package is completely broken, are there any alternatives for Julia to read sound device ? Thanks |
I'm hoping PortAudio.jl can support PipeWire systems as well since that's a popular choice for the Linux audio server. It was suggested
|
It works for me now, after the merge of JuliaPackaging/Yggdrasil#9105. |
How did you install Julia? Pulling a system library (
Using |
Same here. I guess I can close this one, build is working again. |
I am having an error during precompilation on Linux x86 on two different PCs.
versioninfo()
:The error appears as soon as the package (v1.3.0) is added. What is weird,
isfile(raw"/home/christiand/.julia/artifacts/d587f48a6815c72dec4b083bf297caec7a8e3f4b/lib/alsa-lib/libasound_module_pcm_a52.so")
returnstrue
...The text was updated successfully, but these errors were encountered: