Hi,

On Wed, 23 Sep 2020 21:27:04 +0900 Kentaro Hayashi <[email protected]> wrote:
> It was caused by missing -static suffix in mmdebstrap.
> 
>   % cat missing-static.patch
>   diff -uNr mmdebstrap-0.7.1.org/mmdebstrap mmdebstrap-0.7.1/mmdebstrap
>   --- mmdebstrap-0.7.1.org/mmdebstrap     2020-09-18 20:43:42.000000000 +0900
>   +++ mmdebstrap-0.7.1/mmdebstrap 2020-09-23 21:05:29.536185248 +0900
>   @@ -2214,7 +2214,7 @@
>        # --qemu
>        if (defined $options->{qemu}) {
>          if ($options->{mode} eq 'proot') {
>   -            push @chrootcmd, "--qemu=qemu-$options->{qemu}";
>   +            push @chrootcmd, "--qemu=qemu-$options->{qemu}-static";
>          } elsif ($options->{mode} eq 'fakechroot') {
>              # Make sure that the fakeroot and fakechroot shared
>              # libraries exist for the right architecture
> 


did you try installing the package qemu-user?

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to