You are not logged in.
`sudo pacman -Syu` stops with an error:
looking for conflicting packages...
:: qemu-common-9.1.0-2 and qemu-system-nios2-9.0.0-1 are in conflict. Remove qemu-system-nios2? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: qemu-common-9.1.0-2 and qemu-system-nios2-9.0.0-1 are in conflict
I tried to manually remove `qemu-system-nios2-9.0.0-1` manually, but it also breaks another dependency.
❯ sudo pacman -R qemu-system-nios2
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing qemu-system-nios2 breaks dependency 'qemu-system-nios2=9.0.0-1' required by qemu-emulators-full
Any tips how to solve this issue?
Last edited by rstanuwijaya (2024-10-10 07:42:06)
Offline
You can just remove the nios dependency https://gitlab.archlinux.org/archlinux/ … 2b93d892aa and most likely reinstall your AUR dependency afterwards. If the emulators thing is important to you maybe first check that it's actually compatible with the new version
Offline
`pacman -Rdd qemu-system-nios2` then `pacman -Syu` resolves the issue
Offline