I use Julia 1.6.0 RC1 and all packages work great except for GR_jll that keeps failing to precompile.
In result also Plots.jl does not get precompiled since it has GR as a dependency.
The message I see when installing packages is:
5 dependencies successfully precompiled in 40 seconds (201 already precompiled, 1 skipped during auto due to previous er
rors)
On the other hand when trying to force pre-compilation I see:
julia> Pkg.precompile()
Precompiling project...
Progress [========================================>] 1/1
✗ GR_jll
0 dependencies successfully precompiled in 5 seconds (201 already precompiled)
This is very annoying and my modules remain uncompiled. What should I do to repair that situation?