Hi all.
# pacman -Syuu
...
warning: cannot resolve "libidn2.so=0-32", a dependency of "lib32-curl"
warning: cannot resolve "libnghttp2.so=14-32", a dependency of "lib32-curl"
...
# pactree -r lib32-curl
lib32-curl
└─lib32-libelf
├─lib32-mesa
│ └─lib32-libglvnd
│ ├─lib32-mesa
│ ├─lib32-mesa-utils
│ ├─lib32-nvidia-utils
│ │ └─lib32-libglvnd
│ └─lib32-sdl2
│ └─lib32-faudio
└─lib32-vulkan-radeon
I run 32-bit games in wine.
warning: cannot resolve "libnghttp2.so=14-32", a dependency of "lib32-curl"
:: The following package cannot be upgraded due to unresolvable dependencies:
lib32-curl
I just installed a fresh version of Artix and tried to install the package. It currently gives me the same error.
Found this thread after encountering the same issue; installing the lib32-libnghttp2 package seems to have fixed it.
lib32-libnghttp2 was very recently updated to address this. Cheers
All good, thank you. :)