Artix Linux Forum

Artix Linux => Package management => Topic started by: dimgel on 02 February 2024, 16:31:35

Title: [SOLVED] cannot resolve ..., a dependency of "lib32-curl"
Post by: dimgel on 02 February 2024, 16:31:35
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.
Title: Re: cannot resolve ..., a dependency of "lib32-curl"
Post by: cat herders of linux on 02 February 2024, 17:50:44
warning: cannot resolve "libnghttp2.so=14-32", a dependency of "lib32-curl"
:: The following package cannot be upgraded due to unresolvable dependencies:
      lib32-curl
Title: Re: cannot resolve ..., a dependency of "lib32-curl"
Post by: TechnologyTim on 02 February 2024, 23:12:42
I just installed a fresh version of Artix and tried to install the package. It currently gives me the same error.
Title: Re: cannot resolve ..., a dependency of "lib32-curl"
Post by: Jarx246 on 03 February 2024, 01:31:03
Found this thread after encountering the same issue; installing the lib32-libnghttp2 package seems to have fixed it.
Title: Re: cannot resolve ..., a dependency of "lib32-curl"
Post by: corysanin on 03 February 2024, 03:12:38
lib32-libnghttp2 was very recently updated to address this. Cheers
Title: Re: cannot resolve ..., a dependency of "lib32-curl"
Post by: dimgel on 03 February 2024, 13:01:36
All good, thank you. :)