From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Offloading to a VM Date: Sun, 28 Aug 2016 16:38:59 +0200 Message-ID: References: <87bn0pp58b.fsf@gnu.org> <877fb12cf7.fsf_-_@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be1Es-000375-47 for guix-devel@gnu.org; Sun, 28 Aug 2016 10:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1be1El-0007Vs-10 for guix-devel@gnu.org; Sun, 28 Aug 2016 10:39:09 -0400 Received: from mail-yb0-x233.google.com ([2607:f8b0:4002:c09::233]:35748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be1Ej-0007Vg-OC for guix-devel@gnu.org; Sun, 28 Aug 2016 10:39:02 -0400 Received: by mail-yb0-x233.google.com with SMTP id h3so19757313ybi.2 for ; Sun, 28 Aug 2016 07:39:00 -0700 (PDT) In-Reply-To: <877fb12cf7.fsf_-_@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel > --8<---------------cut here---------------start------------->8--- > $ qemu-arm $(guix build coreutils -s armhf-linux |grep -v debug)/bin/uname -a > Linux pluto 4.7.0-gnu #1 SMP 1 armv7l GNU/Linux > $ uname -a > Linux pluto 4.7.0-gnu #1 SMP 1 x86_64 GNU/Linux > --8<---------------cut here---------------end--------------->8--- If I understand correctly this only works when there is a substitute already. If it's a new package for example that would fail with "not an armhf system" right?