Here is a JXL file for testing: https://i.perk11.info/20240410_212213_fUYFq.jxl
Search Criteria
Package Details: nomacs 1:3.22.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nomacs.git (read-only, click to copy) |
|---|---|
| Package Base: | nomacs |
| Description: | A Qt image viewer |
| Upstream URL: | https://github.com/nomacs/nomacs |
| Licenses: | GPL-3.0-only |
| Submitter: | arojas |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 51 |
| Popularity: | 0.63 |
| First Submitted: | 2023-04-01 09:57 (UTC) |
| Last Updated: | 2026-05-10 15:58 (UTC) |
Dependencies (16)
- exiv2 (exiv2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libraw (libraw-gitAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- opencv (opencv-cuda)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-svg
- quazip-qt6
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- python (make)
- qt6-tools (make)
- kimageformats (kimageformats-gitAUR) (optional) – support QOI (Quite OK Image Format)
- qt6-imageformats (optional) – support additional image formats
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
perk11 commented on 2024-04-10 21:24 (UTC)
FabioLolix commented on 2024-04-10 20:20 (UTC)
[ERROR] Cannot mix incompatible Qt library (6.6.2) with this library (6.6.1)
Qt6 is at v6.6.3
After upgrading 1:3.17.2295-2 => 1:3.17.2295-3 nomacs can no longer open JXL files. I'm on Manjaro if that's relevant. Installing qt6-imageformats didn't help.
I don't have JXL files to test for starting
C0rn3j commented on 2024-04-10 18:48 (UTC) (edited on 2024-04-10 18:49 (UTC) by C0rn3j)
JXL works fine on Arch Linux. I presume you have rebuilt the package after installing extra dependencies.
perk11 commented on 2024-04-10 18:18 (UTC)
After upgrading 1:3.17.2295-2 => 1:3.17.2295-3 nomacs can no longer open JXL files. I'm on Manjaro if that's relevant. Installing qt6-imageformats didn't help.
MrVulcan commented on 2024-04-09 15:37 (UTC)
Thanks for the quick fix, @FabioLolix, but now I get this:
[INFO] Hi there [INFO] Metadata support for BMFF formats is active. [INFO] plugins dir set to: "/usr/lib/nomacs-plugins" [ERROR] Cannot mix incompatible Qt library (6.6.2) with this library (6.6.1) zsh: IOT instruction (core dumped) nomacs
(How) can I solve this?
FabioLolix commented on 2024-04-09 15:05 (UTC)
@MrVulcan fixed, it was an issues with updpkgsums
MrVulcan commented on 2024-04-09 13:48 (UTC) (edited on 2024-04-09 13:50 (UTC) by MrVulcan)
My attempt to run makepkg -si ended in the following lines:
==> Validating source files with b2sums...
nomacs ... NOT FOUND
==> ERROR: One or more files did not pass the validity check!
(How) can I solve this?
FabioLolix commented on 2024-04-02 17:49 (UTC)
use the ported plugins from here: https://github.com/nomacs/nomacs-plugins/pull/40 .
btw the patch don't apply cleanly, likely I'll disable the plugins for the moment
huyz commented on 2024-03-03 12:22 (UTC)
The reason that qt6 failed to build is, nomacs-plugins had not been ported to qt6 yet.
To build nomacs with qt6, either drop plugins support, or use the ported plugins from here: https://github.com/nomacs/nomacs-plugins/pull/40 .
FabioLolix commented on 2024-03-03 09:48 (UTC)
Qt5 build is now forced
Version 2295 will try to use QT6 if it finds it.
Not for me
Is there any reason to hardcode old Qt version instead of using the now-default Qt6? https://github.com/nomacs/nomacs/pull/1022
Is not defaulting to Qt6 and Qt6 fails to build
Pinned Comments
FabioLolix commented on 2025-11-02 17:44 (UTC)
nomacs-qt6-git have been prematurely deleted but can be still found at https://github.com/FabioLolix/PKGBUILD-AUR_fix/blob/master/n/nomacs-qt6-git/PKGBUILD
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.