@SodachiLover420 libsystemd
was listed because Darling requires libudev, which is provided by systemd-libs
on standard Arch installs. I could change the dependency to libudev.so
instead which should satisfy both Arch and Artix, but there's a problem: this works for the 64-bit version, since both Artix and Arch have a package that provides libudev.so=1-64
, but for the 32-bit version, Arch provides libudev.so=1-32
(as one would expect) but Artix doesn't provide anything (just lib32-udev
and lib32-eudev
).
I'll go ahead and change it, but be aware that it still probably won't work for you on Artix because of this.
Pinned Comments
jamesbrink commented on 2019-07-10 02:27 (UTC)
Please use this package for stable more reliable builds
https://aur.archlinux.org/packages/darling/
This one is identical but locked in on a last known working git ref and I will update as often as I can.
I have also raised an issue about versioning so maybe we can get some kind of tags for future versions and stable working builds
https://github.com/darlinghq/darling/issues/537