Plots.jl icon indicating copy to clipboard operation
Plots.jl copied to clipboard

[BUG] Julia 1.10.2 fails when trying to add or use Plots issuing Pkg.add("Plots") or using Plots

Open JuanVargas opened this issue 10 months ago • 11 comments

ERROR: LoadError: Init Error: could not load library "... /.julia/artifacts/648a32a349aac06f19b6bfed47f0b822b4ef28c3/lib/libgobject-2.0.so" │ ..../.julia/artifacts/648a32a349aac06f19b6bfed47f0b822b4ef28c3/lib/libgobject-2.0.so: undefined symbol: g_dir_unref

Looking deeper into the cascade of errors, I can see that the following crash when precompiling

../src/Cairo_jll.jl ../src/GR_jll.jl

resulting in failures in the following packages:

✗ Cairo_jll ✗ Qt6Base_jll ✗ HarfBuzz_jll ✗ libass_jll ✗ FFMPEG_jll ✗ FFMPEG ✗ GR_jll ✗ Plots ✗ Plots → UnitfulExt

JuanVargas avatar Apr 19 '24 13:04 JuanVargas