You are not logged in.
Everything was fine until pacman started giving the following message when updating:
error: failed to prepare transaction (could not satisfy dependencies)
installing nvidia-utils (550.78-1) breaks dependency 'nvidia-utils=550.76' required by lib32-nvidia-utilsQuite quickly it became obvious that the problem was in three packages
- steam
- lib32-nvidia-utils
and strangely enough the utility
- eza
I deleted them and the system updated and rebooted successfully.
Now I try to install them again and the system gives me the following messages:
$ sudo pacman -S steam 1 ↵
resolving dependencies...
:: There are 7 providers available for lib32-vulkan-driver:
:: Repository multilib
1) lib32-amdvlk 2) lib32-nvidia-utils 3) lib32-vulkan-intel 4) lib32-vulkan-nouveau 5) lib32-vulkan-radeon
6) lib32-vulkan-swrast 7) lib32-vulkan-virtio
Enter a number (default=1): 2
warning: cannot resolve "nvidia-utils=550.76", a dependency of "lib32-nvidia-utils"
warning: cannot resolve "lib32-vulkan-driver", a dependency of "steam"
:: The following package cannot be upgraded due to unresolvable dependencies:
steam
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'nvidia-utils=550.76' required by lib32-nvidia-utils
:: unable to satisfy dependency 'lib32-vulkan-driver' required by steamWhen I try to install eza I get this message.
$ sudo pacman -S eza 1 ↵
resolving dependencies...
warning: cannot resolve "zlib.so", a dependency of "eza"
:: The following package cannot be upgraded due to unresolvable dependencies:
eza
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'zlib.so' required by ezaCould you tell me what is going on?
Last edited by xyrgug (2024-05-03 12:13:11)
Offline
While I was writing nvidia (probably) released a patch and everything fixed itself.
Last edited by xyrgug (2024-05-03 12:13:59)
Offline
Typo in latest eza PKGBUILD:
https://gitlab.archlinux.org/archlinux/ … -/issues/1
Last edited by tekstryder (2024-05-03 12:31:53)
Offline
This has been resolved now:
https://gitlab.archlinux.org/archlinux/ … 1b62768b15
OP, you can go ahead and install eza again.
Last edited by tekstryder (2024-05-03 13:18:02)
Offline
This has been resolved now:
https://gitlab.archlinux.org/archlinux/ … 1b62768b15OP, you can go ahead and install eza again.
Yep it works again. Thank you.
Offline
BTW if anyone can't run steam after all these adventures (like me) and see something like this:
/home/archbtw/.local/share/Steam/steam.sh: line 813: 11632 Segmentation fault (core dumped) "$STEAMROOT/$STEAMEXEPATH" "$@"That's because someone broke the lib32-glibc 2.39-3 package.
Last edited by xyrgug (2024-05-03 14:33:26)
Offline