There doesn’t seem to be any differences in versioninfo(;verbose=true)
I’ve activated the environment using direnv
, so the same environment variables are active for both julia
versions, and it still errors only for the pixi
version.
I don’t see any LD_LIBRARY_PATH
modifications that seem unusual in the .pixi
folder:
$ rg LD_LIBRARY_PATH .pixi
.pixi/envs/default/share/doc/julia/html/en/devdocs/build/linux.html
6:</script><script data-outdated-warner src="../../assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="ht
tp [... 1 more match]
.pixi/envs/default/share/doc/julia/html/en/devdocs/build/macos.html
6:</script><script data-outdated-warner src="../../assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="http [... 2 more matches]
.pixi/envs/default/share/julia/test/clangsa/Makefile
14:LD_LIBRARY_PATH="${build_libdir}:$$LD_LIBRARY_PATH" \
.pixi/envs/default/share/julia/test/llvmpasses/Makefile
14:LD_LIBRARY_PATH=${build_libdir}:$$LD_LIBRARY_PATH \
22:LD_LIBRARY_PATH=${build_libdir}:$$LD_LIBRARY_PATH \
29:LD_LIBRARY_PATH=${build_libdir}:$$LD_LIBRARY_PATH \
.pixi/envs/default/share/doc/julia/html/en/search_index.js
2:[{"location":"stdlib/CRC32c.html","page":"CRC32c","title":"CRC32c","text":"EditURL = \"https://github.com/JuliaLang/julia/blob/master/stdlib/CRC32c/docs/src/index.md\"","category":"page"},{"location":"stdlib/CRC32c.h [... 3 more matches]
.pixi/envs/default/share/julia/base/linking.jl
26:const LIBPATH_env = "LD_LIBRARY_PATH"
.pixi/envs/default/share/julia/stdlib/v1.10/LLD_jll/src/LLD_jll.jl
34:const LIBPATH_env = "LD_LIBRARY_PATH"
.pixi/envs/default/share/julia/stdlib/v1.10/Downloads/src/Curl/utils.jl
44:2. You are overriding the library load path by setting `LD_LIBRARY_PATH`, in which case you are in advanced usage territory. You can try upgrading the system libcurl, unsetting `LD_LIBRARY_PATH`, or otherwise arrangi [... 0 more matches]
.pixi/envs/default/share/julia/stdlib/v1.10/p7zip_jll/src/p7zip_jll.jl
33:const LIBPATH_env = "LD_LIBRARY_PATH"