imv uses nonexistent version of openexr and imath, fails to run 18 August 2021, 11:41:22 Pacman says all is up to date, but:$ imvimv-wayland: error while loading shared libraries: libOpenEXR-3_0.so.28: cannot open shared object file: No such file or directoryNot a wayland problem:$ imv-x11imv-x11: error while loading shared libraries: libOpenEXR-3_0.so.28: cannot open shared object file: No such file or directoryI have package openexr, but it is version 3.1.1-1. imv needs the older version 3.0.28, but does not state this dependency. So pacman thinks all is OK, but imv fails. My fix, downgrading some packages:$ pacman -U /var/cache/pacman/pkg/openexr-3.0.4-1-x86_64.pkg.tar.zstThis reinstates libOpenEXR-3_0.so.28 and some other older libraries$ pacman -U /var/cache/pacman/pkg/imath-3.0.4-2-x86_64.pkg.tar.zstThis reinstates libImath-3_0.so.28, also neededimv now runs.imv either needs to state dependency on those particular versions of openexr & imath, or it could be rebuilt using the newer libraries.
Re: imv uses nonexistent version of openexr and imath, fails to run Reply #1 – 18 August 2021, 12:10:56 imv is an arch/community package.