Bug 1044431

Summary: lldb: error while loading shared libraries: liblldb.so: cannot open shared object file: No such file or directory
Product: [Fedora] Fedora Reporter: Vedran Miletić <vedran>
Component: llvmAssignee: Jan Včelák <jv+fedora>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: ajax, bos, dmalcolm, jv+fedora, michel, petersen, scottt.tw
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: llvm-3.3-4.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-27 05:57:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Vedran Miletić 2013-12-18 10:17:25 UTC
There is something strange about libblldb.so location.

$ lldb
lldb: error while loading shared libraries: liblldb.so: cannot open shared object file: No such file or directory

$ LD_LIBRARY_PATH=/usr/lib64/llvm lldb
(lldb)

Comment 1 Jan Včelák 2013-12-18 10:33:48 UTC
It works for me.

$ rpm -q llvm
llvm-3.3-3.fc21.x86_64
$ lldb
(lldb)

Is not your ld configuration damaged?

$ rpm -qV llvm-libs
$ cat /etc/ld.so.conf.d/llvm-x86_64.conf 
/usr/lib64/llvm

Comment 2 Vedran Miletić 2013-12-18 12:17:06 UTC
Works now, after restart. Is this necessary?

Comment 3 Jan Včelák 2013-12-18 12:25:35 UTC
(In reply to Vedran Miletić from comment #2)
> Works now, after restart. Is this necessary?

It should not. Installation of llvm-libs should call ldconfig. I will take a look at it.

Comment 4 Jan Včelák 2013-12-19 19:03:53 UTC
ldconfig is really missing in spec file. I will fix it soon.

Thank you for the report!

Comment 5 Fedora Update System 2013-12-20 18:54:21 UTC
llvm-3.3-4.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/llvm-3.3-4.fc19

Comment 6 Fedora Update System 2013-12-20 18:55:42 UTC
llvm-3.3-4.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/llvm-3.3-4.fc20

Comment 7 Fedora Update System 2013-12-22 05:30:48 UTC
Package llvm-3.3-4.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing llvm-3.3-4.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-23760/llvm-3.3-4.fc19
then log in and leave karma (feedback).

Comment 8 Fedora Update System 2013-12-27 05:57:32 UTC
llvm-3.3-4.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2014-01-07 09:44:13 UTC
llvm-3.3-4.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.