Re: Libguestfs mssing dependency
Reply #3 –
libguestfs is only available as a git version on the AUR, systemd-sysvcompat is probably a required component which for some reason cannot be replaced by either integration or per-init versions.
the Arch repo that keeps it is core, which also keeps other systemd related things so adding it to Artix can be problematic.
[sgal@OpenMonoliths ~]$ sudo pacman -S libguestfs
[sudo] password for sgal:
resolving dependencies...
warning: cannot resolve "systemd-sysvcompat", a dependency of "libguestfs"
:: The following package cannot be upgraded due to unresolvable dependencies:
libguestfs
:: Do you want to skip the above package for this upgrade? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'systemd-sysvcompat' required by libguestfs
[sgal@OpenMonoliths ~]$
Here it is. I'm unsure of what to do.