Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#75438 - [julia] and llvm-libs package versions are incompatible

Attached to Project: Community Packages
Opened by Praveen Valsala (praveenivp) - Wednesday, 27 July 2022, 23:31 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 28 July 2022, 06:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Antonio Rojas (arojas)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

It seems like the packages community/julia 2:1.7.3-2 and extra/llvm-libs 14.0.6-2 are not compatible!

┌ Error: Julia was compiled for LLVM 14.0.5, whereas you are now using LLVM 14.0.6.
│ Please re-compile Julia and LLVM.jl (but note that USE_SYSTEM_LLVM is not a supported configuration).
└ @ LLVM ~/.julia/packages/LLVM/WjSQG/src/LLVM.jl:98


More info:
Julia Version 1.7.3
Commit 742b9abb4d* (2022-05-06 12:58 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.5 (ORCJIT, skylake)

Steps to reproduce:

sudo pacman -S julia
julia test3.jl


(test3.jl in the attachment)

   test3.jl (0.1 KiB)
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 28 July 2022, 06:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  julia 1.7.3-3
Comment by Toolybird (Toolybird) - Thursday, 28 July 2022, 00:05 GMT
It's true that llvm was upgraded to 14.0.6 on 25 Jun *after* julia pkg was last compiled on 23 Jun. I'm not sure under which circumstances julia is meant to be recompiled or not.

Loading...