FS#76151 - [cantata] missing dependency: libcddb

Attached to Project: Community Packages
Opened by XazZ (XazZ) - Sunday, 09 October 2022, 22:33 GMT
Last edited by Antonio Rojas (arojas) - Monday, 10 October 2022, 05:59 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
$ cantata
cantata: error while loading shared libraries: libcddb.so.2: cannot open shared object file: No such file or directory
$

$ pacman -Qi cantata | grep cddb
$

after installing libcddb:
$ ldd $(which cantata) | grep cddb
libcddb.so.2 => /usr/lib/libcddb.so.2 (0x00007f929bc67000)
$

Additional info:
* package version(s): 2.5.0-1
* config and/or log files etc.: see above
* link to upstream bug report, if any: n/a, this looks like a packaging issue

Steps to reproduce: install cantata on a system where libcddb is not installed, then try to start cantata
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 10 October 2022, 05:59 GMT
Reason for closing:  Fixed
Additional comments about closing:  cantata 2.5.0-2
Comment by Toolybird (Toolybird) - Sunday, 09 October 2022, 22:53 GMT
More fallout from  FS#76105 . This is also related  FS#64826 .

Loading...