Bug 2277771 - julia 1.9.2 is built with CHOLMOD 3.0.14, but Fedora provides 5.2.0
Summary: julia 1.9.2 is built with CHOLMOD 3.0.14, but Fedora provides 5.2.0
Keywords:
Status: CLOSED DUPLICATE of bug 2274270
Alias: None
Product: Fedora
Classification: Fedora
Component: julia
Version: 40
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Milan Bouchet-Valat
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-04-29 13:51 UTC by Robert
Modified: 2024-04-29 20:38 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-04-29 20:38:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Robert 2024-04-29 13:51:00 UTC
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:

Comment 1 Milan Bouchet-Valat 2024-04-29 20:38:16 UTC

*** This bug has been marked as a duplicate of bug 2274270 ***


Note You need to log in before you can comment on or make changes to this bug.