Description of problem: I'm testing builds with suitesparse 5.13.0 here: https://copr.fedorainfracloud.org/coprs/orion/suitesparse5.13/builds/ current julia fails with: Error in testset SuiteSparse_jll: Test Failed at /builddir/build/BUILD/julia-1.8.0/build/usr/share/julia/stdlib/v1.8/SuiteSparse_jll/test/runtests.jl:6 Expression: ccall((:SuiteSparse_version, libsuitesparseconfig), Cint, (Ptr{Cint},), C_NULL) == 5010 Evaluated: 5013 == 5010 I'm not seeing anything upstream. Could you take a look? Thanks.
Well that test just fails because it expects SuiteSparse to be version 5.10 and rawhide has 5.13. We should just disable that line as we don't care about the exact version (o replace 5010 with 5013). Would you make a pull request? Unfortunately I think the build fails on git main as I hit problems with Julia 1.8.2 on 32-bit. I would be tempted to drop support for i686 on rawhide.
I've filed https://src.fedoraproject.org/rpms/julia/pull-request/3 for the version check, and also use relative symbolic links. Yeah, I think it's time to start dropping i686 just about everywhere.
This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle. Changing version to 38.
FEDORA-2023-aba883046c has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-aba883046c
FEDORA-2023-aba883046c has been pushed to the Fedora 38 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-aba883046c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-aba883046c has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.