You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reposting JuliaLang/julia#39631. I think this is a bug in BinaryBuilder.jl and/or JLLWrappers.jl.
Executing using OpenSpecFun_jll in Julia 1.6 started with JULIA_LOAD_PATH=@ fails with
ERROR: LoadError: LoadError: ArgumentError: Package CompilerSupportLibraries_jll [e66e0078-7015-5450-92f7-15fbd957f2ae] is required but does not seem to be installed:
- Run `Pkg.instantiate()` to install all recorded dependencies.
It was 409 but I think I forgot to put back JULIA_LOAD_PATH=@ when I tested 1.7. Indeed, 1.6 works as expected if I test a jll (bsdiff_classic_jll) that depends only on non-stdlib jll. I apologise for the noise.
Reposting JuliaLang/julia#39631. I think this is a bug in BinaryBuilder.jl and/or JLLWrappers.jl.
Executing
using OpenSpecFun_jll
in Julia 1.6 started withJULIA_LOAD_PATH=@
fails withwhile it works if
JULIA_LOAD_PATH=@
is not set.MWE:
prints
Also:
JULIA_LOAD_PATH=@
.The text was updated successfully, but these errors were encountered: