Re: qemu install
Viktor Mihajlovski <[email protected]>
| Newsgroups | gmane.linux.debian.ports.s390 |
|---|---|
| Message-ID | <[email protected]> |
On 5/19/20 5:02 PM, Valentin Vidić wrote: > On Tue, May 19, 2020 at 04:18:06PM +0200, Viktor Mihajlovski wrote: >> I tried to install under z/VM with the same debootstrap failure. It seems >> that it would be necessary to add perl to the list of bootstrap packages in >> order to satisfy the s390-tools depends. > > Yes, not sure what is the problem there, perhaps s390-tools needs to use > perl-base instead? > FWIW, lscpumf and chcpumf use the Data::Dumper package which require the full perl setup. Perhaps it would make sense to split s390-tools into a basic package containing the tools needed for device setup and an extension package with all the additional stuff. That would be up to the maintainer.