From 59472cc8fcbfffe543c6b2888c1db7409542469a Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 19 Oct 2019 08:33:32 +0200 Subject: [PATCH] improve error message about arch not being executable --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 9c61864..99f1790 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -2044,7 +2044,7 @@ sub main() { } } } - error "qemu user emulation of $nativearch using binfmt_misc failed"; + error "$nativearch can neither be executed natively nor via qemu user emulation with binfmt_misc"; } elsif ($withemu == 0 and $noemu == 1) { error "arch-test succeeded without emu but not with emu"; } elsif ($withemu == 1 and $noemu == 0) {