Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] cannot resolve ..., a dependency of "lib32-curl" (Read 366 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] cannot resolve ..., a dependency of "lib32-curl"

Hi all.

Code: [Select]
# 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.

Re: cannot resolve ..., a dependency of "lib32-curl"

Reply #1
warning: cannot resolve "libnghttp2.so=14-32", a dependency of "lib32-curl"
:: The following package cannot be upgraded due to unresolvable dependencies:
      lib32-curl
Cat Herders of Linux

Re: cannot resolve ..., a dependency of "lib32-curl"

Reply #2
I just installed a fresh version of Artix and tried to install the package. It currently gives me the same error.

Re: cannot resolve ..., a dependency of "lib32-curl"

Reply #3
Found this thread after encountering the same issue; installing the lib32-libnghttp2 package seems to have fixed it.

Re: cannot resolve ..., a dependency of "lib32-curl"

Reply #4
lib32-libnghttp2 was very recently updated to address this. Cheers

Re: cannot resolve ..., a dependency of "lib32-curl"

Reply #5
All good, thank you. :)