From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: bug#24626: offloading does not honor --fallback Date: Thu, 06 Oct 2016 08:54:04 +0000 Message-ID: <87k2dloo2b.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs4SJ-0000Q3-96 for bug-guix@gnu.org; Thu, 06 Oct 2016 04:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bs4SE-0004av-4Z for bug-guix@gnu.org; Thu, 06 Oct 2016 04:55:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs4SE-0004ar-1D for bug-guix@gnu.org; Thu, 06 Oct 2016 04:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bs4SD-00018R-Sp for bug-guix@gnu.org; Thu, 06 Oct 2016 04:55:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs4Rr-0000AZ-HF for bug-guix@gnu.org; Thu, 06 Oct 2016 04:54:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bs4Rl-0004Mx-Uo for bug-guix@gnu.org; Thu, 06 Oct 2016 04:54:38 -0400 Received: from aibo.runbox.com ([91.220.196.211]:40680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs4Rl-0004Mt-NX for bug-guix@gnu.org; Thu, 06 Oct 2016 04:54:33 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bs4Rk-0001Xz-8G for bug-guix@gnu.org; Thu, 06 Oct 2016 10:54:32 +0200 Received: from xd9bb8c4e.dyn.telefonica.de ([217.187.140.78] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1bs4RJ-0002DU-PM for bug-guix@gnu.org; Thu, 06 Oct 2016 10:54:05 +0200 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: 24626@debbugs.gnu.org Currently offloading can not make use of --fallback, if sources are gone or otherwise marked as not available, the machine builds are offloaded to does not fetch the sources. Recent example is libxt: Running "guix build libxt" gave 410 gone. I tried "guix build --fallback libxt", same behavior. Running "guix build --fallback --no-build-hook libxt" succeeded. Therefore I conclude that offloading has no possibility to deal with --fallback. --