1
由于dbus和dbus-core冲突,Archiso构建失败
我正在尝试使用archiso(releng)构建一个ISO,甚至在运行之后pacman -R dbus,pacman -Syu构建失败并出现以下错误: looking for inter-conflicts... :: dbus and dbus-core are in conflict. Remove dbus-core? [y/N] error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: dbus and dbus-core are in conflict 在Pastebin上完成输出 注意:即使输出:: dbus and dbus-core are in conflict. Remove dbus-core? [y/N]结尾说明,它也没有交互式地给我选择y或n的选项; 它似乎只是假设n。 请帮忙?任何人?