FS#53312 - [julia] libLLVM-3.7.1.so missing

Attached to Project: Community Packages
Opened by Benoît Legat (blegat) - Tuesday, 14 March 2017, 18:34 GMT
Last edited by Antonio Rojas (arojas) - Monday, 20 March 2017, 19:47 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

There should be the file libLLVM-3.7.1.so in /usr/lib/julia but it is not installed.
This prevents, for instance to install https://github.com/Keno/Cxx.jl since it searches for the library libLLVM-3.7.1.so (note that the Julia constant Base.libllvm_version is "3.7.1" this is why Cxx.jl expects libLLVM-3.7.1.so to be present).
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 20 March 2017, 19:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  julia 0.5.1-2
Comment by Antonio Rojas (arojas) - Wednesday, 15 March 2017, 22:29 GMT
Please test 0.5.1-2
Comment by Benoît Legat (blegat) - Sunday, 19 March 2017, 14:29 GMT
Thanks for the quick fix. 0.5.1-2 seems to work, Base.libllvm_version is now "3.9.1" which is the version of the system libLLVM. The Cxx.jl still does not work but this is now an issue with Cxx.jl and not with the julia arch package I think (see here: https://github.com/Keno/Cxx.jl/issues/328).

Loading...