Skip to main content
Topic: [SOLVED] installing libelogind (246.10-4) breaks dependency 'systemd-libs' (Read 2597 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #15
seems, as your xorg-xdm was installed from archlinux, not from artixlinux, because archlinux have "systemd" in deps, artixlinux have "elogind"

Code: [Select]
sudo pacman -Si xorg-xdm


Code: [Select]
~~> sudo pacman -Si xorg-xdm                                                                                  1 
Repository      : world
Name            : xorg-xdm
Version         : 1.1.12-3
Description     : X Display Manager
Architecture    : x86_64
URL             : https://xorg.freedesktop.org/
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : pam  libxaw  libxinerama  xorg-xrdb  xorg-sessreg  libxft  elogind  libxcrypt
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 109.44 KiB
Installed Size  : 314.80 KiB
Packager        : Artix Build Bot <[email protected]>
Build Date      : Mon 14 Sep 2020 05:19:43 PM IST
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Repository      : extra
Name            : xorg-xdm
Version         : 1.1.12-3
Description     : X Display Manager
Architecture    : x86_64
URL             : https://xorg.freedesktop.org/
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : pam  libxaw  libxinerama  xorg-xrdb  xorg-sessreg  libxft  systemd  libxcrypt
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 109.81 KiB
Installed Size  : 314.99 KiB
Packager        : Andreas Radke <[email protected]>
Build Date      : Sun 23 Aug 2020 02:55:32 PM IST
Validated By    : MD5 Sum  SHA-256 Sum  Signature
Andromedan

 

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #16
that say nothing,  you need use pacman -Qi xorg-xdm

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #17
Dear people,

Sorry if my post has nothing with being useful. But I'd like to know how this issue is supposed to be solved.
Will there be any updates on packages?

I have had this issue with xf86-video-openchrome and xf86-video-vmware only.

What I tried was pacman -S both from the world/ (if I remember the corresponding repo for both properly). Both installed anew. Nothing changed though.

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #18
Dear people,

Sorry if my post has nothing with being useful. But I'd like to know how this issue is supposed to be solved.
Will there be any updates on packages?

I have had this issue with xf86-video-openchrome and xf86-video-vmware only.

What I tried was pacman -S both from the world/ (if I remember the corresponding repo for both properly). Both installed anew. Nothing changed though.

It's probably because these packages have dependencies upon systemd-libs. Just checked again. Those in the world repo have the dependency. Which according to my understanding shouldn't exist in Artix. Please correct me.

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #19
as i wrote above,  its our mistake, and will fix ASAP, when maintainer will be online

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #20
that say nothing,  you need use pacman -Qi xorg-xdm
Thanks alium. Here is the output of
Code: [Select]
pacman -Qi xorg-xdm
.

Code: [Select]
~~> pacman -Qi xorg-xdm 
Name            : xorg-xdm
Version         : 1.1.12-3
Description     : X Display Manager
Architecture    : x86_64
URL             : https://xorg.freedesktop.org/
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : pam  libxaw  libxinerama  xorg-xrdb  xorg-sessreg  libxft  systemd  libxcrypt
Optional Deps   : None
Required By     : xdm-archlinux  xdm-openrc
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 314.99 KiB
Packager        : Andreas Radke <[email protected]>
Build Date      : Sun 23 Aug 2020 02:55:32 PM IST
Install Date    : Mon 24 Aug 2020 03:24:16 PM IST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
It looks like the package is from arch linux repository. I tried disabling arch linux repositories but to no avail. Any help?
Andromedan

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #21
Try reinstalling it "directly" with pacman -S world/xorg-xdm

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #22
both packages xf86-video-openchrome and xf86-video-vmware are fixed now

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #23
Try reinstalling it "directly" with pacman -S world/xorg-xdm

Thanks. That worked. Being the login library shouldn't it be in the system repository? Correct me if I am wrong.
Andromedan

Re: [READ THIS!] installing libelogind (246.10-4) breaks dependency 'systemd-libs'

Reply #24
Thank you for the prompt fix!

It worked after having to sudo pacman -S world/gnome-system-monitor.

For those who use Cinnamon or just have it anywhere else this may be needed as well.