From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Substituter not working in .2 Date: Wed, 15 May 2013 23:53:39 +0200 Message-ID: <87d2sr3o64.fsf@gnu.org> References: 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]:35276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucjdz-0005CS-H6 for bug-guix@gnu.org; Wed, 15 May 2013 17:54:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ucjdu-0002qS-RM for bug-guix@gnu.org; Wed, 15 May 2013 17:53:55 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=38610 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucjdu-0002pQ-Lg for bug-guix@gnu.org; Wed, 15 May 2013 17:53:50 -0400 In-Reply-To: (Chris Dale's message of "Wed, 15 May 2013 13:10:11 -0500") 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: Chris Dale Cc: bug-guix@gnu.org Chris Dale skribis: > guix package -i hello > accepted connection from pid 16464, uid 1000 > The following package will be installed: > hello-2.8 out /nix/store/7g06kqdm6qjbzdppnryyvjl2bz82r8dh-hello-2.8 > > The following files will be downloaded: > /nix/store/7g06kqdm6qjbzdppnryyvjl2bz82r8dh-hello-2.8 > /nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3 > @ substituter-started /nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7= .3 > /usr/local/libexec/guix/substitute-binary > downloading `/nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3' from ` > http://hydra.gnu.org/nar/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3'... > bzip2: (stdin) is not a bzip2 file. Thanks for the report, you found an actual bug. :-) I noticed today as well. This should be fixed by 101d9f3. Get it with =E2=80=9Cguix pull=E2=80=9D (or, if you have an empty store, with =E2=80=9C= guix pull --bootstrap=E2=80=9D). Everyone: please test and report success or failure. Interestingly, I used the substituter quite intensively before and after the core-updates merge, and it was only after the release that I stumbled upon these bugs. Oh well. Thanks, Ludo=E2=80=99.