[SOLVED] Some packages built against llvm 7 (was: Installing rust)

Issues related to applications and software problems and general support
Post Reply
sml
Posts: 305
Joined: 2020/01/17 09:01:44

[SOLVED] Some packages built against llvm 7 (was: Installing rust)

Post by sml » 2020/01/17 09:14:59

After upgrade to CentOS 8.1, rust-toolset module cannot be installed. It was upgraded to rust 1.37, but still built against llvm 7:

Code: Select all

Error:
 Problem: package rust-toolset-1.37.0-1.module_el8.1.0+246+1f1fd47e.x86_64 requires rust = 1.37.0, but none of the providers can be installed
  - conflicting requests
  - nothing provides libLLVM-7.so()(64bit) needed by rust-1.37.0-1.module_el8.1.0+246+1f1fd47e.x86_64
  - nothing provides libLLVM-7.so(LLVM_7)(64bit) needed by rust-1.37.0-1.module_el8.1.0+246+1f1fd47e.x86_64
while llvm in CentOS 8.1 also got upgraded to llvm 8:

Code: Select all

$ dnf repoquery --provides llvm-libs
libLLVM-8.so
libLLVM-8.so()(64bit)
libLLVM-8.so(LLVM_8)
libLLVM-8.so(LLVM_8)(64bit)
libLTO.so.8
libLTO.so.8()(64bit)
libLTO.so.8(LLVM_8)
libLTO.so.8(LLVM_8)(64bit)
libOptRemarks.so.8
libOptRemarks.so.8()(64bit)
libOptRemarks.so.8(LLVM_8)
libOptRemarks.so.8(LLVM_8)(64bit)
llvm-libs = 8.0.1-1.module_el8.1.0+215+a01033fb
llvm-libs(x86-32) = 8.0.1-1.module_el8.1.0+215+a01033fb
llvm-libs(x86-64) = 8.0.1-1.module_el8.1.0+215+a01033fb
Last edited by sml on 2020/02/08 12:03:54, edited 3 times in total.

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: Installing rust

Post by toracat » 2020/01/17 09:47:19

I believe this is a known issue and is being worked on.
CentOS Forum FAQ

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Installing rust

Post by sml » 2020/01/17 13:17:09

Ok, the one above got resolved after I did upgrade today, but now I get the same error trying to install qt5-doctools:

Code: Select all

Error:
 Problem: conflicting requests
  - nothing provides libclang.so.7()(64bit) needed by qt5-doctools-5.11.1-9.el8.x86_64
  - nothing provides libclang.so.7(LLVM_7)(64bit) needed by qt5-doctools-5.11.1-9.el8.x86_64

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Some packages built against llvm 7 (was: Installing rust) [SOLVED]

Post by sml » 2020/02/08 11:47:50

I could install qt5-doctools after today's update. Marking this as solved.

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: [SOLVED] Some packages built against llvm 7 (was: Installing rust)

Post by TrevorH » 2020/02/08 12:07:31

Yes, I nagged the devs to get on and do something about it.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply