You are not logged in.

#1 2024-10-09 09:34:16

rstanuwijaya
Member
Registered: 2023-08-29
Posts: 12

[SOLVED]pacman -Syu: qemu-common and qemu-system-nios2 are in conflict

`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

#2 2024-10-09 09:57:48

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 710
Website

Re: [SOLVED]pacman -Syu: qemu-common and qemu-system-nios2 are in conflict

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 smile

Offline

#3 2024-10-10 07:41:08

rstanuwijaya
Member
Registered: 2023-08-29
Posts: 12

Re: [SOLVED]pacman -Syu: qemu-common and qemu-system-nios2 are in conflict

`pacman -Rdd qemu-system-nios2` then `pacman -Syu` resolves the issue

Offline

Board footer

Powered by FluxBB