You are not logged in.
Since the pacman update, I'm unable to upgrade AUR packages, with the following errors showing up: error: failed to commit transaction (conflicting files)
and
error: could not resolve all dependencies
I've already reinstalled yay a couple times.
Last edited by myew (2024-09-24 08:43:32)
Offline
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
The full output of the command is here: https://pastebin.com/c10x9rMU
Offline
Okay ... so that doesn't have either of the errors you said were there. But it does seem that yay may be swallowing the actual relevant information from pacman. Please try installing the packages with pacman and post any error output here.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...
Packages (1) coolercontrol-liqctld-1.4.1-1
Total Installed Size: 0.28 MiB
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
Errors occurred, no packages were upgraded.
-> Failed to install layer, rolling up to next layer.error:error installing: [/home/andrej/.cache/yay/coolercontrol-liqctld/coolercontrol-liqctld-1.4.1-1-x86_64.pkg.tar.zst] - exit status 1
Offline
==> Cleaning up... loading packages... resolving dependencies... looking for conflicting packages... Packages (1) coolercontrol-liqctld-1.4.1-1 Total Installed Size: 0.28 MiB checking keyring... checking package integrity... loading package files... checking for file conflicts... Errors occurred, no packages were upgraded. -> Failed to install layer, rolling up to next layer.error:error installing: [/home/andrej/.cache/yay/coolercontrol-liqctld/coolercontrol-liqctld-1.4.1-1-x86_64.pkg.tar.zst] - exit status 1
yay
Okay ... so that doesn't have either of the errors you said were there. But it does seem that yay may be swallowing the actual relevant information from pacman. Please try installing the packages with pacman and post any error output here.
The output was definitely different before and showing those messages. Maybe it's changed because the files are cached.
Anyway, running makepkg returns with
==> Making package: coolercontrol 1.4.1-2 (Tue 24 Sep 2024 09:10:24 AM CEST)
==> Checking runtime dependencies...
==> Missing dependencies:
-> coolercontrold
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
makepkg -si returns the same except with :
==> ERROR: 'pacman' failed to install missing dependencies.
at the top.
Last edited by myew (2024-09-24 07:20:09)
Offline
type -a yay
==> ERROR: Could not resolve all dependencies.
Because https://aur.archlinux.org/packages/coolercontrol depends on the AUR exclusive https://aur.archlinux.org/packages/cool … ol-liqctld and https://aur.archlinux.org/packages/coolercontrold - you'll have to build and install first and the package that failed w/ the very suspicious yay error was coolercontrol-liqctld, not coolercontrol
Offline
type -a yay
==> ERROR: Could not resolve all dependencies.
Because https://aur.archlinux.org/packages/coolercontrol depends on the AUR exclusive https://aur.archlinux.org/packages/cool … ol-liqctld and https://aur.archlinux.org/packages/coolercontrold - you'll have to build and install first and the package that failed w/ the very suspicious yay error was coolercontrol-liqctld, not coolercontrol
I was able to install protontricks without yay and cooler control in the way you suggested. Thank you for helping.
Offline
another option could be https://github.com/liquidctl/liquidctl
I use it for my corsair H80i v2
Offline