From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36117: qemu-binfmt with non-native chroot Date: Mon, 24 Jun 2019 14:25:43 +0200 Message-ID: <87k1dbb260.fsf@gnu.org> References: <87r286zjhu.fsf@yucca> <87blz9ft3j.fsf@gnu.org> <87zhmsy5pn.fsf@yucca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49661) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfO2t-0004fQ-CI for bug-guix@gnu.org; Mon, 24 Jun 2019 08:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfO2s-0005UO-IO for bug-guix@gnu.org; Mon, 24 Jun 2019 08:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42195) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfO2s-0005UB-Ey for bug-guix@gnu.org; Mon, 24 Jun 2019 08:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfO2s-0003ss-AM for bug-guix@gnu.org; Mon, 24 Jun 2019 08:26:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zhmsy5pn.fsf@yucca> (Vagrant Cascadian's message of "Fri, 07 Jun 2019 23:03:00 -0700") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Vagrant Cascadian Cc: 36117@debbugs.gnu.org Hi! Vagrant Cascadian skribis: > That said, it's still a manual step (mounting /gnu or /gnu/store/qemu*) > required to do something that could otherwise be handled transparently > with a static build of qemu and adjusting the binfmt_misc flags... so if > permitted to dream, I still think that would be a nice option to have > available. :) Yes, it sounds like we could/should do that too! We=E2=80=99ll end up having big qemu-* binaries, each one with its own copy= of glibc, for instance. Is there something smart we could do to avoid ending up with a huge package? Thanks, Ludo=E2=80=99.