Hello,
On my artix install, after last upgrade,
when I run Cmus music player, I get the following dependency error:
cmus: /usr/lib/libsystemd.so.0: version `LIBSYSTEMD_243' not found (required by cmus)
Help please.... :'(
I rebuilt cmus when encountered this, this helped. However, it doesn't seem this shit could be wiped off there completely (unless one forks cmus to remove all systemd-related code)
cmus is a community pkg, its only dependency extra/libdiscid and artix/ncurses
cmus-git only requires ncurses
I just tested it with an mp3 file, I have no dbus running, no elogind, no consolekit, no libsys-crap, and it runs fine.
So don't blame cmus if Arch is building it wrong on community.
Cmus does actually have a check for libsystemd/libelogind in its configure (https://github.com/cmus/cmus/blob/master/configure#L290). I'm not sure why exactly its not marked as a dependency in Arch though. Regardless, the community version of cmus should work if you install libelogind.
Thanks guys,
I removed cmus and installed cmus-git from the AUR,
and it works now. 8)
Possibly for the same reason it works without libelogind? :D