Running into update issue today, specifically this:
~ $ sudo pacman -Syu
:: Synchronizing package databases...
system is up to date
world is up to date
galaxy is up to date
lib32 is up to date
extra 8.2 MiB 24.0 MiB/s 00:00 [---------------------------------------------------] 100%
community is up to date
multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing wolfssl (5.6.4-1) breaks dependency 'libwolfssl.so=35-64' required by vde2
~ ❯ pacman -Ss wolfssl
world/wolfssl 5.6.4-1 [installed: 5.6.3-3]
Lightweight, portable, C-language-based SSL/TLS library
extra/wolfssl 5.6.4-1 [installed: 5.6.3-3]
Lightweight, portable, C-language-based SSL/TLS library
~ $ pacman -Ss vde2
world/vde2 2.3.3-3 [installed]
Virtual Distributed Ethernet for emulators like qemu
extra/vde2 2.3.3-4 [installed: 2.3.3-3]
Virtual Distributed Ethernet for emulators like qemu
Any advice? Or just wait for mirrors to sync up? Thanks.
Just chiming in same problem here. Though OP, yes, probably needs to just be synced. Gonna add it to IgnorePkg in pacman.conf for now.