Bug 2276184

Summary: Error during initialization of CHOLMOD module in Julia
Product: [Fedora] Fedora Reporter: j4davidhss
Component: juliaAssignee: Milan Bouchet-Valat <nalimilan>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 40CC: nalimilan
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-04-28 21:20:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description j4davidhss 2024-04-20 09:23:22 UTC
When running Julia, an error occurs during the initialization of the CHOLMOD module, indicating that the 'libcholmod' library could not be loaded."

Version: julia-1.9.2-4.fc40.x86_64

output
julia
┌ Error: Error during initialization of module CHOLMOD
│   exception =
│    could not load library "libcholmod"
│    libcholmod.so: cannot open shared object file: No such file or directory
└ @ SparseArrays.CHOLMOD /usr/share/julia/stdlib/v1.9/SparseArrays/src/solvers/cholmod.jl:243


Always happend. 


Reproducible: Always

Steps to Reproduce:
1.dnf install julia
2.julia
3.

Comment 1 Milan Bouchet-Valat 2024-04-28 21:20:31 UTC

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