Artix Linux Forum

Artix Linux => Package management => Topic started by: kiblaster on 08 March 2023, 20:55:31

Title: Cannot install qemu-headless-arch-extra
Post by: kiblaster on 08 March 2023, 20:55:31
Code: [Select]
pacman -S qemu-headless-arch-extra
resolving dependencies...
warning: cannot resolve "libbpf.so=0-64", a dependency of "qemu-headless-arch-extra"
:: The following package cannot be upgraded due to unresolvable dependencies:
      qemu-headless-arch-extra

:: 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 'libbpf.so=0-64' required by qemu-headless-arch-extra

My goal is to have the "qemu-system-aarch64" command for an ARMtix virtual machine on x86_64.
I installed "qemu-system-aarch64".
Title: Re: Cannot install qemu-headless-arch-extra
Post by: gripped on 09 March 2023, 00:29:20
One of the devs can tell me I'm wrong but I think that package, qemu-headless-arch-extra, should be deleted from the repo's ?

It no longer exists in Arch, is over a year old and libpf's soname is now 1.1.0
Code: [Select]
libbpf /usr/lib/libbpf.so.1.1.0

There's so many qemu packages I'm not sure which you need for your purpose but don't think its that one.
Title: Re: Cannot install qemu-headless-arch-extra
Post by: Dudemanguy on 09 March 2023, 15:11:26
Indeed, that's an old, obsolete package which has just been removed.


My goal is to have the "qemu-system-aarch64" command for an ARMtix virtual machine on x86_64.
I installed "qemu-system-aarch64".

I'm pretty sure that package is supposed to have that command. It doesn't?
Title: Re: Cannot install qemu-headless-arch-extra
Post by: kiblaster on 09 March 2023, 19:31:33
Yes it has it.