From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] zlib: bump to 1.2.8. Date: Tue, 28 May 2013 23:55:23 +0200 Message-ID: <877giiahx0.fsf@gnu.org> References: <1369274041-6981-1-git-send-email-tipecaml@gmail.com> <87vc69aoo0.fsf@gnu.org> <519E2D4B.5030408@gmail.com> <87vc697mh3.fsf@gnu.org> <51A12574.5060703@gmail.com> <87vc651pgx.fsf@gnu.org> <51A5167D.7070302@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhRrm-00031C-Ft for bug-guix@gnu.org; Tue, 28 May 2013 17:55:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhRrh-0003OC-Sb for bug-guix@gnu.org; Tue, 28 May 2013 17:55:38 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=47654 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhRrh-0003NO-Mc for bug-guix@gnu.org; Tue, 28 May 2013 17:55:33 -0400 In-Reply-To: <51A5167D.7070302@gmail.com> (Cyril Roelandt's message of "Tue, 28 May 2013 22:41:33 +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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > On 05/26/2013 10:00 PM, Ludovic Court=C3=A8s wrote: >> Cyril Roelandt skribis: >> >>> On 05/23/2013 05:19 PM, Ludovic Court=C3=A8s wrote: >>> >>>> Did you use --no-substitutes? >>>> >>> >>> No, but anyway I can't use the substituter on x86. >> >> You can: the tar.gz is architecture-independent, and it=E2=80=99s the ex= act same >> regardless of the architecture (technically, it=E2=80=99s a =E2=80=9Cfix= ed-output >> derivation=E2=80=9D.) >> >> So =E2=80=98guix build -S foo=E2=80=99 should by default try to go throu= gh the >> substituter. If that is not the case, it may be a bug. >> >> Could you check what happens? >> > > IIRC, I noticed the issue in zlib because Guix failed to download it > when I tried to install gnutls. I could not reproduce the issue though > :/ Perhaps if you do: guix gc --delete `guix build -S zlib` that will remove your copy of the zlib source from the store. Then you can try again to see if the substituter is used: guix build -S zlib Ludo=E2=80=99.