Bug #2581
installing xorgproto (2019.2-2) breaks dependency ...
Status:
confirmed
Priority:
bug
Assignee:
-
% Done:
0%
Description
libre/mplayer and other programs have unmet dependencies - they are installed but no longer in the repos
$ sudo pacman -Syu .... :: installing xorgproto (2019.2-2) breaks dependency 'dmxproto' required by libdmx :: installing xorgproto (2019.2-2) breaks dependency 'xf86dgaproto' required by libxxf86dga
History
Updated by bill-auger over 3 years ago
- Status changed from confirmed to not-a-bug
a news item was posted on the parabola front page about this problem - per:
https://lists.archlinux.org/pipermail/arch-announce/2019-December/000399.html
due to some recent changes in arch, manual intervention may be required if you hit any errors of the form:
:: installing xorgproto (2019.2-2) breaks dependency * required by *
to correct dependency errors related to 'xorgproto':
# pacman -Qi libdmx &>1 && pacman -Rdd libdmx # pacman -Qi libxxf86dga &>1 && pacman -Rdd libxxf86dga # pacman -Syu
Updated by bill-auger over 3 years ago
- Status changed from not-a-bug to confirmed
- Subject changed from [mplayer][xorgproto]: installing xorgproto (2019.2-2) breaks dependency ... to installing xorgproto (2019.2-2) breaks dependency ...
Updated by libreuser over 3 years ago
when:
pacman -Rdd libdmx libxxf86dga
returns:
error: not found: libdmx AND exit without erase libxxf86dga
i had to run (separately):
pacman -Rdd libxxf86dga
:/
Updated by bill-auger over 3 years ago
thanks libreuser - ive updated the new item and my post above