Description of problem: Julia needs to be rebuilt against the version of suitesparse in Fedora 40. Version-Release number of selected component (if applicable): julia 1.9.2 suitesparse 5.2.0 How reproducible: Everytime Steps to Reproduce: 1. dnf install julia suitesparse-devel 2. julia Actual results: ``` julia ┌ Warning: CHOLMOD version incompatibility │ │ Julia was compiled with CHOLMOD version 3.0.14. It is │ currently linked with version 5.2.0. │ This might cause Julia to terminate when working with │ sparse matrix factorizations, e.g. solving systems of │ equations with \. │ │ It is recommended that you use Julia with the same major │ version of CHOLMOD as the one used during the build, or │ download the generic binaries from www.julialang.org, │ which ship with the correct versions of all dependencies. └ @ SparseArrays.CHOLMOD /usr/share/julia/stdlib/v1.9/SparseArrays/src/solvers/cholmod.jl:198 ┌ Error: Error during initialization of module CHOLMOD │ exception = │ could not load symbol "SuiteSparse_config": │ /usr/bin/../lib64/julia/../libsuitesparseconfig.so.7: undefined symbol: SuiteSparse_config └ @ SparseArrays.CHOLMOD /usr/share/julia/stdlib/v1.9/SparseArrays/src/solvers/cholmod.jl:243 ``` Expected results: prompt starts with no error message. Additional info:
*** This bug has been marked as a duplicate of bug 2274270 ***