
StanislausK
(usa FreeBSD)
Enviado em 21/12/2019 - 12:10h
Ola,
a partir de anteontem, quem tenta atualizar o seu sistema não consegue, pois recebe uma mensagem relacionada ao Xorg.
Vide discussão em:
https://bbs.archlinux.org/viewtopic.php?id=251517
https://bugs.archlinux.org/task/64892
A seguir segue a solução:
Xorg cleanup requires manual intervention
https://www.archlinux.org/news/xorg-cleanup-requires-manual-intervention/
"In the process of Xorg cleanup the update requires manual intervention when you hit this message:
:: installing xorgproto (2019.2-2) breaks dependency 'inputproto' required by lib32-libxi
:: installing xorgproto (2019.2-2) breaks dependency 'dmxproto' required by libdmx
:: installing xorgproto (2019.2-2) breaks dependency 'xf86dgaproto' required by libxxf86dga
when updating, use: pacman -Rdd libdmx libxxf86dga && pacman -Syu to perform the upgrade.
After the update it will be safe to also remove the "xorgproto" package."
- No meu caso, somente apareceu a última linha:
:: installing xorgproto (2019.2-2) breaks dependency 'xf86dgaproto' required by libxxf86dga
- Procedi com o comando:
# pacman -Rdd libxxf86dga && pacman -Syu
Total Removed Size: 0.09 MiB
- Foi feita a atualização
- E no fim:
# pacman -Rdd xorgproto
- Resolvido...