FS#66040 - [cadence] Missing dependency qt5-svg

Attached to Project: Community Packages
Opened by Andy (freakyc) - Monday, 30 March 2020, 22:37 GMT
Last edited by David Runge (dvzrv) - Tuesday, 31 March 2020, 15:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Cadence would not run after installing through pacman. I installed the qt5-svg package and cadence ran. Dependencies listed through 'pacman -Qi cadence' are

Depends On : gcc-libs glibc hicolor-icon-theme jack python-dbus python-pyqt5 qt5-base

Additional info:
* package version(s): cadence 0.9.1-1
* config and/or log files etc.:
Using Tray Engine 'Qt'
Traceback (most recent call last):
File "/usr/share/cadence/src/cadence.py", line 42, in <module>
from shared_canvasjack import *
File "/usr/share/cadence/src/shared_canvasjack.py", line 34, in <module>
import patchcanvas
File "/usr/share/cadence/src/patchcanvas.py", line 28, in <module>
from PyQt5.QtSvg import QGraphicsSvgItem, QSvgRenderer
ImportError: libQt5Svg.so.5: cannot open shared object file: No such file or directory

Steps to reproduce: Installed cadence via 'pacman -S cadence'. Ran cadence from the command line and received the above error.
This task depends upon

Closed by  David Runge (dvzrv)
Tuesday, 31 March 2020, 15:57 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with cadence 0.9.1-2
Comment by David Runge (dvzrv) - Tuesday, 31 March 2020, 15:56 GMT
@freakyc: Thanks for the report.

It's a bit unfortunate, that cadence doesn't declare a sodep on libQt5Svg.so :-/
I'll add it to the package and rebuild.

Loading...