From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29200: `guix build --fallback` does not work with offloading Date: Wed, 08 Nov 2017 09:53:14 +0100 Message-ID: <87vailup6t.fsf@gnu.org> References: <878tfh3eym.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCM7Z-0000UT-D1 for bug-guix@gnu.org; Wed, 08 Nov 2017 03:54:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCM7W-00023a-A7 for bug-guix@gnu.org; Wed, 08 Nov 2017 03:54:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48870) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eCM7W-00023O-6T for bug-guix@gnu.org; Wed, 08 Nov 2017 03:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eCM7V-0004o2-Sp for bug-guix@gnu.org; Wed, 08 Nov 2017 03:54:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878tfh3eym.fsf@fastmail.com> (Marius Bakke's message of "Tue, 07 Nov 2017 23:24:01 +0100") 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: Marius Bakke Cc: 29200@debbugs.gnu.org Marius Bakke skribis: > I've noticed that when offloading, --fallback sometimes fails to > actually fall back. Here is a shell transcript: The problem is that guix-daemon does not pass =E2=80=9Cfallbackness=E2=80= =9D settings to =E2=80=98guix offload=E2=80=99 (you can check (guix scripts offload) to see= what settings are passed.) We should adjust guix-daemon and (guix scripts offload) to pass this extra setting, though there are probably other bits missing. Thanks, Ludo=E2=80=99.