FS#66736 - [imagemagick] imagemagick 7.0.10.13-1 calls the wrong libraries.

Attached to Project: Arch Linux
Opened by Viktor San (kayaksan) - Friday, 22 May 2020, 02:37 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 22 May 2020, 04:16 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
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:

Using any ImageMagick program/command (composite, convert, etc) calls the wrong (outdated) OpenEXR libraries, returning the following error:

"[program-name]: error while loading shared libraries: [library-name]-2_4.so.24: cannot open shared object file: No such file or directory"

In this case, it calls the 2.4 version of OpenEXR, although the newest version is 2.5.

Additional info:
* Packages versions: imagemagick 7.0.10.13-1 , openexr 2.5.1-1
* Using `sudo ldconfig` does not solve the problem. (with or without /lib/ directory specification).
* Downgrading OpenEXR to openexr-2.4.1-2 solves the problem.
* Using `sudo convert` "solves" the problem without downgrading OpenEXR.


Steps to reproduce:

1. Update ImageMagick and OpenEXR to their newest versions.
2. Use any ImageMagick program/command.
3. There will be an error: the libraries called will not be the most updated.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 22 May 2020, 04:16 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#66735 

Loading...