From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Cross bootstrap! Date: Mon, 01 Jul 2013 00:45:18 +0200 Message-ID: <8738rzusjl.fsf@gnu.org> References: <87txkkanu6.fsf@gnu.org> <87ppv88tiz.fsf@gnu.org> <8761wymwlj.fsf@karetnikov.org> 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]:56823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtQRp-00042v-Tz for bug-guix@gnu.org; Sun, 30 Jun 2013 18:50:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtQRp-0002as-0t for bug-guix@gnu.org; Sun, 30 Jun 2013 18:50:21 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:41978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtQRo-0002an-RC for bug-guix@gnu.org; Sun, 30 Jun 2013 18:50:20 -0400 In-Reply-To: <8761wymwlj.fsf@karetnikov.org> (Nikita Karetnikov's message of "Fri, 28 Jun 2013 13:08:08 +0400") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > And why is it > trying to download binaries? I'm on i686, and '--no-substitutes' was > used. Commit 1a8b783 fixes a bug whereby =E2=80=98guix build=E2=80=99 would solic= it the substituter even when --no-substitutes is passed, just to know what=E2=80= =99s substitutable (it would not try to download these, too.) Let=E2=80=99s see if this solves the problem you reported (and Cyril too, on IRC.) Thanks, Ludo=E2=80=99.