Bug 1731656
Summary: | ImportError: libQt5Charts.so.5: cannot open shared object file: No such file or directory | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-pyqtchart | Assignee: | Miro Hrončok <mhroncok> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | mhroncok, rdieter |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-pyqtchart-5.12-3.fc31 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-21 07:47:56 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1731655 |
Description
Miro Hrončok
2019-07-20 15:12:41 UTC
Rex, any idea what could have caused this? Make sure your *.so files are executable, otherwise rpm won't autodetect library dependencies. See python-qt5 example, https://src.fedoraproject.org/rpms/python-qt5/blob/master/f/python-qt5.spec#_327 Any idea why they suddenly stopped being executable? I don't know the cause unfortunately Thanks for the pointer anyway. |