FS#75172 - [blender] blender fails to start because of missing llvm-14 libs

Attached to Project: Community Packages
Opened by simon (hiaselhans) - Monday, 27 June 2022, 11:32 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 29 June 2022, 16:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Blender fails to run because of missing shared libs from llvm/clang-14

* Package version: 17:3.2.0-3

Steps to reproduce:

install blender from community
start blender

> blender: error while loading shared libraries: libclang-cpp.so.14: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 29 June 2022, 16:10 GMT
Reason for closing:  No response
Comment by Doug Newgard (Scimmia) - Monday, 27 June 2022, 11:46 GMT
lddtree /usr/bin/blender

clang/llvm 14 was just built 2 days ago, blender 17:3.2.0-3 was built 2 weeks ago. Either you've got something else in the chain linked to it, or you're not on 17:3.2.0-3
Comment by atom karinca (atomkarinca) - Monday, 27 June 2022, 17:29 GMT
For me it says:

> blender: error while loading shared libraries: libLLVM-14.so: cannot open shared object file: No such file or directory
Comment by Doug Newgard (Scimmia) - Monday, 27 June 2022, 17:35 GMT
And you didn't bother checking into it like I mentioned?

Loading...