Precompilation of a project on a shared server breaks, due to the following error:
Error: Error during loading of extension IntervalSetsRandomExt of IntervalSets, use `Base.retry_load_extensions()` to retry.
│ exception =
│ 1-element ExceptionStack:
│ could not load symbol "jl_system_image_data":
│ /eos/home-s/sfranche/.julia/compiled/v1.10/IntervalSetsRandomExt/GqezX_gyIes.so: undefined symbol: jl_system_image_data
│ Stacktrace:
...
The same error occurs for few other extensions:
BangBangTablesExt of BangBang
BangBangStructArraysExt of BangBang
IntervalSetsRandomExt of IntervalSets
FillArraysPDMatsExt of FillArrays
FillArraysSparseArraysExt of FillArrays
I’ve tried several times, also re-installing julia fresh, but can’t make it work. While on other servers and on my local laptop things do work.
Has anyone some clue on where is this coming from?