FS#69427 - [digikam] digikam 7.1.0-5 jasper is required

Attached to Project: Arch Linux
Opened by Vlad-Mihai Sima (vladmihaisima) - Sunday, 24 January 2021, 19:26 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 24 January 2021, 21:29 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Installed digikam without the jasper optional dependency and it does not start due to "digikam: error while loading shared libraries: libjasper.so.4: cannot open shared object file: No such file or directory"

Additional info:
* package version(s) digikam 7.1.0-5

ldd $(which digikam) | grep "not found"
libjasper.so.4 => not found

This might have been introduced by commit: https://github.com/archlinux/svntogit-packages/commit/736f27595fe828f7a21d329d7abd8caf9d459c66#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a (where jasper is made a build dependency, but added only as optional install dependency)

Installing jasper (with "pacman -S jasper") fixes the issue

Steps to reproduce: install digikam on a newly installed Arch system.


This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 24 January 2021, 21:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  digikam 7.1.0-6
Comment by Doug Newgard (Scimmia) - Sunday, 24 January 2021, 19:38 GMT
Looks like /usr/lib/libdigikamcore.so.7.1.0 links to it, not just the plugin.

Loading...