To those using nomacs: add exiv2 & libgexiv2 to the ignore list of pacman, otherwise when these two packages update, nomacs stops working and even reinstall won't fix it. If you have already updated and your nomacs isn't working, use the downgrade package to downgrade these two to:
• exiv2: 0.27.6-2 •libgexiv2: 0.14.1-1
Or you can simply download them manually and then install them using "pacman -U": https://archive.archlinux.org/packages/e/exiv2/exiv2-0.27.6-2-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/l/libgexiv2/libgexiv2-0.14.1-1-x86_64.pkg.tar.zst
Pinned Comments
FabioLolix commented on 2023-07-07 05:37 (UTC) (edited on 2025-10-27 06:07 (UTC) by FabioLolix)
Pkgbuild maintained at https://github.com/FabioLolix/PKGBUILD-AUR_fix
every time you have
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directoryfor build from source programs you have to rebuild it@rado84 you need rebuild the package not to hold back other packages, it is the same every time a dinamically linked soname changes
checkrebuildfromrebuild-detectorinto your workflow.