Cant't update using pacman or yay

When trying to update using sudo pacman -Syu i get the following dependency errors:

This keeps me from updating anything at the moment…

I think this is a problem with my configs, because I recently had a problem where updating with yay resulted in it building my installed kernel itself and my installed packages being newer than the ones found by yay or pacman. I had to edit my /etc/pacman.conf to include the cachyos repositories to fix this. (I believe this problem was caused by me overriding /etc/pacman.conf while using pacdiff)

I pretty much just added this to the end:

[cachyos-v3]
Include = /etc/pacman.d/cachyos-v3-mirrorlist
[cachyos-core-v3]
Include = /etc/pacman.d/cachyos-v3-mirrorlist
[cachyos-extra-v3]
Include = /etc/pacman.d/cachyos-v3-mirrorlist
[cachyos]
Include = /etc/pacman.d/cachyos-mirrorlist

I also ran sudo pacman -Syyu and cachyos-rate-mirrors without success.

You have some lib32 pckages in your system but you don’t seem to have [multilib] repo enabled in your pacman.conf.

You can either remove those lib32 packages from your system if you don’t need them or enable multilib.

By the way, are you on Arch using CachyOS’ repos?

At any rates, these repositories should be above Arch’s [core].

I am on CachyOS not Arch, but i couldn’t find the default pacman.conf of CachyOS. This is why i just added the repos according to the CachyOS Wiki.

After enabling multilib and moving the cachyos repos above core, pacman ist updating again.

Thank you!